Symphony default context bundle
context-bundle:symphony-default
ContextBundleextensions/prompt-engineering/context-bundles.yaml·Open in Graph → {
"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": {}
}
]
}