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/discovery/README.md

16 lines
714 B

# AOP Discovery Examples
This directory contains examples demonstrating agent discovery mechanisms in AOP.
## Examples
- [example_agent_communication.py](example_agent_communication.py) - Agent communication example
- [example_aop_discovery.py](example_aop_discovery.py) - AOP discovery implementation
- [simple_discovery_example.py](simple_discovery_example.py) - Simple discovery example
- [test_aop_discovery.py](test_aop_discovery.py) - Discovery testing
## Overview
AOP discovery examples demonstrate how agents can discover and communicate with each other over the protocol. These examples show various discovery patterns, agent registration, and communication protocols for distributed agent systems.