by Auto-200 · Agent Tool · ★ 52
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
cc-agent-sdk 本仓库是一个轻量的本地 Claude Agent SDK 代理服务(TypeScript + Bun),提供 HTTP POST + SSE 的流式接口,方便其他 Worker/DO 通过统一入口调用 Claude Agent SDK(或 Anthropic 兼容 API)。 官方 SDK 参考文档已收纳到 目录(未改动原文)。 快速开始 默认监听:(可用环境变量 调整) 可选鉴权:设置 后,所有请求需带头: Docker(GitHub Actions 自动构建) 本仓库包含一个 GitHub Actions workflow:每次 push 到 或打 tag(如 )会自动构建并推送镜像到 GHCR: 镜像地址: Tags: :仅默认分支(通常是 ) :分支 tag :发布 tag(如 ) :提交哈希 拉取示例: Docker 本地运行(Compose) 仓库自带 ,会把宿主机 挂载到容器内 (即 ),用于会话持久化与历史查询。 Docker 开发模式(容器内 bun --watch) 当你需要在 Docker 环境里复现/调试(例如:容器内 行为异常)时,使用 服务:它会把当前仓库源码挂载到容器 ,并执行 。 停止: 环境变量 :服务端口,默认 :用于保护代理入口的 Be
| Stars | 52 |
| Forks | 5 |
| Language | TypeScript |
| Category | Agent Tool |
| Quality Score | 61.6383275334933/100 |
| Last Updated | 2026-05-01 |
| Created | 2025-12-18 |
| Platforms | claude-code, node |
| Est. Tokens | ~6k |
These tools work well together with cc-agent-sdk for enhanced workflows:
Explore other popular agent tool tools:
cc-agent-sdk is 基于 claude code sdk 的 agent api,兼容Skills + Sub Agents. It is categorized as a Agent Tool with 52 GitHub stars.
cc-agent-sdk is primarily written in TypeScript.
You can find installation instructions and usage details in the cc-agent-sdk GitHub repository at github.com/Auto-200/cc-agent-sdk. The project has 52 stars and 5 forks, indicating an active community.