Module setup

Module setup 

Source
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§

AgentSetupService
Service for setting up agents with proper configuration
IrisAgentService
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