Sandbox infrastructure for AI Agents
git clone https://github.com/superserve-ai/superserve && cp superserve/*.md ~/.claude/agents/Resumen de Subagents
<div align="center">
<br/>
<br/>
<picture>
<img width="1500" height="auto" alt="Twitter Header - Personal" src="https://github.com/user-attachments/assets/ba41a4ed-1c8b-4826-bd3d-6fc8d84472ae" />
</picture>
<br/>
<br/>
<p><strong>Persistent and secure sandboxes for AI Agents, powered by Firecracker microVMs.</strong></p>
[](https://docs.superserve.ai/?utm_source=github&utm_medium=readme)
[](https://github.com/superserve-ai/superserve/blob/main/LICENSE)
</div>
## Getting Started
Visit [superserve.ai](https://www.superserve.ai/?utm_source=github&utm_medium=referral&utm_campaign=readme) or jump straight into the [docs](https://docs.superserve.ai/?utm_source=github&utm_medium=referral&utm_campaign=readme).
## Structure
```
apps/
console/ # Sandbox dashboard (Next.js 16, App Router)
ui-docs/ # UI component docs (Vite)
packages/
cli/ # TypeScript CLI (@superserve/cli)
python-sdk/ # Python SDK (superserve on PyPI)
sdk/ # TypeScript SDK (@superserve/sdk)
ui/ # Shared UI components (@superserve/ui)
typescript-config/ # Shared tsconfig presets
tailwind-config/ # Shared Tailwind config
docs/ # Mintlify documentation site
tests/ # SDK end-to-end tests
```
Monorepo managed with [Bun workspaces](https://bun.sh/docs/install/workspaces), [Turborepo](https://turbo.build/repo), and [uv workspaces](https://docs.astral.sh/uv/concepts/projects/workspaces/).
## Setup
```bash
bun install # install all JS/TS dependencies
uv sync # install all Python dependencies
```
## Development
```bash
bun run dev # start all dev servers
bun run build # build all packages
bun run lint # lint all packages
bun run format # format all files
bun run typecheck # type check all packages
bun run test # unit/integration tests
```
For more (per-package targets, dependency management, etc.), see [CONTRIBUTING.md](./CONTRIBUTING.md).
## SDKs
- TypeScript: [`@superserve/sdk`](https://www.npmjs.com/package/@superserve/sdk) — `bun add @superserve/sdk`
- Python: [`superserve`](https://pypi.org/project/superserve/) — `uv add superserve`
Full reference at [docs.superserve.ai](https://docs.superserve.ai/?utm_source=github&utm_medium=readme).
## Testing
```bash
bun run test # unit tests (no credentials)
SUPERSERVE_API_KEY=ss_live_... bun run test:e2e # e2e against staging
```
For environment overrides and single-language runs, see [CONTRIBUTING.md](./CONTRIBUTING.md#e2e-tests).
## Releasing
See [RELEASING.md](./RELEASING.md) for publishing the SDKs to npm and PyPI.
## Contributing
Contributions welcome — see [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
## License
Apache License 2.0 — see [LICENSE](./LICENSE).
## Where to find us
- [Email us](mailto:engineering@superserve.ai)
- [Twitter/X](https://x.com/superserve_ai)
- [LinkedIn](https://www.linkedin.com/company/super-serve-ai)
Lo que la gente pregunta sobre superserve
¿Qué es superserve-ai/superserve?
+
superserve-ai/superserve es subagents para el ecosistema de Claude AI. Sandbox infrastructure for AI Agents Tiene 434 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala superserve?
+
Puedes instalar superserve clonando el repositorio (https://github.com/superserve-ai/superserve) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar superserve-ai/superserve?
+
superserve-ai/superserve aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene superserve-ai/superserve?
+
superserve-ai/superserve es mantenido por superserve-ai. La última actividad registrada en GitHub es de today, con 10 issues abiertos.
¿Hay alternativas a superserve?
+
Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.
Despliega superserve en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/superserve-ai-superserve)<a href="https://claudewave.com/repo/superserve-ai-superserve"><img src="https://claudewave.com/api/badge/superserve-ai-superserve" alt="Featured on ClaudeWave: superserve-ai/superserve" width="320" height="64" /></a>Más Subagents
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
The agent that grows with you
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
The agent engineering platform.
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.