AutoGPT/tests
Andres Caicedo 7508e9941f
Implement Logging of Self-Feedback in logs/Debug Folder (#3868)
* Adds SELF_FEEDBACK_FILE_NAME

* Add self-feedback logging to logs/Debug folder

* Reformatting

* Uses JSON file

* Update agent.py

Changes position

* Update agent.py

* Adds PROMPT_FEEDBACK_FILE_NAME

* Update agent.py

* Update agent.py

* Reformatting

* Update agent.py

* Update agent.py

* Changes file names

* Update agent.py

* Reformatting

* Update agent.py

* Changes conts names

* Update agent_manager.py

* Update agent_manager.py

* HARD reset

* Update test_get_self_feedback.py

* Update test_get_self_feedback.py

---------

Co-authored-by: merwanehamadi <merwanehamadi@gmail.com>
2023-05-17 04:38:42 -07:00
..
integration Refactor challenges to use cycle count instead of time (#4222) 2023-05-15 21:44:36 -05:00
mocks Add function and class descriptions to tests (#2715) 2023-04-24 14:55:49 +02:00
unit Implement Logging of Self-Feedback in logs/Debug Folder (#3868) 2023-05-17 04:38:42 -07:00
vcr Feature/basic proxy (#4164) 2023-05-14 11:07:37 +12:00
__init__.py refactor: Refactor imports to be compatible with unit tests 2023-04-12 10:16:00 +02:00
conftest.py Feature/basic proxy (#4164) 2023-05-14 11:07:37 +12:00
context.py Add function and class descriptions to tests (#2715) 2023-04-24 14:55:49 +02:00
milvus_memory_test.py Fix `milvus_memory_test.py` mock `Config` (#3424) 2023-05-13 17:19:18 +03:00
test_agent.py Organize all the llm stuff into a subpackage (#3436) 2023-04-28 12:00:54 -07:00
test_agent_manager.py Organize all the llm stuff into a subpackage (#3436) 2023-04-28 12:00:54 -07:00
test_ai_config.py Refactor AIConfig to Sanitize Input for Goal Parameters (#3492) 2023-04-29 22:37:41 -07:00
test_api_manager.py Feature/basic proxy (#4164) 2023-05-14 11:07:37 +12:00
test_commands.py Add function and class descriptions to tests (#2715) 2023-04-24 14:55:49 +02:00
test_config.py Removing unitest in favor of pytest from test_config.py (#3417) 2023-04-28 09:32:11 -07:00
test_image_gen.py Huggingface retry generate_image with delay (#2745) 2023-05-16 10:02:55 -05:00
test_logs.py move remove_color_codes to utils and add tests (#3260) 2023-04-28 11:13:30 -07:00
test_prompt_generator.py Maybe fix tests, fix safe_path function. 2023-04-16 23:18:29 -05:00
test_token_counter.py Organize all the llm stuff into a subpackage (#3436) 2023-04-28 12:00:54 -07:00
test_utils.py Fix docker volume mounts (#3710) 2023-05-02 18:08:15 -05:00
test_workspace.py More robust null byte checking 2023-04-24 10:28:51 -07:00
utils.py Feature/basic proxy (#4164) 2023-05-14 11:07:37 +12:00