AutoGPT/autogpt/commands
Reinier van der Leer f0a5250da5
Implement loading `MemoryItem`s from file in `JSONFileMemory` (#4703)
Further changes:
* remove `init` param from `get_memory()`, replace usages by `memory.clear()`
* make token length calculation optional in `MemoryItem.dump()`
2023-06-15 17:45:14 +02:00
..
__init__.py Reorg (#1537) 2023-04-15 13:56:23 +01:00
analyze_code.py Pass agent to commands instead of config (#4645) 2023-06-10 15:48:50 -07:00
audio_text.py Pass agent to commands instead of config (#4645) 2023-06-10 15:48:50 -07:00
command.py remove unused imports automatically (#4449) 2023-05-28 05:50:50 -07:00
execute_code.py Correct and clean up JSON handling (#4655) 2023-06-13 09:54:50 -07:00
file_operations.py Implement loading `MemoryItem`s from file in `JSONFileMemory` (#4703) 2023-06-15 17:45:14 +02:00
file_operations_utils.py Improve logic and error messages for file reading and writing with Python code (#4567) 2023-06-07 02:54:02 +02:00
git_operations.py Pass agent to commands instead of config (#4645) 2023-06-10 15:48:50 -07:00
google_search.py Pass agent to commands instead of config (#4645) 2023-06-10 15:48:50 -07:00
image_gen.py Pass agent to commands instead of config (#4645) 2023-06-10 15:48:50 -07:00
improve_code.py Pass agent to commands instead of config (#4645) 2023-06-10 15:48:50 -07:00
task_statuses.py Pass agent to commands instead of config (#4645) 2023-06-10 15:48:50 -07:00
times.py Reorg (#1537) 2023-04-15 13:56:23 +01:00
web_playwright.py replace 50+ occurrences of print() with logger (#3056) 2023-04-29 23:40:57 -05:00
web_requests.py Pass agent to commands instead of config (#4645) 2023-06-10 15:48:50 -07:00
web_selenium.py Pass agent to commands instead of config (#4645) 2023-06-10 15:48:50 -07:00
write_tests.py Pass agent to commands instead of config (#4645) 2023-06-10 15:48:50 -07:00