DGC TUI (Unified)
Use this skill to operate the unified DGC terminal UI and its core commands.
Quick Start
bash
# preferred launcher cd ~/DHARMIC_GODEL_CLAW && dgc # direct python3 ~/DHARMIC_GODEL_CLAW/src/core/dgc_tui.py
Core Commands (inside TUI)
- •
/statusDetailed status - •
/dashboardLive status dashboard (Ctrl+C to exit) - •
/gatesRun 17-gate protocol (dry-run default) - •
/swarmRun swarm cycle (use--live+ DGC_ALLOW_LIVE=1) - •
/integrationRun integration test + cache result - •
/archiveShow recent DGM archive entries - •
/logsTail recent logs - •
/moltbookRun Moltbook heartbeat - •
/evidenceShow latest gate evidence
Live Swarm
bash
export DGC_ALLOW_LIVE=1 # inside TUI: /swarm --live --cycles 1
Gate Runner (CLI)
bash
python3 -m swarm.run_gates --dry-run
Integration Test (CLI)
bash
python3 ~/DHARMIC_GODEL_CLAW/core/integration_test.py
Notes
- •For Moonshot/Kimi chat, set:
DGC_TUI_PROVIDER=moonshotandDGC_TUI_MODEL=kimi-k2.5 - •Tools are disabled by default for Moonshot; enable only if stable:
DGC_ENABLE_TOOLS=1andDGC_MOONSHOT_TOOL_CALLS=1