MorpheusAIs / moragents

Morpheus Local Agents
MIT License
26 stars 15 forks source link

Data agent benchmarking #40

Closed elmutt closed 4 months ago

elmutt commented 4 months ago

Measures data agent price & market cap responses versus benchmark values from Coingecko, Defillama, etc.

See config.py for prompt & coin list templates

Screen Shot 2024-07-11 at 10 37 27 AM Screen Shot 2024-07-11 at 10 39 27 AM

Running:

  1. cd submodules/benchmarks
  2. Modify config.py with new prompts, coins & error tolerances
  3. Run pip install -r requirements.txt
  4. Run python benchmarks.py price for price benchmarks
  5. Run python benchmarks.py mcap for market cap benchmarks

Considerations