Expand description
§InMemoryTaskRegistry — HashMap-backed implementation for testing.
Full CRUD + dependency DAG with cycle detection. No persistence. Use for testing, prototyping, and simple single-process agents.
Structs§
- InMemory
Task Registry - In-memory task registry backed by
HashMap+Mutex.