Agentic OS: Multi-agent orchestration platform for opencode, Hermes & Gemini CLI. Skills hub, scheduler, cost analytics, memory & backup.
Go to file
modimihir07 73efe0f7e4 Initial commit: Agentic OS v1.0.0
- AGENTS.md single source of truth with 51+10 features
- FastAPI backend with 20+ REST endpoints
- 15 skills with self-improvement (eval + learnings)
- Web SPA dashboard with 12 pages
- Agent configs for opencode, Hermes, Gemini CLI
- APScheduler, plugin registry, standards system
- 10 prompt templates, cost analytics, backup/restore
2026-05-17 15:23:44 +05:30
agents Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
audit Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
backups Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
brain Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
dashboard Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
data Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
prompts Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
registry Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
scheduler Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
skills Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
standards Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
.gitignore Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
AGENTS.md Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
README.md Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
backup.sh Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
install.sh Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
requirements.txt Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
restore.sh Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
server.py Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
start.sh Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30

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