From 2936e714ea2e59707125f8cb07e50d0932af8b7a Mon Sep 17 00:00:00 2001 From: Alex Christian Date: Mon, 6 Jul 2026 12:47:52 -0700 Subject: [PATCH] chore: update floe-examples repo references to floe-cookbook --- CONTRIBUTING.md | 2 +- profile/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6de3f40..39ca05a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Most contributions happen in our public repos: - [agentkit-actions](https://github.com/Floe-Labs/agentkit-actions) — TypeScript AgentKit provider (`floe-agent` on npm). - [agentkit-actions-py](https://github.com/Floe-Labs/agentkit-actions-py) — Python AgentKit provider (`floe-agentkit-actions` on PyPI). - [floe-mcp-server](https://github.com/Floe-Labs/floe-mcp-server) — MCP server for Claude Desktop, Cursor, and other MCP clients. -- [floe-examples](https://github.com/Floe-Labs/floe-examples) — example agents and integrations. +- [floe-cookbook](https://github.com/Floe-Labs/floe-cookbook) — example agents and integrations. - [floe-guard](https://github.com/Floe-Labs/floe-guard) — local budget guardrail for AI agents. ## Contribution flow diff --git a/profile/README.md b/profile/README.md index b15d460..71e1743 100644 --- a/profile/README.md +++ b/profile/README.md @@ -113,7 +113,7 @@ res = provider.x402_fetch(wallet_provider, { | [agentkit-actions](https://github.com/Floe-Labs/agentkit-actions) | TypeScript SDK — wallet, x402 payments, spend controls, agent awareness | `npm install floe-agent` | | [agentkit-actions-py](https://github.com/Floe-Labs/agentkit-actions-py) | Python SDK — full parity | `pip install floe-agentkit-actions` | | [floe-mcp-server](https://github.com/Floe-Labs/floe-mcp-server) | MCP server for Claude, Cursor, any MCP agent | [Setup](https://github.com/Floe-Labs/floe-mcp-server#readme) | -| [floe-examples](https://github.com/Floe-Labs/floe-examples) | Runnable end-to-end agents | `git clone` | +| [floe-cookbook](https://github.com/Floe-Labs/floe-cookbook) | Runnable end-to-end agents | `git clone` | ## Roadmap