Was ist agentstack-wrapper?
Verpacken Sie einen vorhandenen Python-Agenten als Agenten-Stack-Dienst mit dem agentstack-sdk-Server-Wrapper, ohne die Geschäftslogik zu ändern. Quelle: i-am-bee/agentstack.
Verpacken Sie einen vorhandenen Python-Agenten als Agenten-Stack-Dienst mit dem agentstack-sdk-Server-Wrapper, ohne die Geschäftslogik zu ändern.
Installieren Sie den KI-Skill agentstack-wrapper schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: 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. |
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapperVerpacken Sie einen vorhandenen Python-Agenten als Agenten-Stack-Dienst mit dem agentstack-sdk-Server-Wrapper, ohne die Geschäftslogik zu ändern. Quelle: i-am-bee/agentstack.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/i-am-bee/agentstack