diff --git a/docs/agentic-os-architecture.svg b/docs/agentic-os-architecture.svg new file mode 100644 index 0000000..7ff1bf9 --- /dev/null +++ b/docs/agentic-os-architecture.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AGENTIC OS + MULTI-AGENT ORCHESTRATION PLATFORM + + + + + + + + + + LAYER 7 + Web Dashboard + FastAPI + Tailwind SPA — 13 interactive pages with Chart.js gauges + + + + + + + + LAYER 6 + Self-Evolution + Capability Manager + Track agent capabilities and evolve routing rules over time + + + + + + + + LAYER 5 + Scheduler + Awareness + Health Guardian + APScheduler — Heartbeat health check every 5 minutes — Auto-restart + + + + + + + + LAYER 4 + Memory Graph + Consolidation + Hermes SQLite FTS5 — Entity-relation tracking — Weekly synthesis + + + + + + + + LAYER 3 + Skills Hub + Eval + Learnings Loop + 16 modular skills — SKILL.md + eval.json + score-history per execution + + + + + + + + LAYER 2 + Business Brain + Context Folders + 7 brain files — Ephemeral run context per skill execution + + + + + + + + LAYER 1 + Agent Router + Standards + Profiles + Routing rules — Discover/inject standards — Per-project profiles + + + + + ROUTES + + + + + + + + 3-AGENT EXECUTION ENGINE + + + + + + + + opencode + Code & DevOps Agent + + + Code generation & file operations + + DevOps / GCP infrastructure + + + + + + 🧠 + Hermes Agent + Memory & Scheduling Agent + + + Persistent memory — SQLite FTS5 + + Cron scheduling & Telegram/Discord + + + + + + 🔍 + Gemini CLI + Research & Analysis Agent + + + Web research & multi-modal analysis + + Data analysis & document understanding + + + + 138 files · 16 skills · 7 brain files · 13 dashboard pages · MIT + + + 100% Free Tier — OpenRouter · Gemini Flash · Local opencode + + github.com/modimihir07/agentic-os + diff --git a/docs/linkedin-post.md b/docs/linkedin-post.md new file mode 100644 index 0000000..3b841ee --- /dev/null +++ b/docs/linkedin-post.md @@ -0,0 +1,61 @@ +Agentic OS is now open-source 🚀 + +A locally-hosted multi-agent orchestration platform that unifies opencode, Hermes Agent, and Gemini CLI into a single dashboard with full observability. + +—— + +📐 Architecture — 7-Layer Stack + +• Layer 7 — Web Dashboard (FastAPI + SPA with Chart.js) +• Layer 6 — Self-Evolution + Capability Manager +• Layer 5 — Scheduler (APScheduler) + Health Guardian +• Layer 4 — Memory Graph (Hermes SQLite FTS5) +• Layer 3 — Skills Hub (16 skills with eval scoring) +• Layer 2 — Business Brain + Context Folders +• Layer 1 — Agent Router + Standards + Profiles + +—— + +⚙️ Execution Engine — 3 Specialized Agents + +• opencode — Code generation, DevOps, Git operations +• Hermes Agent — Persistent memory, cron scheduling, messaging channels +• Gemini CLI — Web research, multi-modal analysis, data processing + +—— + +🔧 Tech Stack & Features + +Python FastAPI backend (627 lines) with a JavaScript SPA across 13 pages. APScheduler for cron jobs with pre/post execution hooks. SQLite FTS5 for entity-relation memory tracking with automated weekly consolidation. Chart.js for real-time system metrics. One-command install. Git auto-versioning on every change. + +—— + +💰 Free-Tier Architecture + +Operates entirely on free-tier infrastructure — OpenRouter free models, Gemini Flash, and local opencode execution. No cloud vendor lock-in, no API keys required to start. + +—— + +📊 By the Numbers + +138 files · 22 modules · 16 skills · 7 brain files · 10 prompt templates · 4 scheduled jobs · 15 GitHub topics · MIT License + +—— + +🔗 https://github.com/modimihir07/agentic-os + +#AgenticOS #OpenSource #MultiAgent #Orchestration #AI #DevOps #Python #FastAPI + +--- + +PHOTOS TO ATTACH (separate — not in post body) + +1. Dashboard overview — Screenshot http://127.0.0.1:8080 showing sidebar, skills grid, agent status bar, and Chart.js health gauges. Full browser window. + +2. Architecture diagram — Attach ~/Desktop/agentic-os-architecture.png (1800x2000px dark theme diagram with 7 layers + 3 agents) + +3. Skills hub — Screenshot the Skills page showing all 16 skills with badges, eval scores, and run buttons. + +4. Chat interface — Screenshot AI Chat page with a sample conversation. Try "What's the system status?" to show a response. + +5. GitHub repo — Screenshot github.com/modimihir07/agentic-os showing description, 15 topics, MIT badge, and README intro.