Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down