Releases: korrino222/langgraph-hierarchies
Releases · korrino222/langgraph-hierarchies
Release list
v0.0.8
v0.0.7
v0.0.5
Summary
- Parallel tool calls —
ReactGraphdispatches multiple flat-tool calls in parallel; parallel batches that include a subagent are blocked with one errorToolMessagepertool_call_idso chat history stays valid for the next LLM turn
Compatibility
langgraph-hierarchies 0.0.5 ↔ langgraph 1.2.6
Install
pip install langgraph-hierarchies==0.0.5v0.0.4
Summary
Breaking rename — no deprecated aliases.
SubchainPolicy→SubagentPolicysubchain_policy→subagent_policy__subchain_stack__→__subagent_stack__reduce_subchain_stack→reduce_subagent_stack
Docs renamed: concepts/subagent-policy.mdx.
Checkpoint note: persisted state dicts with __subchain_stack__ do not auto-migrate.
Compatibility
langgraph-hierarchies 0.0.4 ↔ langgraph 1.2.6
Install
pip install langgraph-hierarchies==0.0.4v0.0.3
Summary
Patch release: automatic LangSmith thread grouping at invoke time.
CompiledGraph._prepare_configbackfillsmetadata.thread_id,metadata.session_id, andconfigurable.thread_idfrom whichever source the caller provides- New public helpers:
normalize_thread_config,resolve_thread_id,build_invoke_config - Child subgraph spans inherit normalized config via LangGraph propagation
- No new runtime dependencies
Usage
Provide any one of:
config["configurable"]["thread_id"]config["metadata"]["thread_id"]context.thread_idonBaseContext
Compatibility
langgraph-hierarchies 0.0.3 ↔ langgraph 1.2.6
Install
pip install langgraph-hierarchies==0.0.3v0.0.2
Summary
Alpha release for integration testing. Ships US-01–US-06:
- BaseGraph / CompiledGraph / SubchainPolicy
- ReactGraph + iteration budgets
- Root compile + unified invocation
- Compatibility harness (pytest markers, CI)
- TodoGraph + todo toolkit
Fix
final_backno longer echoes full state (eliminates LangGraphremaining_stepswarning flood)
Compatibility
langgraph-hierarchies 0.0.2 ↔ langgraph 1.2.6
Install
pip install langgraph-hierarchies==0.0.2Not included in the wheel
The IRS example lives in the repo under examples/irs_reporting/ (not installed via pip).