Expand description
Agent persona / instruction set.
Instructions is plain data — no LLM dependency. Cognition
backends (e.g. RigCognition in azreal) consume it to produce a
system prompt and constrain output shape; offline backends can
ignore it.
This is the seam that lets a user reuse an agent’s machinery (the pipeline, sampler, skills, memory) while supplying their own persona, examples, and response schema.
Structs§
- Instructions
- Static persona + response contract for a cognition backend.