Reinier van der Leer
34352afd53
Create AgentFileManager
...
* Remove references to (broken) vector memory
* Move workspace setup to `WorkspaceMixin.attach_fs` hook
* Move directives into `BaseAgentSettings`
2023-10-08 01:14:54 -07:00
Reinier van der Leer
c1494ba1ef
AutoGPT: started replacing monolithic Config by .core.configuration
2023-09-21 16:46:13 +02:00
Reinier van der Leer
7720f6af24
AutoGPT: replace autogpt.llm.* with LLM infrastructure of autogpt.core;
...
* 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
2023-09-21 16:38:41 +02:00
Mauro Druwel
77806700ab
Add support for args to execute_python_file ( #3972 )
...
* 🎉 Python scripts can now be executed with arguments through Docker.🎉
* Make args optional
---------
Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com >
Co-authored-by: Reinier van der Leer <reinier.vanderleer@agpt.co >
2023-09-09 03:38:33 +02:00
Reinier van der Leer
69fdaa45d4
Auto-GPT: Fix a bunch of tests
2023-09-08 23:54:06 +02:00
Merwane Hamadi
8489052358
Move Auto-GPT to autogpts/autogpt
2023-09-05 09:40:24 -07:00