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.
|
|
2 days ago | |
|---|---|---|
| .. | ||
| transform_prompts | 1 month ago | |
| README.md | 2 days ago | |
| async_agent.py | 1 month ago | |
| custom_agent_base_url.py | 2 months ago | |
| dynamic_context_window.py | 3 months ago | |
| fallback_test.py | 2 months ago | |
| grok_4_agent.py | 4 months ago | |
| handoffs_example.py | 2 months ago | |
| list_agent_output_types.py | 5 months ago | |
| markdown_agent.py | 6 months ago | |
| medical_agent_add_to_marketplace.py | 4 days ago | |
| xml_output_example.py | 6 months ago | |
README.md
Single Agent Utils
This directory contains utility functions and helpers for single agent operations.
Examples
- async_agent.py - Async agent implementation
- custom_agent_base_url.py - Custom base URL configuration
- dynamic_context_window.py - Dynamic context window management
- fallback_test.py - Fallback mechanism testing
- grok_4_agent.py - Grok 4 agent implementation
- handoffs_example.py - Agent handoff examples
- list_agent_output_types.py - Output type listing
- markdown_agent.py - Markdown processing agent
- medical_agent_add_to_marketplace.py - Marketplace integration example
- xml_output_example.py - XML output example
Subdirectories
Transform Prompts
- transform_prompts/ - Prompt transformation utilities
- transforms_agent_example.py - Prompt transformation agent
- transforms_examples.py - Prompt transformation examples
Overview
This directory contains utility functions, helpers, and common patterns for single agent operations including async handling, context management, output formatting, and prompt transformations.