agentic-os/docs/linkedin-post.md

62 lines
2.4 KiB
Markdown

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.