Openpista – AI Agent for OS Control via Telegram/CLI in Rust
Multi-channel OS control agent, but early and unproven against Cursor, Claude, or specialized bots.
Code execution service for AI agent skills. Runs in isolated subprocesses with skill caching.
Single Go binary with OpenAPI spec beats framework-locked orchestration platforms.
AI developers, agent framework builders
E2B · Modal · Replicate Code Interpreter
We've built this as part of MUXI, an open-source AI agent infrastructure platform.
The problem: agents need to execute code, not just generate it. Most solutions either give full shell access (terrifying) or sandbox so heavily that nothing useful runs.
skills-rce sits in the middle: a single binary with a standardized OpenAPI-spec'd REST API. You point it at a skill, it runs the code in an isolated subprocess with skill directory caching, and returns the result. Language-agnostic, single endpoint.
It ships as a single binary, but we recommend running it via Docker so execution never touches your host machine. The image is ready to go.
It's intentionally simple. No orchestration opinions, no framework lock-in. Just a code execution service your agents can call.
Apache 2.0. Feedback welcome!
Multi-channel OS control agent, but early and unproven against Cursor, Claude, or specialized bots.
TLA+ code generation for agents, but audience is tiny—only useful if your agent needs formal verification.
Yet another agent deployment wrapper in a crowded category.
Wave-based parallel AI agent orchestration with a PM coordinator for Claude Code projects.
Yet another agent deployment layer when LangChain and LlamaIndex exist.
Docker sandbox execution catches runtime threats static analysis alone misses.