From cc349a2324729bfcefaaee02ad86eabf5ef5b70f Mon Sep 17 00:00:00 2001 From: alitariksahin Date: Mon, 20 Jul 2026 11:38:52 +0300 Subject: [PATCH 1/2] fix: add crewai pydantic ai as examples --- box/overall/custom-agent.mdx | 2 ++ 1 file changed, 2 insertions(+) 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 From b3c11ad483b1401e373f4f7ebadaee20d25c451b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:39:31 +0000 Subject: [PATCH 2/2] chore(llms): regenerate llms.txt and llms-full.txt --- llms-full.txt | 2 ++ 1 file changed, 2 insertions(+) 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