🧪 Coeus Sandbox
Isolated environment for multi-agent orchestration and coin benchmarking
Core Scripts#
launch_sandbox.py: Initializes agents and assigns rolesmint_coin.py: Creates symbolic coin stubsfriday_night_coin_fight.py: Runs tournament logicsandbox_metrics.py: Logs resolution stats and timestampssandbox_quarantine.py: Isolates unstable or flagged coinslogs/: Stores trace logs for reproducibility
Sandbox Modes#
single_agent: Run one agent against one coinmulti_agent: Assign multiple agents to a coin with role flagstournament: Benchmark coins across class/cause/countryquarantine: Isolate coins with ethics or logic violationsobserver_mode: Enable dual observer protocol for validation
Agent Flags#
--role: Assigns agent role (decomposer,narrator,mapper, etc.)--coin: Specifies coin ID or metadata file--emit: Enables emitter overlay for scan feedback--trace: Activates full logging for coin resolution--quarantine: Flags coin for isolation and review
Extend#
- Add observer dashboards for ethics and remix lineage
- Wire in federation protocols for cross-sandbox orchestration
- Integrate validator dashboards for remix approval
Let it echo.