Přeskočit obsah

Inquirium Candidate Plan v1

Source schema: doc/schemas/inquirium.candidate-plan.v1.schema.json

A bounded model-authored plan candidate. The value is inert until a host compiles and admits each effect.

Governing Basis

Project Lineage

Requirements

Stories

Fields

Field Required Shape Description
schema yes const: inquirium.candidate-plan.v1
plan/ref yes ref: #/$defs/ref
adapter.manifest/ref no ref: #/$defs/ref Optional producer provenance for adapter-authored plans. Portable envelope-admitted plans omit this local implementation reference.
nodes yes array
edges no array
budget yes ref: #/$defs/budget
cancellation no ref: #/$defs/cancellation
metadata no object

Definitions

Definition Shape Description
ref string
operation enum: generate, embed, batch_embed, classify, rerank, summarize, transform, image_generate, image_edit, train_adapt
node unspecified
edge object
budget object
cancellation object
## Field Semantics

schema

  • Required: yes
  • Shape: const: inquirium.candidate-plan.v1

plan/ref

  • Required: yes
  • Shape: ref: #/$defs/ref

adapter.manifest/ref

  • Required: no
  • Shape: ref: #/$defs/ref

Optional producer provenance for adapter-authored plans. Portable envelope-admitted plans omit this local implementation reference.

nodes

  • Required: yes
  • Shape: array

edges

  • Required: no
  • Shape: array

budget

  • Required: yes
  • Shape: ref: #/$defs/budget

cancellation

  • Required: no
  • Shape: ref: #/$defs/cancellation

metadata

  • Required: no
  • Shape: object

Definition Semantics

$defs.ref

  • Shape: string

$defs.operation

  • Shape: enum: generate, embed, batch_embed, classify, rerank, summarize, transform, image_generate, image_edit, train_adapt

$defs.node

  • Shape: unspecified

$defs.edge

  • Shape: object

$defs.budget

  • Shape: object

$defs.cancellation

  • Shape: object