agent-platform-rag-engine-management
Installation
SKILL.md
Agent Platform RAG Engine Management
This skill provides instructions on how to interact with Agent Platform RAG
Engine using the Agent Platform Python SDK. You MUST use the vertexai Python
SDK to perform RAG Engine operations, rather than raw REST calls or MCP tools,
because this code is intended to be run by external clients.
Safety & Confirmation Tiers (CRITICAL)
Before executing any commands or scripts on behalf of the user, you must adhere to the following safety tiers based on the action requested:
- Tier R: Read-only (
list_corpora,list_files,get_corpus,retrieval_query)- No confirmation needed. Execute immediately to gather information or retrieve grounded contexts.
- Tier RC: Read-only but consumes Compute Resources
(
client.models.generate_content)