II.
Term JSON
Structured · liveterm:agentic-loop
Agentic Loop json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:agentic-loop",
"_kind": "Term",
"_file": "terminology/terms/terms-articles-and-refs.yaml",
"_cluster": "terminology",
"attributes": {
"displayName": "Agentic Loop",
"kind": "concept",
"description": "The \"Loop 2\" of a Hybrid Agentic System: a tool-using LLM-powered\nreasoning loop that iterates until a local objective is reached\n(read objective + constraints, decide what evidence is needed,\ncall tools, update plan, produce output). Source:\ndocs/articles/Hybrid Agentic Systems_ Two-loops Control Plane Guide.md.\n"
},
"outgoingEdges": [
{
"from": "term:agentic-loop",
"to": "term:orchestration-loop",
"kind": "synonym_of",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "term:agent-core-impl",
"to": "term:agentic-loop",
"kind": "subsumes",
"attributes": {}
},
{
"from": "term:symbolic-tool",
"to": "term:agentic-loop",
"kind": "related_to",
"attributes": {}
},
{
"from": "term:symbolic-task",
"to": "term:agentic-loop",
"kind": "related_to",
"attributes": {}
},
{
"from": "term:invocation-mode",
"to": "term:agentic-loop",
"kind": "related_to",
"attributes": {}
},
{
"from": "term:spawn-args",
"to": "term:agentic-loop",
"kind": "related_to",
"attributes": {}
}
]
}