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

context-bundle:symphony-rag

Structured · live

Symphony RAG 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-rag",
  "_kind": "ContextBundle",
  "_file": "extensions/prompt-engineering/context-bundles.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Symphony RAG context bundle",
    "domain": "retrieval-augmented-generation",
    "description": "RAG-mode bundle: replaces freeform memory retrieval with citation-bound\nsources from the knowledge graph + vector store.\n"
  },
  "outgoingEdges": [
    {
      "from": "context-bundle:symphony-rag",
      "to": "prompt-template:rag-answer",
      "kind": "bundles_template",
      "attributes": {}
    },
    {
      "from": "context-bundle:symphony-rag",
      "to": "embedding-profile:openai-text-embedding-3-large",
      "kind": "embeds_with",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}