Skip to Content

Configuration

Configuration

ISA Client Configuration

  • Default URL: http://localhost:8082
  • Service Type: text for chat interactions
  • Task Type: chat for conversational AI

Streaming Configuration

  • Real-time token delivery enabled by default
  • Comprehensive billing tracking
  • Tool call detection and processing

Configuration

Routing Constants

  • Direct End: next_action = "end"
  • Tool Execution: next_action = "call_tool"
  • Autonomous Mode: next_action = "call_tool" + is_autonomous = True

Strategy Types

  • "direct": No tool execution needed
  • "tool_call": Regular tool execution
  • "autonomous_planning": Autonomous mode activation

Configuration

Environment Variables

  • ISA_API_KEY authenticates hosted Model Service requests.
  • ISA_MODEL_API_KEY overrides ISA_API_KEY for Model Service calls.
  • ISA_API_URL selects the Model Service base URL for the deployment.
  • See API Key Authentication for Console setup and safe secret handling.

Initialization Parameters

EntryNode(mcp_manager: MCPManager, session_manager: SessionManager)

References