Revert "Update AMP to AOP (#3941)"

This reverts commit 9c84475691.
This commit is contained in:
lorenzejay
2025-11-24 16:06:48 -08:00
parent 02a6ffda8f
commit abe39ccbaf
205 changed files with 594 additions and 592 deletions

View File

@@ -189,10 +189,10 @@ Tools & Integrations is the central hub for connecting thirdparty apps and ma
## Internal Tools
Create custom tools locally, publish them on CrewAI AOP Tool Repository and use them in your agents.
Create custom tools locally, publish them on CrewAI AMP Tool Repository and use them in your agents.
<Tip>
Before running the commands below, make sure you log in to your CrewAI AOP account by running this command:
Before running the commands below, make sure you log in to your CrewAI AMP account by running this command:
```bash
crewai login
```
@@ -210,13 +210,13 @@ Tools & Integrations is the central hub for connecting thirdparty apps and ma
```
</Step>
<Step title="Publish">
Publish the tool to the CrewAI AOP Tool Repository.
Publish the tool to the CrewAI AMP Tool Repository.
```bash
crewai tool publish
```
</Step>
<Step title="Install">
Install the tool from the CrewAI AOP Tool Repository.
Install the tool from the CrewAI AMP Tool Repository.
```bash
crewai tool install your-tool
```