Skip to main content
ResultStore holds the settings and is usable without an agent: offload a payload, read a bounded page back, search it, list a session’s live result ids, and sweep expired rows. Every method has an a-prefixed async twin.
result_store.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Run the example

Save the code above as result_store.py, then run:
Full source: cookbook/02_agents/22_result_offloading/02_result_store.py