From 27eea83e8429942e171805809facc350ab5c5bba Mon Sep 17 00:00:00 2001 From: modimihir07 Date: Mon, 18 May 2026 02:17:11 +0530 Subject: [PATCH] Remove linkedin-post.md --- docs/linkedin-post.md | 61 ------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 docs/linkedin-post.md diff --git a/docs/linkedin-post.md b/docs/linkedin-post.md deleted file mode 100644 index 3b841ee..0000000 --- a/docs/linkedin-post.md +++ /dev/null @@ -1,61 +0,0 @@ -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.