Significant-Gravitas / Auto-GPT-Benchmarks

A repo built for the purpose of benchmarking the performance of agents, regardless of how they are set up and how they work.
MIT License
275 stars 76 forks source link

Does agent-protocol have a version 0.2.3? #357

Open dbrookeUAB opened 1 year ago

dbrookeUAB commented 1 year ago

I've been working at this for hours and I think I'm going crazy. In pyproject.toml has the agent-protocol = "^0.2.3" but that's not listed as a version on PyPI?!

I think it's supposed to be agent-protocol = "^1.0.0"?

What am I missing here?

jzanecook commented 1 year ago

You're correct, sorry about that!

The PR #358 aims to fix this. The agent protocol versions 0.3.0 and earlier were lost from pypi in a transition.