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.
swarms/examples/single_agent/utils
Kye Gomez 243df297ef
cleanup examples folder
2 days ago
..
transform_prompts [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 1 month ago
README.md cleanup examples folder 2 days ago
async_agent.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 1 month ago
custom_agent_base_url.py formatting 2 months ago
dynamic_context_window.py [EXAMPLES CLEANUP] [FIX][SwarmMatcher] [Remove old examples] 3 months ago
fallback_test.py [examples][cleanup workshop examples] 2 months ago
grok_4_agent.py [ENHANCEMENT][HiearchicalSwarm][Massive improvements to the hiearchical swarm, simplification, flexibility, speed improvements, and much more] [DOCS][HiearchicalSwarm] [Examples][hiearchical_examples] 4 months ago
handoffs_example.py [IMPROVEMENT][AgentRearrange][Integrate concurrent agent execution in agent rearrange through the comma type] [AgentRearrange][Docs] 2 months ago
list_agent_output_types.py [NEW DOCS] [Updated swarms api documentation] [IMPR] [Improved swarms output types and automatic port] 5 months ago
markdown_agent.py feat][agent + mcp 6 months ago
medical_agent_add_to_marketplace.py [FEAT][add_prompt_to_marketplace] [Enable user to publish agent's prompt to marketplace with agent.publish_to_marketplace=True] 4 days ago
xml_output_example.py feat][agent + mcp 6 months ago

README.md

Single Agent Utils

This directory contains utility functions and helpers for single agent operations.

Examples

Subdirectories

Transform Prompts

Overview

This directory contains utility functions, helpers, and common patterns for single agent operations including async handling, context management, output formatting, and prompt transformations.