Expand description
Task persistence traits and the in-memory store implementation.
Structs§
- InMemory
Task Store - In-process task store with TTL expiry and LRU capacity eviction.
- InMemory
Task Store Config - Configuration for the in-memory task store.
Traits§
- Task
Store - Persistence abstraction for task state exposed by the A2A server.