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
Hugh b4245f8f17
restored missing sync files
1 month ago
..
README.md restored missing sync files 1 month ago
aop_cluster_example.py restored missing sync files 1 month ago
aop_queue_example.py restored missing sync files 1 month ago
aop_raw_client_code.py restored missing sync files 1 month ago
aop_raw_task_example.py restored missing sync files 1 month ago
example_new_agent_tools.py restored missing sync files 1 month ago
get_all_agents.py restored missing sync files 1 month ago
list_agents_and_call_them.py restored missing sync files 1 month 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.