gnosis / prediction-market-agent-tooling

Tools to benchmark, deploy and monitor prediction market agents.
GNU Lesser General Public License v3.0
22 stars 4 forks source link

Caching #530

Closed kongzii closed 1 week ago

kongzii commented 1 month ago

Cut out the generic caching functionality from LABS-APIS into PMAT and add the caching to the following functions:

These should be reusable across all agents and API requests

kongzii commented 1 week ago

DOne using the new @db_cache decorator