diff --git a/box/overall/custom-agent.mdx b/box/overall/custom-agent.mdx index e6045449..a305a2a2 100644 --- a/box/overall/custom-agent.mdx +++ b/box/overall/custom-agent.mdx @@ -258,6 +258,8 @@ Ready-to-run examples for popular open-source agents: - [Gemini](https://github.com/upstash/box/blob/main/packages/sdk/examples/custom-gemini-agent.ts) — Google Gemini via `@google/genai` - [Aider](https://github.com/upstash/box/blob/main/packages/sdk/examples/custom-aider-agent.ts) — git-aware code editor - [Goose](https://github.com/upstash/box/blob/main/packages/sdk/examples/custom-goose-agent.ts) — autonomous coding agent +- [CrewAI](https://github.com/upstash/box/blob/main/packages/python-sdk/examples/custom_crewai_agent.py) — multi-agent orchestration framework +- [Pydantic AI](https://github.com/upstash/box/blob/main/packages/python-sdk/examples/custom_pydantic_ai_agent.py) — type-safe agent framework ## Notes diff --git a/llms-full.txt b/llms-full.txt index bc57d9fc..db756c80 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -2773,6 +2773,8 @@ Ready-to-run examples for popular open-source agents: * [Gemini](https://github.com/upstash/box/blob/main/packages/sdk/examples/custom-gemini-agent.ts) — Google Gemini via `@google/genai` * [Aider](https://github.com/upstash/box/blob/main/packages/sdk/examples/custom-aider-agent.ts) — git-aware code editor * [Goose](https://github.com/upstash/box/blob/main/packages/sdk/examples/custom-goose-agent.ts) — autonomous coding agent +* [CrewAI](https://github.com/upstash/box/blob/main/packages/python-sdk/examples/custom_crewai_agent.py) — multi-agent orchestration framework +* [Pydantic AI](https://github.com/upstash/box/blob/main/packages/python-sdk/examples/custom_pydantic_ai_agent.py) — type-safe agent framework ## Notes