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

@@ -3195,13 +3195,13 @@
"env_vars": [
{
"default": null,
"description": "Personal Access Token for CrewAI AMP API",
"description": "Personal Access Token for CrewAI AOP API",
"name": "CREWAI_PERSONAL_ACCESS_TOKEN",
"required": true
},
{
"default": null,
"description": "Base URL for CrewAI AMP API",
"description": "Base URL for CrewAI AOP API",
"name": "CREWAI_PLUS_URL",
"required": false
}
@@ -3247,7 +3247,7 @@
},
"properties": {
"crewai_enterprise_url": {
"description": "The base URL of CrewAI AMP. If not provided, it will be loaded from the environment variable CREWAI_PLUS_URL with default https://app.crewai.com.",
"description": "The base URL of CrewAI AOP. If not provided, it will be loaded from the environment variable CREWAI_PLUS_URL with default https://app.crewai.com.",
"title": "Crewai Enterprise Url",
"type": "string"
},
@@ -3260,7 +3260,7 @@
"type": "null"
}
],
"description": "The user's Personal Access Token to access CrewAI AMP API. If not provided, it will be loaded from the environment variable CREWAI_PERSONAL_ACCESS_TOKEN.",
"description": "The user's Personal Access Token to access CrewAI AOP API. If not provided, it will be loaded from the environment variable CREWAI_PERSONAL_ACCESS_TOKEN.",
"title": "Personal Access Token"
}
},
@@ -3281,7 +3281,7 @@
}
],
"default": null,
"description": "The identifier for the CrewAI AMP organization. If not specified, a default organization will be used.",
"description": "The identifier for the CrewAI AOP organization. If not specified, a default organization will be used.",
"title": "Organization Id"
},
"prompt": {
@@ -9609,4 +9609,4 @@
}
}
]
}
}