Update AMP to AOP

This commit is contained in:
Joao Moura
2025-11-18 08:17:08 -08:00
parent 9fcf55198f
commit 50d6553134
205 changed files with 592 additions and 594 deletions

View File

@@ -60,9 +60,9 @@ Use the `#` syntax to select specific tools from a server:
"https://mcp.exa.ai/mcp?api_key=your_key#web_search_exa"
```
### CrewAI AMP Marketplace
### CrewAI AOP Marketplace
Access tools from the CrewAI AMP marketplace:
Access tools from the CrewAI AOP marketplace:
```python
# Full service with all tools
@@ -97,7 +97,7 @@ multi_source_agent = Agent(
"https://mcp.exa.ai/mcp?api_key=your_exa_key&profile=research",
"https://weather.api.com/mcp#get_current_conditions",
# CrewAI AMP marketplace
# CrewAI AOP marketplace
"crewai-amp:financial-insights",
"crewai-amp:academic-research#pubmed_search",
"crewai-amp:market-intelligence#competitor_analysis"