agentica-server
仓库创建 2025年12月23日最近提交 6 个月前SkillHot 收录 23 天前
▸ 精选理由
覆盖启动序列与连接问题定位,便于快速搭建开发环境。
▸ 风险提示
涉及配置本地代理与凭证,可能暴露密钥或需网络访问。
这个 Skill 做什么
运行 Agentica SDK 并通过本地 Claude 代理提供推理后端的部署与故障排查指南。
把 Agentica SDK 和本地 Claude 代理连起来,把 Claude CLI 当作 Python agent 的推理后端来跑,涵盖架构、启动顺序和排错步骤。适合刚搭 Agentica 开发环境、排查 SDK/代理/服务器连接问题或从零配置时用。特点是把常见启动流程和故障点拆开讲,能快速定位网络、进程或授权类问题。
▸ 展开 SKILL.md 英文原文
Agentica server + Claude proxy setup - architecture, startup sequence, debugging
3.9k
Stars
298
Forks
40
仓库内 Skill
+19
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/agentica-server/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/agentica-server/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Agentica Server + Claude Proxy Setup
Complete reference for running Agentica SDK with a local Claude proxy. This enables Python agents to use Claude CLI as their inference backend.
## When to Use
Use this skill when:
- Starting Agentica development with Claude proxy
- Debugging connection issues between SDK, server, and proxy
- Setting up a fresh Agentica environment
- Troubleshooting agent tool access or hallucination issues
## Architecture
```
Agentica SDK (client code)
| S_M_BASE_URL=http://localhost:2345
v
ClientSessionManager
|
v
Agentica Server (agentica-server)
| INFERENCE_ENDPOINT_URL=http://localhost:8080/v1/chat/completions
v
Claude Proxy (claude_proxvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有