AIO Sandbox: بيئة تنفيذ كاملة للـ AI Agents — Browser وShell وVSCode وMCP وJupyter في Docker واحد

إيه هو AIO Sandbox؟

🔥 عرض محدود

٣ كورسات AI + ٧ بونصات = $40 بس!

n8n Automation AI Video Vibe Coding + سيرفر مجاني سنة + ١٥,٠٠٠ قالب
$120 $40 وفّر 67%
خد الـ Bundle ← 🛡️ ضمان استرداد ٧ أيام

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 + ١٥,٠٠٠ قالب + سيرفر مجاني $120 $40 n8n · AI Video · Vibe Coding — ضمان ٧ أيام
خد Bundle ←
AI Bundle — n8nar

٣ مصادر دخل من الـ AI 🚀

⭐ 4.9 · +1,200 طالب عربي
  • n8n Automation — أتمتة عملاء ٢٤/٧
  • AI Video — فيديوهات سينمائية
  • Vibe Coding — SaaS بدون كود
  • سيرفر n8n مجاني + ١٥,٠٠٠ قالب
$120$40 وفّر $80 — خصم 67%
اشترك في الـ Bundle ←

🛡️ ضمان استرداد ٧ أيام

اترك تعليقاً

لن يتم نشر عنوان بريدك الإلكتروني. الحقول الإلزامية مشار إليها بـ *


Scroll to Top