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.
|
|
1 day ago | |
|---|---|---|
| .. | ||
| README.md | 1 day ago | |
| agent_loader_demo.py | 3 months ago | |
| claude_code_compatible.py | 3 months ago | |
| finance_advisor.md | 3 months ago | |
| multi_agents_loader_demo.py | 3 months ago | |
README.md
Agent Loader Examples
This directory contains examples demonstrating agent loading and configuration utilities.
Examples
- agent_loader_demo.py - Agent loader demonstration
- claude_code_compatible.py - Claude code compatibility
- finance_advisor.md - Finance advisor documentation
- 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.