Skip to content

Commit

Permalink
feat: Updated agents-api/agents_api/activities/__i (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
  • Loading branch information
sweep-ai[bot] authored Apr 14, 2024
1 parent c959ea4 commit 3365fa1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions agents-api/agents_api/activities/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"""
The `activities` module within the agents-api package is designed to facilitate various activities related to agent interactions. This includes handling memory management, generating insights from dialogues, summarizing relationships, and more. Each file within the module offers specific functionality:
- `co_density.py`: Conducts cognitive density analysis to generate concise, entity-dense summaries.
- `demo.py`: Provides a simple demonstration of defining an activity with Temporal.
- `dialog_insights.py`: Extracts insights from dialogues, identifying details that participants might find interesting.
- `mem_mgmt.py`: Manages memory by updating and incorporating new personality information from dialogues.
- `mem_rating.py`: Rates memories based on their poignancy and importance.
- `relationship_summary.py`: Summarizes the relationship between individuals based on provided statements.
- `salient_questions.py`: Identifies salient questions from a set of statements.
- `summarization.py`: Summarizes dialogues and updates memory based on the conversation context.
This module plays a crucial role in enhancing the capabilities of agents by providing them with the tools to understand and process information more effectively.
"""

0 comments on commit 3365fa1

Please sign in to comment.