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 | |
|---|---|---|
| .. | ||
| aop | 2 months ago | |
| README.md | 2 days ago | |
| agent_map_test.py | 4 months ago | |
| conversation_simple.py | 4 months ago | |
| conversation_test.py | 1 month ago | |
| conversation_test_truncate.py | 3 months ago | |
| csvagent_example.py | 4 months ago | |
| dict_to_table.py | 4 months ago | |
| swarm_matcher_example.py | 4 months ago | |
| test_load_conversation.py | 4 months ago | |
| visualizer_test.py | 4 months ago | |
README.md
Miscellaneous Utils
This directory contains miscellaneous utility examples and helper functions.
Examples
- agent_map_test.py - Agent map testing
- conversation_simple.py - Simple conversation example
- conversation_test_truncate.py - Conversation truncation testing
- conversation_test.py - Conversation testing
- csvagent_example.py - CSV agent example
- dict_to_table.py - Dictionary to table conversion
- swarm_matcher_example.py - Swarm matcher example
- test_load_conversation.py - Conversation loading test
- visualizer_test.py - Visualization testing
Subdirectories
- aop/ - AOP-related utilities
- client.py - AOP client utility
- test_aop.py - AOP testing
Overview
Miscellaneous utilities provide helper functions, testing utilities, and common patterns for various agent operations. These examples demonstrate conversation management, data conversion, visualization, and testing utilities.