iiRecord
Agentic AI Atlas · Symphony default context bundle
context-bundle:symphony-defaulta5c.ai
II.
ContextBundle JSON

context-bundle:symphony-default

Structured · live

Symphony default context bundle json

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

File · extensions/prompt-engineering/context-bundles.yamlCluster · extensions
Record JSON
{
  "id": "context-bundle:symphony-default",
  "_kind": "ContextBundle",
  "_file": "extensions/prompt-engineering/context-bundles.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Symphony default context bundle",
    "domain": "agent-orchestration",
    "description": "Default per-turn context assembly for symphony: system prompt + tool\ncatalog + retrieved memories + last-N conversation turns.\n"
  },
  "outgoingEdges": [
    {
      "from": "context-bundle:symphony-default",
      "to": "prompt-template:symphony-system",
      "kind": "bundles_template",
      "attributes": {}
    },
    {
      "from": "context-bundle:symphony-default",
      "to": "embedding-profile:openai-text-embedding-3-large",
      "kind": "embeds_with",
      "attributes": {}
    },
    {
      "from": "context-bundle:symphony-default",
      "to": "embedding-profile:voyage-3",
      "kind": "embeds_with",
      "attributes": {}
    },
    {
      "from": "context-bundle:symphony-default",
      "to": "embedding-profile:jina-embeddings-v3",
      "kind": "embeds_with",
      "attributes": {}
    },
    {
      "from": "context-bundle:symphony-default",
      "to": "embedding-profile:cohere-embed-english-v3",
      "kind": "embeds_with",
      "attributes": {}
    },
    {
      "from": "context-bundle:symphony-default",
      "to": "memory-store:symphony-vector-pinecone",
      "kind": "backed_by_memory",
      "attributes": {}
    },
    {
      "from": "context-bundle:symphony-default",
      "to": "memory-store:symphony-conversation-buffer",
      "kind": "backed_by_memory",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "skill:react-tdd",
      "to": "context-bundle:symphony-default",
      "kind": "uses_context_bundle",
      "attributes": {}
    }
  ]
}