Skip to content

Latest commit

 

History

321 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌌 COSMOS

Cognitive Orchestration System for Meta-cognitive Optimization & Synthesis

RSIS3 (core) + MyKB (memory) + SPACE (ideation) — unified under one dashboard.

Architecture

RSIS3 ─── core cognitive engine, 3-loop self-improvement
  ├── MyKB  ─── long-term persistent memory store
  └── SPACE ─── RRP prompt engine for ideation cycles

Quick Start

cosmos dashboard          # Launch dashboard + all services
# or
./start.sh                # Same thing
# then open http://localhost:9000

Components

Component Role Language Files
RSIS3 Core cognitive engine (3-loop RSI) Python + JS 112
MyKB Long-term memory for RSIS3 Python 2,436
SPACE RRP ideation engine TypeScript 333

Deployed

Short MyKB links (redirect to components/mykb/):

Commands

The dashboard (components/rsis3/dashboard/index.html) replicates the CLI: the MyKB → Guidance view hosts the live guide (area direction, research & feedback queue, stub triage with Save Queue, Plan / Apply + manifest, Rebuild static), and Overview/Pulses/KG/Graphs/Constraints/Loops mirror cosmos status telemetry.

cosmos dashboard   # Launch web dashboard + services
cosmos status      # Show component status
cosmos start       # Start component servers
cosmos stop        # Stop component servers
cosmos logs        # Tail service logs
cosmos guidance open  # Open the Guidance UI (direction, feedback, stub triage)
cosmos guidance status  # Show guidance + stub queue status
cosmos guidance build  # Rebuild guidance.json + stub-review.json
cosmos guidance plan  # Preview scaffolds from the research queue
cosmos guidance apply # Scaffold wanted/question pages + research manifest
cosmos stubs open  # Open the Guidance UI (alias of guidance open)
cosmos stubs plan  # Preview the queued stub decisions
cosmos stubs apply # Execute the queue + emit the inference manifest
cosmos stubs build # Rebuild the static stub data

Structure

cosmos/
├── index.html          # Unified dashboard (single HTML file)
├── start.sh            # One-command launcher
├── cli/cosmos          # CLI entry point
├── AGENTS.md           # Agent instructions
├── ARCHITECTURE.md     # Full architecture docs
└── components/
    ├── rsis3/          # Core cognitive engine (Python)
    ├── mykb/           # Long-term memory (Python + wiki)
    └── space/          # RRP ideation engine (TypeScript)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages