The auto-gpt-plugin-template package on pypi is out of date, and seems out of sync with this repo:
- Repo says version is 0.0.2, latest version on pypi is 0.0.3
- API in repo constains fixes that the 0.0.3 release on pypi lacks
List[Message] in the repo vs List[str] in the package
This causes type errors in the Auto-GPT codebase, because it imports the pypi package rather than the repo:
