agent-dashboardagent-osagentic-osai-agentsautonomous-agentscost-analyticsdevopsfastapigemini-clihermes-agentmulti-agent-orchestrationopen-sourceopencodeskills-hubtask-orchestration
- Fixed app.js: changed page script path from 'pages/' to '/dashboard/pages/' - Fixed collapsed sidebar: icon alignment, cleaner padding, centered footer - Removed inverted media query logic for responsive sidebar - Added favicon endpoint to suppress 404 - Renamed cost-analytics.js to cost.js to match hash routing |
||
|---|---|---|
| agents | ||
| audit | ||
| backups | ||
| brain | ||
| dashboard | ||
| data | ||
| prompts | ||
| registry | ||
| scheduler | ||
| skills | ||
| standards | ||
| .gitignore | ||
| AGENTS.md | ||
| README.md | ||
| backup.sh | ||
| install.sh | ||
| requirements.txt | ||
| restore.sh | ||
| server.py | ||
| start.sh | ||
README.md
Agentic OS
A multi-agent orchestration platform that coordinates opencode, Hermes Agent, and Gemini CLI into a unified, self-improving, autonomous work operating system.
Quick Start
chmod +x install.sh && ./install.sh
Architecture
3 agents + 7 layers + web dashboard:
| Agent | Role |
|---|---|
| opencode | Code generation, DevOps, file operations |
| Hermes Agent | Memory, scheduling, channels |
| Gemini CLI | Research, analysis, multi-modal |
Features
- 51 features from top agentic OS implementations
- 10 extra features (cost analytics, git versioning, backup, prompts, etc.)
- Interactive web dashboard (FastAPI + SPA)
- One-click skill execution
- Scheduled workflows
- Persistent memory across sessions
- Self-improving skills with eval scoring
- Multi-agent routing and handoff
- Cost tracking with free-tier alerts
Dashboard
./start.sh
# Visit http://127.0.0.1:8080
License
MIT