Schemas
Validate agent, team, factory, and workflow inputs and outputs.
The SDK examples demonstrate typed model inputs and outputs. The factory and served-workflow examples show runtime request validation.
| Example | Description |
|---|---|
| Agent input | Supply a Pydantic input model. |
| Agent output | Receive structured Pydantic output. |
| Team input | Validate a team’s input. |
| Team output | Define the team’s structured response. |
| Factory input | Validate client-controlled factory_input before construction. |
| Served workflow input | Validate the run input of a served workflow. |