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