iiRecord
Agentic AI Atlas · Symphony agent system prompt
prompt-template:symphony-systema5c.ai
II.
PromptTemplate JSON

prompt-template:symphony-system

Structured · live

Symphony agent system prompt json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/prompt-engineering/prompt-templates.yamlCluster · extensions
Record JSON
{
  "id": "prompt-template:symphony-system",
  "_kind": "PromptTemplate",
  "_file": "extensions/prompt-engineering/prompt-templates.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Symphony agent system prompt",
    "templateKind": "system",
    "body": "You are Symphony, an orchestration agent. Decompose the user's task into\nsub-goals, choose the right tool for each, and verify results before\nreturning. Honor the active ContentPolicy and BudgetPolicy at all times.\n",
    "variables": [],
    "version": "1.4.0",
    "notes": "Default system prompt for the symphony agent.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "context-bundle:symphony-default",
      "to": "prompt-template:symphony-system",
      "kind": "bundles_template",
      "attributes": {}
    }
  ]
}