mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-18 05:24:22 +01:00
* Removed `autogpt.llm.base` and `autogpt.llm.utils` * `core` does things async, so `Agent.think()` and `Agent.execute()` are now also async * Renamed `dump()` and `parse()` on `JSONSchema` to `to_dict()` and `from_dict()` * Removed `MessageHistory` * Also, some typo's and linting fixes here and there