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/aop_examples/client
Kye Gomez 243df297ef
cleanup examples folder
1 day ago
..
README.md cleanup examples folder 1 day ago
aop_cluster_example.py [FEAT][Queue for AOP][NEW AOP EXAMPLES] 1 month ago
aop_queue_example.py [FEAT][Queue for AOP][NEW AOP EXAMPLES] 1 month ago
aop_raw_client_code.py [FEAT][SocialAlgorithms][Docs] [Removed un-used docs] 4 weeks ago
aop_raw_task_example.py cleanup tests remove old useless tests 1 month ago
example_new_agent_tools.py [FEAT][SocialAlgorithms][Docs] [Removed un-used docs] 4 weeks ago
get_all_agents.py [FIX][SocialAlgorithms] [EXAMPLES][Swarms Update 8.5.0 Update] 4 weeks ago
list_agents_and_call_them.py [FEAT][SocialAlgorithms][Docs] [Removed un-used docs] 4 weeks ago

README.md

AOP Client Examples

This directory contains examples demonstrating AOP (Agents over Protocol) client implementations.

Examples

Overview

AOP client examples demonstrate how to connect to AOP servers, discover available agents, submit tasks, and interact with agents over the protocol. These examples show various client patterns including queue-based submission, cluster management, and agent discovery.