From fa4b37b8c8120cbf2436cce98061d456fec1b9ee Mon Sep 17 00:00:00 2001 From: Albert M Date: Sat, 9 May 2026 14:57:37 -0400 Subject: [PATCH] Change section title and add integration examples Updated section title and added integration examples link. --- profile/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index dd03ab4..ff1dced 100644 --- a/profile/README.md +++ b/profile/README.md @@ -119,10 +119,11 @@ New to Cycles? Start with the protocol, then choose the implementation surface y - [cycles-client-typescript](https://github.com/runcycles/cycles-client-typescript) — budget and risk control for Node.js / Vercel AI / LangChain/ OpenAI - [cycles-client-rust](https://github.com/runcycles/cycles-client-rust) — integrate Cycles budget and risk control into Rust AI agents -### Integrations +### Integrations & Examples - [cycles-mcp-server](https://github.com/runcycles/cycles-mcp-server) — MCP server that gives AI agents runtime budget control — reserve, commit, and release - [cycles-openai-agents](https://github.com/runcycles/cycles-openai-agents) — Budget, risk runtime authority for the OpenAI Agents SDK, powered by Cycles - [cycles-openclaw-budget-guard](https://github.com/runcycles/cycles-openclaw-budget-guard) — OpenClaw plugin for budget-aware model and tool execution using Cycles +- [cycles-integration-examples](https://github.com/runcycles/cycles-client-python/tree/main/examples) — Integration examples (Python): OpenAI, Anthropic, LangChain, FastAPI ### Demos - [cycles-runaway-demo](https://github.com/runcycles/cycles-runaway-demo) — self-contained demo showing a runaway agent failure mode and Runcycles stopping it