AgentOS Extensions API - v1.0.3
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    category: "research" = 'research'
    description: "Search the web using multiple providers (Serper, SerpAPI, Brave, SearXNG, DuckDuckGo fallback). Set multiSearch=true to query ALL providers in parallel for higher-confidence, deduplicated results." = 'Search the web using multiple providers (Serper, SerpAPI, Brave, SearXNG, DuckDuckGo fallback). Set multiSearch=true to query ALL providers in parallel for higher-confidence, deduplicated results.'
    displayName: "Web Search" = 'Web Search'
    hasSideEffects: false
    id: "web-search-v1" = 'web-search-v1'
    inputSchema: JSONSchemaObject = ...
    name: "web_search" = 'web_search'

    Tool call name used by the LLM / ToolExecutor.

    requiredCapabilities: string[] = ...

    Methods

    • Parameters

      • input: WebSearchInput
      • _context: ToolExecutionContext

      Returns Promise<ToolExecutionResult<WebSearchOutput>>