-
Notifications
You must be signed in to change notification settings - Fork 2
Architecture
github-actions[bot] edited this page Aug 15, 2026
·
1 revision
High-level layout of timerloggedout-spec/termux-monorepo.
Visual overview (in-repo): termux-ecosystem-architecture.html
(Terminal → ArchWiz / Harmonizer / DeepSeek CLI-TUI / Central Mapper / Multi-Agent → DeepSeek API, local cache, workspace).
Prefer TOOL_INDEX + CONCEPT_INDEX under archwiz/ for tool-level truth.
DeepSeek-oriented CLI (sessions, streaming send, thinking mode, attach, fork, export).
- Entry:
deepcli.py,deepapi.py,deepseek_proxy.py - Related:
deepcli-tui/,.deepcli/,deepseek-cli/
Multi-agent orchestration for Termux: provision, run, patch, dashboard, Cedar MCP.
| Path | Role |
|---|---|
provision_agent.py |
Agent provisioning |
run.py / run_agent.sh
|
Run loop |
dashboard.py |
Status / control UI |
patch_files.py |
Patch application |
cedar-mcp-server.js |
CedarScript MCP server |
Conversation synthesis: branching, export, account/token management, metrics, Chronos, Cedar bridge.
ArchWizard — indexing, provenance, recovery indices, automation cockpit.
- Docs:
TOOL_INDEX.md,CONCEPT_INDEX.md,REFERENCE_HUB.md,METHODOLOGY_INDEX.md,PROCEDURES.md, … - Role: dashboard + pipeline control
| Directory | Role |
|---|---|
harmonizer-prod_cli/ |
Production Harmonizer CLI |
harmony_hub/ |
Harmony hub integration |
multi-ai-cli/ |
Multi-model CLI surface |
commingle-swarm/ |
Template / scavenge-only external clone |
-
central_mapper_v420.py,mapper_graph.py -
workspace/(incl. llm_map indices) -
sandbox/,src/,bin/,config/
-
refTemplates/onmasteris largely a stub; full metadata skeleton lives onrecreate/refTemplates-skeleton. - Submodules: prefer selective depth-1 updates; avoid recursive
submodule updateby default.
For recovery history and prioritized actions, see the root README and docs/RECON.md.