Files
semantica/context_tutorial_data/saved_agent/knowledge_graph.json
T

58 lines
1.2 KiB
JSON

{
"nodes": [
{
"id": "semantica",
"type": "FRAMEWORK",
"properties": {
"content": "Semantica",
"id": "semantica",
"text": "Semantica",
"type": "FRAMEWORK"
}
},
{
"id": "agentic_systems",
"type": "CONCEPT",
"properties": {
"content": "agentic systems",
"id": "agentic_systems",
"text": "agentic systems",
"type": "CONCEPT"
}
},
{
"id": "context_eng",
"type": "TECHNIQUE",
"properties": {
"content": "Context Engineering",
"id": "context_eng",
"text": "Context Engineering",
"type": "TECHNIQUE"
}
}
],
"edges": [
{
"source_id": "semantica",
"target_id": "agentic_systems",
"type": "BUILDS",
"weight": 1.0,
"properties": {
"source_id": "semantica",
"target_id": "agentic_systems",
"type": "BUILDS"
}
},
{
"source_id": "semantica",
"target_id": "context_eng",
"type": "USES",
"weight": 1.0,
"properties": {
"source_id": "semantica",
"target_id": "context_eng",
"type": "USES"
}
}
]
}