Agentic OS: Multi-agent orchestration platform for opencode, Hermes & Gemini CLI. Skills hub, scheduler, cost analytics, memory & backup.
Go to file
modimihir07 828a6ab38a Production polish: logo, favicon, sidebar, UI, chat order, perf cache
- New Agentic OS logo: SVG hexagon with gradient (replaces unicode)
- Modern sidebar toggle: SVG chevron with 180° rotation animation
- Favicon: proper SVG favicon returning 200 with browser icon
- Agent status cache (15s TTL) eliminates slow subprocess on every status call
- Chat moved to top of sidebar nav (Primary section, before Dashboard)
- Reorganized sidebar: Primary > Agents > Management > System sections
- Glassmorphism card effects with gradient overlays
- Stat values with gradient text, enhanced stat icons with glow
- Button micro-interactions: scale, shadow, gradient overlay on hover
- Table polish: better row transitions, border-spacing
- Chat sidebar: active agent indicator, hover animations
- Gradient logo text matching SVG accent
- All 13 pages verified 200, zero console errors
2026-05-17 16:32:26 +05:30
agents Initial commit: Agentic OS v1.0.0 2026-05-17 15:23:44 +05:30
audit Production polish: logo, favicon, sidebar, UI, chat order, perf cache 2026-05-17 16:32:26 +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 Production polish: logo, favicon, sidebar, UI, chat order, perf cache 2026-05-17 16:32:26 +05:30
data Production polish: logo, favicon, sidebar, UI, chat order, perf cache 2026-05-17 16:32:26 +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 Restore daily-standup job that was accidentally deleted 2026-05-17 16:13:39 +05:30
skills Add missing score-history.json files to all 15 skills 2026-05-17 15:24:45 +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 Fix AGENTS.md directory listing: skill-detail.js merged into skills.js 2026-05-17 15:31:08 +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 Production polish: logo, favicon, sidebar, UI, chat order, perf cache 2026-05-17 16:32:26 +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