II.
ScopeBoundary JSON
Structured · livescope-boundary:langgraph-custom-agent-building.scope
scope-boundary:langgraph-custom-agent-building.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:langgraph-custom-agent-building.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/langgraph-custom-agent-building.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "agent:langgraph",
"inScope": "Custom agent-building frameworks that expose graph/state-machine loops,\ntool-bound model calls, durable checkpoints, human-in-the-loop gates,\ndeployed graph runtimes, and code-authored multi-agent/subagent patterns.\nThese map primarily to layers 4-6 of the universal agentic stack, with\noptional workspace/execution/sandbox/presentation layers supplied by the host\napplication.\n",
"outOfScope": "Treating LangGraph as a fixed CLI/TUI agent with one bundled tool set,\nassuming every LangGraph application has a plugin marketplace, or requiring\nall eleven universal stack layers to be present in every custom-agent app.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:langgraph-custom-agent-building.scope",
"to": "agent:langgraph",
"kind": "bounds_subject"
},
{
"from": "scope-boundary:langgraph-custom-agent-building.scope",
"to": "out-of-scope-reason:implementation-detail",
"kind": "has_out_of_scope_reason"
}
],
"incomingEdges": []
}