LangGraph Memory Threads GA; Outlines 1.0 and EU AI Act Compliance

<p><strong>LangGraph 0.4</strong> ships persistent agent memory backed by PostgreSQL, and <strong>Outlines 1.0</strong> delivers a vendor-neutral structured-generation API — together moving durable state and reliable outputs from custom hacks to supported primitives. The EU AI Office also published enforcement guidance requiring incident-logging infrastru...

Highlights

  • LangGraph 0.4 ships “Memory Threads” — a native persistent graph layer backed by PostgreSQL that survives session restarts and is shareable across sub-agents, closing the statefulness gap that pushed teams toward bespoke Redis hacks (LangChain Blog)
  • Outlines 1.0 stable release locks in a vendor-neutral API for constrained decoding, delivering guaranteed JSON and typed schema outputs across open-weight and API-hosted models alike (Outlines)
  • EU AI Office publishes enforcement guidance clarifying that autonomous multi-agent pipelines triggering “systemic risk” thresholds must have mandatory incident-logging infrastructure in place by August 2026 (EU AI Office)
  • CrewAI announces native LangGraph memory backend integration, letting teams port crew workflows onto durable state without rewriting orchestration logic (CrewAI Docs)
memory structured output compliance multi-agent

Key Signals

  1. 1 LangGraph Memory Threads now GA May 28, 2026

    LangChain’s 0.4 release makes persistent, cross-session memory a first-class primitive: memory graphs stored in PostgreSQL survive restarts, can be shared between spawned sub-agents, and are queryable via standard LangChain retrieval chains. Teams that have been bolting on vector stores or Redis for continuity now have a supported upgrade path inside the framework they already use. (LangChain Blog)

  2. 2 Outlines 1.0 ships vendor-neutral constrained generation May 27, 2026

    The Outlines structured-generation library exits beta with a stable API covering regex, JSON Schema, and Pydantic model constraints across vLLM, llama.cpp, and major cloud inference endpoints. Tool-calling agents that need guaranteed output shapes no longer have to depend on provider-specific response_format flags or brittle post-processing — constraints travel with the code, not the provider contract. (Outlines)

  3. 3 EU AI Act systemic-risk guidance tightens agentic deployment scope May 29, 2026

    The EU AI Office clarified that autonomous multi-agent pipelines processing data at scale may qualify as general-purpose AI systems at systemic-risk thresholds, triggering incident-reporting obligations and mandatory capability evaluations before August 2026. Enterprise teams running governed deployments on Bedrock, Azure, or Vertex should audit pipeline scope and data volumes now rather than at the August deadline. (EU AI Office)


Why It Matters / What To Watch

  1. Memory persistence changes the architecture default
    • LangGraph Memory Threads make cross-session state storage a configuration decision rather than a custom build — teams still relying on in-memory state for anything beyond a demo should sketch a migration path before the next sprint. (LangChain Blog)
    • CrewAI’s LangGraph backend integration means crew-pattern workflows can inherit durable memory without a framework rewrite; watch for AutoGen/AG2 to announce a comparable adapter as the pattern solidifies. (CrewAI Docs)
  2. Structured outputs and EU compliance converge on the same operator checklist
    • Outlines 1.0’s vendor-neutral constraint API makes structured generation portable across model providers — teams who may need to swap models mid-contract without breaking downstream parsers now have a clean abstraction to build against. (Outlines)
    • The EU AI Act systemic-risk scope is a concrete forcing function: incident logging is infrastructure, not just an audit log entry format. Teams that haven’t wired OpenTelemetry GenAI traces into a retention-compliant store are already behind the August timeline. (EU AI Office)

Quick Links (sources)