Che cos'è agentstack-wrapper?
Avvolgi un agente Python esistente come servizio Stack di agenti utilizzando il wrapper del server agentstack-sdk, senza modificare la logica aziendale. Fonte: i-am-bee/agentstack.
Avvolgi un agente Python esistente come servizio Stack di agenti utilizzando il wrapper del server agentstack-sdk, senza modificare la logica aziendale.
Installa rapidamente la skill AI agentstack-wrapper nel tuo ambiente di sviluppo tramite riga di comando
Fonte: 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. |
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapperAvvolgi un agente Python esistente come servizio Stack di agenti utilizzando il wrapper del server agentstack-sdk, senza modificare la logica aziendale. Fonte: i-am-bee/agentstack.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/i-am-bee/agentstack