langchain/docs/use_cases
Alon Roth 0013256e81
Support chat history persistence in AutoGPT (#5716)
**Short Description**
Added a new argument to AutoGPT class which allows to persist the chat
history to a file.

**Changes**
1. Removed the `self.full_message_history: List[BaseMessage] = []`
2. Replaced it with `chat_history_memory` which can take any subclasses
of `BaseChatMessageHistory`

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-06-15 17:49:03 -07:00
..
agent_simulations minor refactor GenerativeAgentMemory (#5315) 2023-06-03 14:53:14 -07:00
agents Fixed typo: 'ouput' to 'output' in all documentation (#5272) 2023-05-25 19:18:31 -07:00
autonomous_agents Support chat history persistence in AutoGPT (#5716) 2023-06-15 17:49:03 -07:00
chatbots Harrison/voice assistant (#3347) 2023-04-22 08:25:50 -07:00
code Typos (#4851) 2023-05-17 11:52:22 -04:00
evaluation Replaced SQLDatabaseChain deprecated direct initialisation with from_llm method (#4778) 2023-05-16 15:59:06 -07:00
multi_modal Fixed typo: 'ouput' to 'output' in all documentation (#5272) 2023-05-25 19:18:31 -07:00
question_answering Fixed the example code (#4117) 2023-05-05 14:22:10 -07:00
agent_simulations.md new example: two agent debate with tools (#4024) 2023-05-08 17:10:44 -07:00
apis.md Update apis.md (#2278) 2023-04-01 12:48:16 -07:00
autonomous_agents.md Fix documentation typos (#3870) 2023-05-01 20:58:38 -07:00
chatbots.md Harrison/voice assistant (#3347) 2023-04-22 08:25:50 -07:00
code.md bump ver to 140 (#2895) 2023-04-15 09:23:19 -07:00
evaluation.rst docs: added additional_resources folder (#4748) 2023-05-15 17:12:47 -07:00
extraction.md fix doc tags (#2019) 2023-03-26 21:43:51 -07:00
personal_assistants.md Add Steamship Image Generation Tool (#4580) 2023-05-12 10:35:01 -07:00
question_answering.md Harrison/qa eg (#3052) 2023-04-17 20:56:42 -07:00
summarization.md fix doc tags (#2019) 2023-03-26 21:43:51 -07:00
tabular.md fix doc tags (#2019) 2023-03-26 21:43:51 -07:00