II.
AgentCoreImpl overview
Reference · liveagent-core-impl:langgraph.core@current
LangGraph Graph Core (current) overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for agent-core-impl:langgraph.core@current.
Attributes
displayName
LangGraph Graph Core (current)
agentVersionId
packageRef
loopIteratorPolicy
custom
loopIteratorNotes
The core loop is an explicit graph/state-machine authored by the application:
nodes transform state, edges route control, and terminal conditions are part
of the graph definition rather than a fixed CLI loop.
contextManagementStrategy
user-managed
compactionTriggerNotes
Context and memory are represented in graph state, stores, checkpointers, or
model-call middleware chosen by the graph author.
subagentInvokerPolicy
nested-loop
subagentInvokerNotes
Custom multi-agent patterns can be encoded as subgraphs, supervisor graphs,
handoff nodes, or Deep Agents-style subagent harnesses.
resultSynthesisPolicy
post-processed
resultSynthesisNotes
Final outputs are graph-defined: the terminal state can be converted to chat
messages, structured outputs, events, or application-specific payloads.
stopDetectionStrategy
structured-end-event
transportClientLibrary
langchain-chat-model-abstraction
supportedTransportProtocols
parallelToolCallHandling
native
streamingFidelity
full
thinkingChannelHandling
model-dependent
notes
Represents LangGraph's framework-level core, not a single product loop. The
graph author chooses which model provider integrations and node semantics are
active for a concrete application.
Outgoing edges
composes1
- agent:langgraph·AgentProductLangGraph ecosystem
realizes1
- layer:4-agent-core·LayerAgent-Core
sourced_from2
- source-ref:langgraph-docs·SourceRefLangGraph Docs
- source-ref:langchain-agents-docs·SourceRefLangChain Agents Docs
speaks5
- model-transport:openai-chat-completions·ModelTransportProtocolOpenAI Chat Completions
- model-transport:openai-responses·ModelTransportProtocolOpenAI Responses
- model-transport:anthropic-messages·ModelTransportProtocolAnthropic Messages
- model-transport:gemini-generate-content·ModelTransportProtocolGemini generateContent
- model-transport:openai-compat·ModelTransportProtocolOpenAI-compatible chat completions
supports3
- capability:supports-tool-use·CapabilitySupports tool use
- capability:streaming·CapabilityStreaming
- capability:can-resume·CapabilityCan resume
supports_orchestration_primitive3
- orch-primitive:multi-agent-dispatch·OrchestrationPrimitiveMulti-Agent Dispatch
- orch-primitive:dependency-resolution·OrchestrationPrimitiveDependency Resolution
- orch-primitive:result-validation·OrchestrationPrimitiveResult Validation
Incoming edges
composed_of1
- agent-version:langgraph@current·AgentVersion