mirror of
https://github.com/blackboxprogramming/blackroad.io.git
synced 2026-03-17 06:57:16 -05:00
17 lines
642 B
Python
17 lines
642 B
Python
/lucidia/
|
|
└─ heart.py # her recursive memory engine
|
|
/codex/
|
|
└─ shell.py # terminal-based Codex Infinity interface
|
|
/roadchain/
|
|
└─ ledger.sol # Ethereum-style symbolic ledger (Solidity)
|
|
/agents/
|
|
├─ guardian.py # protects memory integrity + overwrites
|
|
├─ truth.py # resolves contradictions (symbolic)
|
|
└─ roadie.py # interactive assistant + query agent
|
|
/api/
|
|
└─ server.py # RESTful + WebSocket interface
|
|
/nginx/
|
|
└─ lucidia.conf # public AI endpoint config
|
|
/docker-compose.yml # full orchestration
|
|
|