SEO: add hyphenated 'agentic-os' to title, meta, OG, Twitter, H1, JSON-LD, and README for dual keyword ranking

This commit is contained in:
modimihir07 2026-05-20 20:18:47 +05:30
parent 2bf866b0b1
commit 1cd6680d29
4 changed files with 109 additions and 40 deletions

View File

@ -10,9 +10,9 @@
<br/><br/>
</div>
# Agentic OS 🧠 — Multi-Agent Orchestration Platform
# Agentic OS (agentic-os) 🧠 — Multi-Agent Orchestration Platform
A locally-hosted operating system for AI agents that coordinates **opencode**, **Hermes Agent**, and **Gemini CLI** into a unified dashboard with persistent memory, cron scheduling, skill execution, cost analytics, and disaster recovery.
A locally-hosted operating system for AI agents — an open-source GitHub repository — that coordinates **opencode**, **Hermes Agent**, and **Gemini CLI** into a unified dashboard with persistent memory, cron scheduling, skill execution, cost analytics, and disaster recovery.
> **Why Agentic OS?** Most agent tools work in isolation — a terminal for coding, a separate chat for research, another for memory. Agentic OS is the **control plane** that unifies them: one dashboard, one memory layer, one scheduler, one skill hub. Three agents, infinite capabilities.

View File

@ -1,29 +0,0 @@
# MEMORY.md — Hermes Persistent Memory
## Active Context
- Building Agentic OS (May 2026)
- 3-agent system: opencode + Hermes + Gemini CLI
- Web dashboard on FastAPI
- 51 features + 10 extras
## Skills Known
- heartbeat: system health monitoring
- devops-audit: GCP/K8s infra audit
- content-draft: content writing
- code-review: PR review
- research-synthesis: web research
- daily-standup: morning briefing
- meeting-minutes: notes processor
- project-planner: implementation plans
- brainstorming: design refinement
- systematic-debug: 4-phase debugging
- memory-consolidation: weekly synthesis
- backup-skill: snapshot creation
- cost-analytics: token tracking
- tdd-cycle: red-green-refactor
- goal-planner: step-by-step plans
## Decisions
- All memory in markdown for cross-agent compatibility
- Git auto-versioning for brain/ and skills/
- Free-tier budget guardian active

View File

@ -5,22 +5,22 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary SEO -->
<title>Agentic OS — Multi-Agent Orchestration Platform | opencode + Hermes + Gemini CLI</title>
<meta name="description" content="Agentic OS is a locally-hosted multi-agent orchestration OS that coordinates opencode, Hermes Agent, and Gemini CLI into one dashboard with 16+ skills, cron scheduler, cost analytics, persistent memory, and backup/restore.">
<meta name="keywords" content="agentic os, agent os, multi-agent orchestration, ai agents, hermes agent, opencode, gemini cli, agent dashboard, skills hub, cost analytics, devops automation, open source">
<title>Agentic OS (agentic-os) — Multi-Agent Dashboard &amp; GitHub Repository | opencode + Hermes + Gemini CLI</title>
<meta name="description" content="Agentic OS (agentic-os) is a locally-hosted multi-agent orchestration OS and GitHub repository that coordinates opencode, Hermes Agent, and Gemini CLI into one dashboard with 16+ skills, cron scheduler, cost analytics, persistent memory, and backup/restore.">
<meta name="keywords" content="agentic-os, agentic os, agent os, multi-agent orchestration, ai agents, hermes agent, opencode, gemini cli, agent dashboard, skills hub, cost analytics, devops automation, open source">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://modimihir07.github.io/agentic-os/">
<!-- Open Graph -->
<meta property="og:title" content="Agentic OS — Multi-Agent Orchestration Platform">
<meta property="og:description" content="A locally-hosted OS for AI agents — coordinates opencode, Hermes, and Gemini CLI into one dashboard with skills, scheduler, cost analytics, memory, and backup.">
<meta property="og:title" content="Agentic OS (agentic-os) — Multi-Agent Orchestration Dashboard &amp; GitHub Repository">
<meta property="og:description" content="Agentic OS (agentic-os) is a locally-hosted multi-agent OS and GitHub repository — coordinates opencode, Hermes, and Gemini CLI into one dashboard with skills, scheduler, cost analytics, memory, and backup.">
<meta property="og:url" content="https://modimihir07.github.io/agentic-os/">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Agentic OS — Multi-Agent Orchestration Platform">
<meta name="twitter:description" content="A locally-hosted OS for AI agents — coordinates opencode, Hermes, and Gemini CLI into one dashboard with skills, scheduler, cost analytics, memory, and backup.">
<meta name="twitter:title" content="Agentic OS (agentic-os) — Multi-Agent Orchestration Dashboard &amp; GitHub Repository">
<meta name="twitter:description" content="Agentic OS (agentic-os) is a locally-hosted multi-agent OS and GitHub repository — coordinates opencode, Hermes, and Gemini CLI into one dashboard with skills, scheduler, cost analytics, memory, and backup.">
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
@ -28,6 +28,7 @@
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Agentic OS",
"alternateName": "agentic-os",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Linux, macOS",
"description": "A locally-hosted multi-agent orchestration platform that coordinates opencode, Hermes Agent, and Gemini CLI into a unified dashboard with 16+ skills, cron scheduling, cost analytics, persistent memory, and backup/restore.",
@ -128,8 +129,8 @@ td { color: var(--text); }
<polygon points="18,8 26,13 26,23 18,28 10,23 10,13" fill="none" stroke="url(#lg)" stroke-width="2" stroke-linejoin="round"/>
<circle cx="18" cy="18" r="4" fill="url(#lg)"/>
</svg>
<h1>Agentic OS</h1>
<p>A locally-hosted operating system for AI agents — orchestrating opencode, Hermes Agent, and Gemini CLI into one unified dashboard with persistent memory, cron scheduling, 16+ skills, and cost analytics.</p>
<h1>Agentic OS (agentic-os)</h1>
<p>A locally-hosted operating system for AI agents — an open-source GitHub repository orchestrating opencode, Hermes Agent, and Gemini CLI into one unified dashboard with persistent memory, cron scheduling, 16+ skills, and cost analytics.</p>
<div class="hero-badges">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT">
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="Python">

View File

@ -3,3 +3,100 @@
## 2026-05-17
- Reads from brain/ files and audit log
- Runs best at session start
## 2026-05-18 (Run 7215be12)
- Agent: hermes
- Input: (none)
- Output: I'll execute the daily-standup skill by reading the relevant brain files and audit log.
Here's your morning briefing:
AGENTIC OS — Daily Standup (May 18, 2026)
YESTERDAY (May 17):
- Agentic OS project created from scratch — full 3-agent architecture (opencode + Hermes + Gemini CLI)
- 51 features + 10 extras planned across 8 phases
- Dashboard built: FastAPI backend + vanilla JS SPA
- Skills hub seeded with 15+ skills (DevOps, content, research, coding, productivity)
- Git auto-versioning enabled
## 2026-05-18 (Run 2de16a6e)
- Agent: hermes
- Input: (none)
- Output: I'll execute the daily-standup skill by reading the relevant brain files and audit log.
Daily Standup — Monday, May 18, 2026
Yesterday (May 17)
- Built Agentic OS from scratch — full project structure, 51 features + 10 extras
- Configured 3-agent architecture: opencode + Hermes + Gemini CLI
- Set up FastAPI dashboard with SPA frontend
- Created 15+ skills following _template/ convention
- Ran heartbeat and devops-audit skills successfully
- Created + restored backup snapshot (agentic-os-20260517
## 2026-05-18 (Run 524c5285)
- Agent: hermes
- Input: (none)
- Output: I'll execute the daily-standup skill by reading the relevant brain files and audit log.
Here's your morning briefing:
AGENTIC OS — Daily Standup (May 18, 2026)
YESTERDAY (May 17):
- Built Agentic OS v1.0 from scratch — full 3-agent architecture (opencode + Hermes + Gemini CLI)
- Created 51 features + 10 extras across 7 layers
- Set up FastAPI dashboard + SPA frontend
- Created 15+ skills with eval scoring and learnings tracking
- Ran heartbeat and devops-audit skills successfully
- Tested backup
## 2026-05-18 (Run dacf584a)
- Agent: hermes
- Input: (none)
- Output: I'll execute the daily-standup skill by reading the relevant brain files and audit log.
Now let me check the last 24h of audit entries more carefully and get the latest entries:
Here's your morning briefing:
AGENTIC OS — Daily Standup (May 18, 2026)
YESTERDAY (May 17):
- Agentic OS project created from scratch — full 3-agent architecture (opencode + Hermes + Gemini CLI)
- 51 features + 10 extras planned across 8 phases
- Dashboard built: FastAPI backend + vanilla JS SPA
- Skills hub seeded with
## 2026-05-18 (Run b6069709)
- Agent: opencode
- Input: (none)
- Output: # Agentic OS — Daily Standup (May 18, 2026)
## Yesterday (May 17)
- Built Agentic OS v1.0 from scratch — full 3-agent architecture, 7 layers, 51 features + 10 extras
- FastAPI dashboard + SPA frontend created with 13 dashboard pages
- 15+ skills seeded (_template/, heartbeat, devops-audit, content-draft, code-review, daily-standup, etc.)
- All 3 agents tested: opencode, Hermes, Gemini CLI
- Backup created & restored successfully (agentic-os-20260517_163610.tar.gz)
- Standards discovery run comp
## 2026-05-18 (Run a6d21650)
- Agent: hermes
- Input: (none)
- Output: Let me gather the data for today's standup.
AGENTIC OS — Daily Standup (May 18, 2026)
YESTERDAY (May 17):
- Built Agentic OS v1.0 from scratch — full 3-agent architecture (opencode + Hermes + Gemini CLI)
- 51 features + 10 extras across 7 layers
- FastAPI dashboard + SPA frontend live
- 15+ skills created with eval scoring and learnings tracking
- Heartbeat + devops-audit skills ran successfully
- Backup created and restored (agentic-os-20260517_163610.tar.gz)
- Standards discovery ran
- Tested
## 2026-05-18 (Run e1fffffb)
- Agent: opencode
- Input: (none)
- Output: **Agentic OS — Daily Standup (May 18, 2026)**
**Yesterday (May 17)**
- Built Agentic OS v1.0 from scratch — 3-agent architecture, 7 layers, 51+10 features
- FastAPI dashboard + 13 SPA pages, 15+ skills seeded
- All 3 agents tested (opencode, Hermes, Gemini CLI)
- Backup created & restored, standards discovery run
**Overnight Activity**
- Multiple daily-standup skill runs across opencode + Hermes (runs 7215be12 through a6d21650)
- Heartbeat tested successfully
- Chat interactions across all 3 a