Skip to main content

Module store

Module store 

Source
Expand description

Task persistence traits and the in-memory store implementation.

Structs§

InMemoryTaskStore
In-process task store with TTL expiry and LRU capacity eviction.
InMemoryTaskStoreConfig
Configuration for the in-memory task store.

Traits§

TaskStore
Persistence abstraction for task state exposed by the A2A server.