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

feat: add available tools endpoint #1645

Closed
goetzrobin opened this issue Aug 15, 2024 · 1 comment
Closed

feat: add available tools endpoint #1645

goetzrobin opened this issue Aug 15, 2024 · 1 comment

Comments

@goetzrobin
Copy link
Contributor

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

There's currently no way to query the API for what tools can be added to an agent.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Add an available-tools endpoint that takes in a agentId and returns all the tools that can be added to it

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

We can fetch all tools and then compare them on the FE to filter out those the agent already has.
However, this does not work well with pagination.

Happy to discuss if this is the preferred approach though

Additional context
Add any other context or screenshots about the feature request here.

Copy link

github-actions bot commented Dec 6, 2024

This issue has been automatically closed due to 60 days of inactivity.

@github-actions github-actions bot closed this as completed Dec 6, 2024
@github-project-automation github-project-automation bot moved this from To triage to Done in 🐛 MemGPT issue tracker Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant