mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-30 04:40:16 +00:00
58 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
} |