Metadata-Version: 2.4
Name: taisce-langgraph
Version: 0.1.1
Summary: LangGraph adapter for Taisce: agent middleware that injects governed memory as one untrusted human message and records the turn afterwards.
License-Expression: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: taisce>=0.1.1
Requires-Dist: langchain>=1.0
Requires-Dist: langgraph>=1.0
Requires-Dist: langchain-core>=1.0

# taisce-langgraph

LangGraph has no context-provider interface; its seam is agent middleware. `TaisceMemory` is an
`AgentMiddleware` for `create_agent`: before each model call it injects memory as one human message
marked untrusted, and after the agent run it records the person's message and the assistant's final
reply. Tool calls, tool results and the injected message are never stored. Recall failure is not
fatal; a failed store raises. Held to the conformance suite through
`python -m taisce_langgraph.conformance`.
