docs: add Task API and Monitor API to ParallelTools#672
Merged
Conversation
Extends ParallelTools docs to cover all four APIs added in agno PR #8071: - Search API: quick web lookups (existing) - Extract API: pull content from URLs (existing) - Task API: deep research with structured output and citations (NEW) - Monitor API: track topics over time, detect changes (NEW) Updates: - tools/toolkits/search/parallel.mdx: comprehensive toolkit docs - tools/mcp/usage/parallel.mdx: updated MCP endpoint and optional API key - examples/tools/parallel-tools.mdx: examples for all three APIs - examples/tools/mcp/parallel.mdx: updated MCP example
a27b50d to
34ddaf9
Compare
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
6fe60be to
2d8560e
Compare
c219199 to
d30e42c
Compare
ysolanky
approved these changes
Jun 2, 2026
kausmeows
reviewed
Jun 2, 2026
|
|
||
| ## Task | ||
|
|
||
| Deep research that takes a plain-language input and returns comprehensive, cited results. Use for multi-hop research that needs minutes (not seconds) and synthesis across many sources. |
Contributor
There was a problem hiding this comment.
the output can be structured output too. so lets mention, there is already an example below.
| agent.print_response("What are the latest developments in AI agents?", stream=True) | ||
| ``` | ||
|
|
||
| ## Task |
Contributor
There was a problem hiding this comment.
lets link to parallel's doc here too.
| # Clone and setup repo | ||
| git clone https://github.com/agno-agi/agno.git | ||
| cd agno/cookbook/91_tools | ||
| ## Monitor |
Contributor
There was a problem hiding this comment.
lets link to parallel's doc too.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates ParallelTools documentation to cover the Task API and Monitor API tools added in agno-agi/agno#8071.
Changes:
tools/toolkits/search/parallel.mdxfrom ~80 lines to ~225 linessearch-mcp.parallel.aitosearch.parallel.aiFiles Changed
tools/toolkits/search/parallel.mdxtools/mcp/usage/parallel.mdxexamples/tools/parallel-tools.mdxexamples/tools/mcp/parallel.mdxRelated