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

14 lines
493 B

# Medical AOP Examples
This directory contains medical domain-specific AOP implementations.
## Examples
- [client.py](client.py) - Medical AOP client
- [server.py](server.py) - Medical AOP server
## Overview
Medical AOP examples demonstrate domain-specific implementations of Agents over Protocol for healthcare applications. These examples show how to structure AOP servers and clients for medical use cases, including patient data handling, medical analysis, and healthcare workflows.