Development process
How an agent goes from an idea to something users can find: a private draft, an editor that knows the schema and drafts with AI, validation with a full trace, and publishing, including what happens when several developers change the same agent.
- DraftsAgent development begins with a draft. Drafts are private: only the developer who created a draft can see that draft.
- Agent editorAn agent is written as a definition: a JSON document with a functions object, each function holding the commands it runs. The Agent definition editor on the …
- Draft with AIDraft with AI writes and edits an agent for you, inside the draft you are working on. Describe the agent you want, or the change you want made to this one. T…
- Trace and validationBefore a draft can be published, it has to validate: the agent server checks the draft and then runs it against a sample question. Validation proves that the…
- PublishingOnce a draft is validated, it can be published. The published agent becomes visible to all developers and runnable by users, and the draft is retired.

