| Example | Description |
|---|---|
| Background Evals Example | Run one AgentAsJudgeEval post-hook synchronously and another in the background in AgentOS. |
| Background Hooks Decorator | Run post-hooks as FastAPI background tasks, making them completely non-blocking. |
| Background Hooks Example | Run post-hooks as FastAPI background tasks, making them completely non-blocking. |
| Background Hooks Team | Use background hooks with a Team. |
| Background Hooks Workflow | Use background hooks with a Workflow. |
| Background Output Evaluation | Use a validator agent to evaluate the main agent’s output as a background task. |
| Evals Demo | Simple example creating a session and using the AgentOS with a SessionApp to expose it. |
Background Tasks
Background Tasks
Examples for background_tasks in AgentOS.