{
  "markdown": "# 🌌 COSMOS\n\n**C**ognitive **O**rchestration **S**ystem for **M**eta-cognitive **O**ptimization & **S**ynthesis\n\nRSIS3 (core) + MyKB (memory) + SPACE (ideation) — unified under one dashboard.\n\n## Architecture\n\n```\nRSIS3 ─── core cognitive engine, 3-loop self-improvement\n  ├── MyKB  ─── long-term persistent memory store\n  └── SPACE ─── RRP prompt engine for ideation cycles\n```\n\n## Quick Start\n\n```bash\ncosmos dashboard          # Launch dashboard + all services\n# or\n./start.sh                # Same thing\n# then open http://localhost:9000\n```\n\n## Components\n\n| Component | Role | Language | Files |\n|-----------|------|:--------:|:-----:|\n| **RSIS3** | Core cognitive engine (3-loop RSI) | Python + JS | 112 |\n| **MyKB** | Long-term memory for RSIS3 | Python | 2,436 |\n| **SPACE** | RRP ideation engine | TypeScript | 333 |\n\n## Deployed\n\n- **Cosmos:** https://gemquota.github.io/cosmos/\n- **Hub:** https://gemquota.github.io/hub/ (all non-COSMOS projects)\n\nShort MyKB links (redirect to `components/mykb/`):\n- Wiki: https://gemquota.github.io/cosmos/mykb/\n- Stats: https://gemquota.github.io/cosmos/mykb/stats\n- Guidance: https://gemquota.github.io/cosmos/mykb/#guidance\n- Stub audit (redirects to Guidance): https://gemquota.github.io/cosmos/mykb/stub-audit\n- Knowledge graph: https://gemquota.github.io/cosmos/mykb/graph\n- Deep wiki paths (e.g. `mykb/wiki/<path>.md`) redirect via the root `404.html`.\n\n## Commands\n\nThe dashboard (components/rsis3/dashboard/index.html) replicates the CLI:\nthe **MyKB → Guidance** view hosts the live guide (area direction, research &\nfeedback queue, stub triage with Save Queue, Plan / Apply + manifest, Rebuild\nstatic), and Overview/Pulses/KG/Graphs/Constraints/Loops mirror `cosmos status`\ntelemetry.\n\n```bash\ncosmos dashboard   # Launch web dashboard + services\ncosmos status      # Show component status\ncosmos start       # Start component servers\ncosmos stop        # Stop component servers\ncosmos logs        # Tail service logs\ncosmos guidance open  # Open the Guidance UI (direction, feedback, stub triage)\ncosmos guidance status  # Show guidance + stub queue status\ncosmos guidance build  # Rebuild guidance.json + stub-review.json\ncosmos guidance plan  # Preview scaffolds from the research queue\ncosmos guidance apply # Scaffold wanted/question pages + research manifest\ncosmos stubs open  # Open the Guidance UI (alias of guidance open)\ncosmos stubs plan  # Preview the queued stub decisions\ncosmos stubs apply # Execute the queue + emit the inference manifest\ncosmos stubs build # Rebuild the static stub data\n```\n\n## Structure\n\n```\ncosmos/\n├── index.html          # Unified dashboard (single HTML file)\n├── start.sh            # One-command launcher\n├── cli/cosmos          # CLI entry point\n├── AGENTS.md           # Agent instructions\n├── ARCHITECTURE.md     # Full architecture docs\n└── components/\n    ├── rsis3/          # Core cognitive engine (Python)\n    ├── mykb/           # Long-term memory (Python + wiki)\n    └── space/          # RRP ideation engine (TypeScript)\n```\n",
  "bytes": 3035,
  "sha": "094017dca0e540b59ab8f5764ddbe620060bd362bc7cadb4d67ed7225600d4f1",
  "repo_slug": "gemquota/cosmos",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_gemquota_cosmos_components_mykb_index_md_f1ddce1b/readme"
}