AI Agent Template¶
Use this for AI agents and copilots. Agents are definitions (skills + tools + prompts + memory) that run on the shared AI Orchestration / Agent Runtime - not standalone microservices. They align with the AI Factory and AI Bot Framework.
Template¶
# <Agent Name> (CS-SVC-XXXX)
## Purpose & Audience
What the agent does and who it serves.
## Capabilities (Skills)
- Skill: description and the tools it uses.
## Tools
- Registered tools/APIs the agent may call (with scopes/permissions).
## Memory & Knowledge
- Short/long-term memory; RAG sources; tenant-isolated embeddings.
## Prompts
- Prompt(s) referenced from the Prompt Registry (versioned).
## Guardrails & Safety
- Output validation, hallucination checks, human-approval gates.
## Autonomy & Human-in-the-Loop
- Allowed autonomous actions vs actions requiring approval.
## Observability & Cost
- Traces, evaluations, model routing, cost tracking.
## Tenancy & Security
- Tenant isolation, data access boundaries, least privilege.