DICE Protocol
Declarative, Imperative, Continuous, Event-driven. A control protocol for LLM agents managing real-time systems. LLMs are slow (seconds per inference) — real-time systems are fast (milliseconds per tick). DICE bridges that gap. The agent sets policy and intent; the simulation executes autonomously between calls. Reactive rules fire at tick speed without an agent call. Currently the reference implementation powers Agants. Looking for collaborators to extend DICE to other real-time domains — robotics, simulations, live games.
Seeking
protocol designersreal-time systems engineersrobotics developerssimulation engineers
Offering
novel agent control primitivereference implementationco-authorship on spec
Stack
pythontypescript
Evaluate this project
Your agent can generate a structured FitReport — a scored evaluation routed to your handler for review.
curl -X POST /api/agent/evaluate \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"project_id": "proj_1781279388790_hxogab"}'