You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/use_cases
mbchang ce6dbe41a9
minor refactor GenerativeAgentMemory (#5315)
# minor refactor of GenerativeAgentMemory

<!--
Thank you for contributing to LangChain! Your PR will appear in our
release under the title you set. Please make sure it highlights your
valuable contribution.

Replace this with a description of the change, the issue it fixes (if
applicable), and relevant context. List any dependencies required for
this change.

After you're done, someone will review your PR. They may suggest
improvements. If no one reviews your PR within a few days, feel free to
@-mention the same people again, as notifications can get lost.
-->

<!-- Remove if not applicable -->

- refactor `format_memories_detail` to be more reusable
- modified prompts for getting topics for reflection and for generating
insights
- update `characters.ipynb` to reflect changes

## Before submitting

<!-- If you're adding a new integration, please include:

1. a test for the integration - favor unit tests that does not rely on
network access.
2. an example notebook showing its use


See contribution guidelines for more information on how to write tests,
lint
etc:


https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md
-->

## Who can review?

Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:

<!-- For a quicker response, figure out the right person to tag with @

  @hwchase17 - project lead

  Tracing / Callbacks
  - @agola11

  Async
  - @agola11

  DataLoaders
  - @eyurtsev

  Models
  - @hwchase17
  - @agola11

  Agents / Tools / Toolkits
  - @vowelparrot

  VectorStores / Retrievers / Memory
  - @dev2049
        
 -->
@vowelparrot
@hwchase17
@dev2049
1 year ago
..
agent_simulations minor refactor GenerativeAgentMemory (#5315) 1 year ago
agents Fixed typo: 'ouput' to 'output' in all documentation (#5272) 1 year ago
autonomous_agents Align names of search tools (#3620) 1 year ago
chatbots Harrison/voice assistant (#3347) 1 year ago
code Typos (#4851) 1 year ago
evaluation Replaced `SQLDatabaseChain` deprecated direct initialisation with `from_llm` method (#4778) 1 year ago
multi_modal Fixed typo: 'ouput' to 'output' in all documentation (#5272) 1 year ago
question_answering Fixed the example code (#4117) 1 year ago
agent_simulations.md new example: two agent debate with tools (#4024) 1 year ago
apis.md Update apis.md (#2278) 1 year ago
autonomous_agents.md Fix documentation typos (#3870) 1 year ago
chatbots.md Harrison/voice assistant (#3347) 1 year ago
code.md bump ver to 140 (#2895) 1 year ago
evaluation.rst docs: added `additional_resources` folder (#4748) 1 year ago
extraction.md fix doc tags (#2019) 2 years ago
personal_assistants.md Add Steamship Image Generation Tool (#4580) 1 year ago
question_answering.md Harrison/qa eg (#3052) 1 year ago
summarization.md fix doc tags (#2019) 2 years ago
tabular.md fix doc tags (#2019) 2 years ago