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.
41 lines
1.3 KiB
41 lines
1.3 KiB
# AOP Examples Overview
|
|
|
|
Deploy agents as network services using the Agent Orchestration Protocol (AOP). Turn your agents into distributed, scalable, and accessible services.
|
|
|
|
## What You'll Learn
|
|
|
|
| Topic | Description |
|
|
|-------|-------------|
|
|
| **AOP Fundamentals** | Understanding agent-as-a-service deployment |
|
|
| **Server Setup** | Running agents as MCP servers |
|
|
| **Client Integration** | Connecting to remote agents |
|
|
| **Production Deployment** | Scaling and monitoring agents |
|
|
|
|
---
|
|
|
|
## AOP Examples
|
|
|
|
| Example | Description | Link |
|
|
|---------|-------------|------|
|
|
| **Medical AOP Example** | Healthcare agent deployment with AOP | [View Example](./aop_medical.md) |
|
|
|
|
---
|
|
|
|
## Use Cases
|
|
|
|
| Use Case | Description |
|
|
|----------|-------------|
|
|
| **Microservices** | Agent per service |
|
|
| **API Gateway** | Central agent access point |
|
|
| **Multi-tenant** | Shared agent infrastructure |
|
|
| **Edge Deployment** | Agents at the edge |
|
|
|
|
---
|
|
|
|
## Related Resources
|
|
|
|
- [AOP Reference Documentation](../swarms/structs/aop.md) - Complete AOP API
|
|
- [AOP Server Setup](../swarms/examples/aop_server_example.md) - Server configuration
|
|
- [AOP Cluster Example](../swarms/examples/aop_cluster_example.md) - Multi-node setup
|
|
- [Deployment Solutions](../deployment_solutions/overview.md) - Production deployment
|