إيه هو AIO Sandbox؟
٣ كورسات AI + ٧ بونصات = $40 بس!
AIO Sandbox هو بيئة تنفيذ متكاملة لبناة الـ AI Agents — بيجمع Browser وShell وFile وVSCode وJupyter وMCP في Docker container واحد بـ filesystem مشترك. بدل ما تشغّل 5 سيرفرات، سيرفر واحد بيعطيك كل حاجة.
المشكلة اللي بيحلّها
الـ Sandboxes التقليدية single-purpose — إما Browser أو Shell أو IDE. لو الـ Agent حمّل ملف في المتصفح وعايز يشتغل عليه في الـ Shell، بتبقى مشكلة. AIO Sandbox عنده filesystem مشترك — كل حاجة بتشوف نفس الملفات.
التشغيل في ثانية واحدة
docker run --security-opt seccomp=unconfined --rm -it -p 8080:8080 ghcr.io/agent-infra/sandbox:latest
بعدين افتح:
- VNC Browser:
localhost:8080/vnc - VSCode Server:
localhost:8080/code-server - MCP Services:
localhost:8080/mcp - API Docs:
localhost:8080/v1/docs
الـ 6 قدرات الأساسية
- 🌐 Browser Automation: VNC + CDP + MCP — تحكم كامل في متصفح Chromium
- 💻 Shell Terminal: WebSocket terminal + تنفيذ أوامر + session management
- 📁 File System: قراءة وكتابة وبحث واستبدال في الملفات
- 🔧 VSCode Server: IDE كامل في المتصفح مع Port Forwarding
- 📊 Jupyter Notebook: تنفيذ Python وNode.js كود تفاعلي
- 🤖 MCP Hub: Browser + File + Shell + Markitdown — جاهزين للـ Claude
كود سريع — Python SDK
pip install agent-sandbox
from agent_sandbox import Sandbox
client = Sandbox(base_url="http://localhost:8080")
# Shell
result = client.shell.exec_command(command="ls -la")
# Browser screenshot
screenshot = client.browser.screenshot()
# Jupyter
client.jupyter.execute_code(code="import pandas as pd; print(pd.__version__)")
# File
content = client.file.read_file(file="/home/gem/.bashrc")
SDKs المتاحة
- 🐍 Python:
pip install agent-sandbox - 🟢 TypeScript/JS:
npm install @agent-infra/sandbox - 🐹 Go:
go get github.com/agent-infra/sandbox-sdk-go
Integrations جاهزة
browser-use · LangChain · OpenAI · MiniMax · Claude (عبر MCP) · Playwright — كل الـ AI frameworks الكبيرة بتشتغل معاه مباشرةً.
Deployment
Docker Compose جاهز + Kubernetes YAML جاهز + CI/CD pipelines — للاستخدام في production من أول يوم. Apache 2.0 license، مفتوح المصدر بالكامل.
٣ مصادر دخل من الـ AI 🚀
- ✓ n8n Automation — أتمتة عملاء ٢٤/٧
- ✓ AI Video — فيديوهات سينمائية
- ✓ Vibe Coding — SaaS بدون كود
- ✓ سيرفر n8n مجاني + ١٥,٠٠٠ قالب
🛡️ ضمان استرداد ٧ أيام
