Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Style conventions for readable .wire files.
schema task_summary { ... } agent summarize_task { ... } model fast from llm { ... }
model fast from llm { id: "gpt-4.1-mini" } model smart from llm { id: "gpt-4.1" }
// This is a regular comment. schema release_note { /// Field description preserved for schema-aware tooling. title: string }
Was this page helpful?