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

Use case: tool agent without a user-in-the-loop #7739

Open
1 task
Tracked by #7730
mrm1001 opened this issue May 24, 2024 · 0 comments
Open
1 task
Tracked by #7730

Use case: tool agent without a user-in-the-loop #7739

mrm1001 opened this issue May 24, 2024 · 0 comments

Comments

@mrm1001
Copy link
Member

mrm1001 commented May 24, 2024

There are workflows where an agent with access to a large number of tools might need to use multiple ones given a task without the need for a user interaction.

Example:

  • A business intelligence agent that has access to multiple tools to come up with an insights report: search_property_database, search_property_web, do_map_search, crawl_web_page. In this case, the agent might need to use to same tool multiple times (e.g. if they need to do web search followed by crawling web pages) or different tools (e.g. if they first do a search on the property database search_property_database and use the web search_property_web if the results are not good enough)

Tasks

  1. P1 topic:agent
    vblagoje
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

2 participants