Configuration
Configuration
ISA Client Configuration
- Default URL:
http://localhost:8082 - Service Type:
textfor chat interactions - Task Type:
chatfor 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_KEYauthenticates hosted Model Service requests.ISA_MODEL_API_KEYoverridesISA_API_KEYfor Model Service calls.ISA_API_URLselects 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
- checkpointing.md
- deployment-guide.md
- desktop-execution.md
- isa_agent_sdk/nodes/docs/entry_node.md
- isa_agent_sdk/nodes/docs/failsafe_node.md
- isa_agent_sdk/nodes/docs/guardrail_node.md
- isa_agent_sdk/nodes/docs/model_node.md
- isa_agent_sdk/nodes/docs/revise_node.md
- isa_agent_sdk/nodes/docs/router_node.md
- isa_agent_sdk/nodes/docs/tool_node.md
- isa_agent_sdk/services/auto_detection/DESIGN.md
- isa_agent_sdk/services/background_jobs/docs/INTEGRATION_COMPLETE.md
- isa_agent_sdk/services/feedback/README.md
- memory.md
- options.md
- product/agent_creation_status.md
- skills.md
- steward.md
- structured-outputs.md
- swarm.md
- system-prompts.md
- tools.md
- triggers.md