什麼是 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