mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-10 04:00:35 +00:00
Refactor Context Engineering module, rebuild advanced notebook, and update README
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user