From 4d87351f691aff16983ef32daafd4536d5d537dc Mon Sep 17 00:00:00 2001 From: Albert M Date: Tue, 12 May 2026 15:26:08 -0400 Subject: [PATCH] Revise integrations and examples in README Updated the description for cycles-openai-agents and added cycles-spring-ai-starter integration. --- profile/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 590bb03..2b9b5c1 100644 --- a/profile/README.md +++ b/profile/README.md @@ -121,8 +121,9 @@ New to Cycles? Start with the protocol, then choose the implementation surface y ### 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-openai-agents](https://github.com/runcycles/cycles-openai-agents) — Budget, risk and 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-spring-ai-starter](https://github.com/runcycles/cycles-spring-ai-starter) — Budget, risk and runtime authority for Spring AI agents - [langchain-runcycles](https://github.com/runcycles/langchain-runcycles) — LangChain agent middleware, pre-tool-call authorization, per-tenant budget enforcement using Cycles - [integration-examples-py](https://github.com/runcycles/cycles-client-python/tree/main/examples) — Integration examples (Python): OpenAI, Anthropic, LangChain, FastAPI - [integration-examples-ts](https://github.com/runcycles/cycles-client-typescript/tree/main/examples) — Integration examples (TypeScript): LangChain.js, Vercel AI, AWS Bedrock, Google