ما هي agentstack-wrapper؟
قم بتغليف وكيل Python الحالي كخدمة Agent Stack باستخدام غلاف خادم agentstack-sdk، دون تغيير منطق الأعمال. المصدر: i-am-bee/agentstack.
قم بتغليف وكيل Python الحالي كخدمة Agent Stack باستخدام غلاف خادم agentstack-sdk، دون تغيير منطق الأعمال.
ثبّت مهارة الذكاء الاصطناعي agentstack-wrapper بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: 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. |
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapperقم بتغليف وكيل Python الحالي كخدمة Agent Stack باستخدام غلاف خادم agentstack-sdk، دون تغيير منطق الأعمال. المصدر: i-am-bee/agentstack.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/i-am-bee/agentstack