Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool flexibility #40

Merged
merged 8 commits into from
May 27, 2024
Merged

Tool flexibility #40

merged 8 commits into from
May 27, 2024

Conversation

kevinl424
Copy link
Collaborator

  • ability to initialize ChatAgent with subset of default tools with new parameter
  • add_tools now allows users to add their own custom tools to be used by ChatAgent
  • remove_tool allows users to remove both custom and default tools
  • README Usage section additions detailing how to use these new methods

@kevinl424 kevinl424 linked an issue May 21, 2024 that may be closed by this pull request
@kevinl424 kevinl424 added the enhancement New feature or request label May 21, 2024
Copy link
Collaborator

@seyeong-han seyeong-han left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a huge progress!

src/memary/agent/base_agent.py Show resolved Hide resolved
streamlit_app/app.py Outdated Show resolved Hide resolved
src/memary/agent/chat_agent.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@seyeong-han seyeong-han left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Loved to see more logging.
Thanks!

Copy link
Owner

@kingjulio8238 kingjulio8238 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a crucial step towards making memary a foundational memory unit for any agentic applications. Huge! Well done @kevinl424

@kingjulio8238 kingjulio8238 merged commit d9906d8 into main May 27, 2024
@kevinl424 kevinl424 deleted the tool-flexibility branch June 21, 2024 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tool flexibility
3 participants