Web Search Results Agent
Search the web
subagent1
SUBAGENT 1: Search Engine Connector • Skill: #224 - Oracle Ask A Question • Function: Takes the user's search query and performs a live web search, returning textual results describing pages, URLs, and brief snippets. • Input: The query (string). • Output: Text response containing the search information. • SUBAGENT FINAL OUTPUT: [raw-search-results]
subagentX-refined
[subagent1-refined]
subagentXmermaid
graph TD A[Start] --> B[Receive User Search Query] B --> C[Invoke Skill #224 - Oracle Ask A Question] C --> D[Process Web Search] D --> E[Collect Search Results] E --> F[Format Raw Text Response] F --> G[Label Output as raw-search-results] G --> H[Return Results] H --> I[End] subgraph Silo-Web-Search C D E end subgraph Silo-Output-Handling F G end
https://static.aiz.ac/1737918343-mermaid/mermaid-1.png