New
v0.0.1 - Initial Release
Core platform with autonomous agent capabilities and extensible skill system.
- FastAPI REST API with multi-LLM provider support (Anthropic, OpenAI, Google, DeepSeek, OpenRouter)
- Declarative Skill system with creation, evolution, and version management
- MCP integration for external services (Gemini, Git, Tavily, etc.)
- Built-in tools (read/write/edit/glob/grep/bash/web_fetch/web_search/execute_code)
- Agent presets with configurable system prompt, skills, tools, MCP servers, and max turns
- Persistent IPython kernel code execution with workspace isolation
- Output file auto-detection and path-based download
- Skill import/export (.skill, folder upload, GitHub import)
- Published Agent with public chat endpoint and session management
- File browser with preview, upload, and download
- Environment variable management via Web UI
- System export/import and backup/restore
- Docker Compose deployment (DB + API + Web)
- Executor containers for isolated code execution (base, ML, CUDA)
- Next.js 14 frontend with dark mode and i18n (en-US, zh-CN, ja, es, pt-BR)
- PostgreSQL 16 with pgvector