You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
731 B
16 lines
731 B
# Agent Loader Examples
|
|
|
|
This directory contains examples demonstrating agent loading and configuration utilities.
|
|
|
|
## Examples
|
|
|
|
- [agent_loader_demo.py](agent_loader_demo.py) - Agent loader demonstration
|
|
- [claude_code_compatible.py](claude_code_compatible.py) - Claude code compatibility
|
|
- [finance_advisor.md](finance_advisor.md) - Finance advisor documentation
|
|
- [multi_agents_loader_demo.py](multi_agents_loader_demo.py) - Multi-agent loader demonstration
|
|
|
|
## Overview
|
|
|
|
Agent loader examples demonstrate utilities for loading, configuring, and initializing agents from various sources including files, configurations, and code. These examples show how to programmatically create and configure agents for different use cases.
|
|
|