Expand description
Agent setup service for Git-Iris
This service handles all the setup and initialization for the agent framework, including configuration loading, client creation, and agent setup.
Structs§
- Agent
Setup Service - Service for setting up agents with proper configuration
- Iris
Agent Service - High-level service for executing agent tasks with structured context.
Functions§
- create_
agent_ from_ env - Create an agent from environment variables
- create_
agent_ with_ defaults - Simple factory function for creating agents with minimal configuration
- handle_
with_ agent - High-level function to handle tasks with agents using a common pattern This is a convenience function that sets up an agent and executes a task