Skip to content

Conversation

@csmangum
Copy link
Contributor

This pull request introduces minor updates to the converter/agent_import.py and memory/config/memory_config.py files. The changes include a cleanup of unused imports, a temporary modification to a return statement, and the addition of a new configuration option.

Code cleanup and temporary changes:

  • converter/agent_import.py: Removed the unused Optional import from the typing module.
  • converter/agent_import.py: Temporarily modified the return statement in import_agents to return only the first agent in the list, with a TODO comment to remove this later.

New configuration option:

csmangum added 2 commits May 20, 2025 17:40
…nhance configuration settings

This commit modifies the `agent_import.py` file to limit the returned agents to the first one, with a TODO comment for future removal. Additionally, the `memory_config.py` file is updated to include a new configuration option for using the embedding engine, improving the flexibility of memory settings.
Update agent_import and memory_config to refine agent retrieval and e…
@csmangum csmangum merged commit f792987 into main May 21, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants