Show HN:Boxed – AI 代理的自主代碼執行引擎(受 Vercel Sandbox 啟發)
Hacker News 上推出了一個名為 Boxed 的新開源專案,它是一個專為 AI 代理設計的自主代碼執行引擎。該專案旨在解決構建能夠編寫代碼的 AI 代理時面臨的挑戰,並從 Vercel Sandbox 中汲取靈感。
Navigation Menu
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
The Sovereign Code Execution Engine for AI Agents.
License
Uh oh!
There was an error while loading. Please reload this page.
akshayaggarwal99/boxed
Folders and files
Latest commit
History
Repository files navigation
Boxed
The Sovereign Code Execution Engine for AI Agents.
The Story 📖
Building an AI Agent that writes code? You have a problem.
Meet Boxed. The open-source, sovereign engine that gives your Agents a safe place to play. It provides a unified API to spawn ephemeral sandboxes, execute arbitrary code, and retrieve results instantly.
✨ Features
🚀 Getting Started
📋 Prerequisites
To run Boxed locally, you'll need:
Note
First Run: The first sandbox creation may take a few seconds while Docker pulls the required images. Subsequent runs are near-instant.
🏗️ Local Development
We provide a Makefile to simplify the build process.
🔐 Security & Auth
Boxed uses a Bring Your Own Key (BYOK) model. Since you run your own instance, you define the secret key yourself at startup.
You can set the key via the --api-key flag or BOXED_API_KEY environment variable:
All CLI commands and SDKs must provide this key:
💻 CLI Usage
🔌 SDKs
💻 SDK Examples
📚 Documentation
🛠️ Architecture
Boxed uses a Control Plane vs Data Plane architecture.
🗺️ Roadmap
🤝 Contributing
Contributions are welcome! Please read our Contributing Guide.
📄 License
MIT License — do whatever you want with it.
About
The Sovereign Code Execution Engine for AI Agents.
Resources
License
Contributing
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
Packages
0
Languages
Footer
Footer navigation
相關文章