From 73fce86a36b08d295206c1e0d68012b00658f545 Mon Sep 17 00:00:00 2001 From: Albert M Date: Sat, 9 May 2026 15:08:13 -0400 Subject: [PATCH] Add TypeScript integration examples to README --- profile/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index ff1dced..9274d2a 100644 --- a/profile/README.md +++ b/profile/README.md @@ -123,7 +123,8 @@ New to Cycles? Start with the protocol, then choose the implementation surface y - [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 +- [cycles-integration-examples-py](https://github.com/runcycles/cycles-client-python/tree/main/examples) — Integration examples (Python): OpenAI, Anthropic, LangChain, FastAPI +- [cycles-integration-examples-ts](https://github.com/runcycles/cycles-client-typescript/tree/main/examples) — Integration examples (TypeScript): LangChain.js, Vercel AI, AWS Bedrock, Google ### Demos - [cycles-runaway-demo](https://github.com/runcycles/cycles-runaway-demo) — self-contained demo showing a runaway agent failure mode and Runcycles stopping it