Knowledge Binding Schema
JSON Schema for workflow, task, and agent knowledge bindings
Knowledge Binding Definition
Schema Definition
fallback filters id inject_as max_tokens min_score top_k Example
workflows:
- id: qa
knowledge:
id: quickstart_docs
retrieval:
top_k: 3
min_score: 0.15
max_tokens: 1200
tasks:
- id: answer
type: basic
agent: qa_agent
knowledge:
id: quickstart_docs
retrieval:
top_k: 4- Bindings inherit missing fields from parent scopes (workflow → task → agent).
- The MVP supports a single knowledge binding object per scope. Multi-binding arrays are planned.
- Use
filtersto limit retrieval to tagged content without changing the underlying knowledge base definition.