Skip to main content
The client sends a factory_input JSON object in the run request. The factory declares a Pydantic model in input_schema, and AgentOS validates the input against it before exposing ctx.input as a typed instance.

Run the Example