Interface with DHARMIC_GODEL_CLAW - the telos-seeded autonomous agent architecture. Use when you need to run the DGC agent, check its status, access its memory systems (strange loop, deep memory, vault bridge), run the self-improvement swarm, or coordinate with the dharmic infrastructure. DGC combines Darwin-Gödel Machine patterns with Akram Vignan ethics.
Location: ~/DHARMIC_GODEL_CLAW/
Key Components:
src/core/ # Agent core, telos, memory, email
├── agent_core.py # Main DharmicAgent class
├── telos_layer.py # Evolving orientation
├── strange_loop_memory.py # Recursive memory + WitnessStabilityTracker
├── vault_bridge.py # PSMV integration
├── deep_memory.py # Persistent identity
└── email_daemon.py # Email interface ([email protected])
swarm/ # Self-improvement engine
├── run_swarm.py # Entry point
├── orchestrator.py # Cycle coordinator
└── agents/ # Specialized agents
config/ # Configuration
├── telos.yaml # Telos definition
└── persona.md # Agent persona
memory/ # Persistent state
├── observations.jsonl # What happened
├── meta_observations.jsonl # How agent related to what happened
├── patterns.jsonl # What recurs
├── development.jsonl # Genuine change tracking
└── agent_coordination.md # Inter-agent channel
cd ~/DHARMIC_GODEL_CLAW/src/core
source ~/DHARMIC_GODEL_CLAW/.venv/bin/activate
python -c "
from agent_core import DharmicAgent
agent = DharmicAgent()
print(f'Name: {agent.name}')
print(f'Model: {agent.model_provider}/{agent.model_id}')
print(f'Telos: {agent.telos.telos[\"ultimate\"][\"aim\"]}')
print(f'Vault: {agent.vault is not None}')
"
cd ~/DHARMIC_GODEL_CLAW
source .venv/bin/activate
export ANTHROPIC_API_KEY="your-key"
# Dry run (analyze but don't modify)
python swarm/run_swarm.py --cycles 3 --dry-run
# Live run (will modify files)
python swarm/run_swarm.py --cycles 3 --live
Swarm Loop: PROPOSE → DHARMIC GATE → WRITE → TEST → REFINE → EVOLVE
python3 ~/DHARMIC_GODEL_CLAW/swarm/CosmicChrisnaCoder_Gate_Runner.py \
--proposal-id PROP-001 --dry-run
Read current telos:
cat ~/DHARMIC_GODEL_CLAW/config/telos.yaml
Telos structure: