什么是 agentstack-wrapper?
使用 agentstack-sdk 服务器包装器将现有 Python 代理包装为代理堆栈服务,而无需更改业务逻辑。 来源:i-am-bee/agentstack。
使用 agentstack-sdk 服务器包装器将现有 Python 代理包装为代理堆栈服务,而无需更改业务逻辑。
通过命令行快速安装 agentstack-wrapper AI 技能到你的开发环境
来源:i-am-bee/agentstack。
This SKILL.md is an instructional integration guide for wrapping Python agents to run on AgentStack. It is documentation, not executable code. It describes dependency management and runtime extension wiring. Primary security considerations are dependency supply-chain integrity and safe handling of sensitive runtime values provided through platform extensions.
The wrapper exposes the agent via the A2A protocol so it can be discovered, called, and composed with other agents on the platform.
| C1 | No business-logic changes. Only modify code for AgentStack compatibility. | | C2 | Strict minimal changes. Do not add auth, Dockerfile (containerization is optional and separate), telemetry, or platform middleware unless explicitly requested. If an agent works with simple text, don't force a Form. If it works with env vars, refactor minimally. |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper使用 agentstack-sdk 服务器包装器将现有 Python 代理包装为代理堆栈服务,而无需更改业务逻辑。 来源:i-am-bee/agentstack。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/i-am-bee/agentstack