AgentB
  • Table of content
  • Getting started
  • Installation
  • TUTORIALS
    • Your First Agent - Basic Chat
    • Connecting AgentB to Your API (OpenAPI)
    • Adding the Chat UI (@ulifeai/agentb-ui)
    • Handling Authentication with Your API
    • Creating a Custom Tool
  • ADVANCED
    • Hierarchical Planner Agent with Custom UI (useChat)
  • API-REFERENCE
    • @ulifeai/agentb (Core Framework)
    • AgentB Facade
    • ApiInteractionManager
    • Key Interfaces
    • AgentEvent Types
    • @ulifeai/agentb-ui
    • useChat Hook
    • UI Components
  • CORE-CONCEPTS
    • Key Terminology
    • The Agent Lifecycle & Events
    • How Tools Work in AgentB
    • Conversation Management in AgentB
  • GETTING-STARTED
  • GUIDES
    • The AgentB Facade
    • The ApiInteractionManager
    • AIM Operational Modes
    • Streaming Server-Sent Events (SSE)
    • UI Integration with @ulifeai/agentb-ui
    • 03-agents
      • Agents Deep Dive: BaseAgent
      • Agents Deep Dive: PlanningAgent
      • Agent Context (IAgentContext) & Run Configuration (AgentRunConfig)
    • 04-tools
      • The ITool & IToolProvider Interfaces
      • OpenAPIConnector
      • ToolsetOrchestrator
    • 05-llms
      • ILLMClient & OpenAIAdapter
      • Prompt Engineering with AgentB
    • 06-storage
      • Overview
      • MemoryStorage
      • SQL & MongoDB (Conceptual)
Powered by GitBook
On this page
Export as PDF
  1. GUIDES

04-tools

The ITool & IToolProvider InterfacesOpenAPIConnectorToolsetOrchestrator
PreviousAgent Context (IAgentContext) & Run Configuration (AgentRunConfig)NextThe ITool & IToolProvider Interfaces

Last updated 29 days ago