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

    Implements

    • IAuthService<ResearchAggregatorInput, ResearchAggregatorOutput>
    Index

    Constructors

    Properties

    category: "research" = 'research'
    description: "Aggregate research from multiple web searches on a topic (deduplicated + categorized)." = 'Aggregate research from multiple web searches on a topic (deduplicated + categorized).'
    displayName: "Research Aggregator" = 'Research Aggregator'
    hasSideEffects: false
    id: "research-aggregator-v1" = 'research-aggregator-v1'
    inputSchema: JSONSchemaObject = ...
    name: "research_aggregate" = 'research_aggregate'

    Tool call name used by the LLM / ToolExecutor.

    requiredCapabilities: string[] = ...

    Methods

    • Parameters

      • input: ResearchAggregatorInput
      • _context: ToolExecutionContext

      Returns Promise<ToolExecutionResult<ResearchAggregatorOutput>>