Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Kitaru LangGraph adapter

Record and replay LangGraph agent runs with Kitaru.

Install

uv add kitaru-langgraph

Install kitaru-langgraph[deepagents] to also record agents built with deepagents.create_deep_agent through KitaruGraphRunner.from_agent_factory. The langchain.agents.create_agent factory and direct graph wrapping work without the extra.

Model providers

This distribution does not install any model-provider packages. Model strings passed to init_chat_model, such as "openai:gpt-5-nano", require the matching LangChain provider package (for example langchain-openai) in the agent environment. Install the provider package for each model your agent uses.

Use

import uuid

from langchain.agents import create_agent

from kitaru_langgraph import KitaruGraphRunner

runner = KitaruGraphRunner.from_agent_factory(
    create_agent,
    factory_kwargs={"model": "openai:gpt-5-nano", "tools": []},
    agent_id=uuid.UUID("018f0000-0000-7000-8000-000000000100"),
)
result = runner.invoke({"messages": [{"role": "user", "content": "Hello"}]})
print(result)

Wrap an existing compiled graph directly with KitaruGraphRunner(graph) when you build the graph yourself. The runner accepts the same invocation arguments as the wrapped runnable. Kitaru workers provide task, replay, and authentication context through the standard task environment.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kitaru_langgraph-0.1.0rc0.tar.gz (21.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kitaru_langgraph-0.1.0rc0-py3-none-any.whl (24.2 kB view details)

Uploaded Python 3

File details

Details for the file kitaru_langgraph-0.1.0rc0.tar.gz.

File metadata

  • Download URL: kitaru_langgraph-0.1.0rc0.tar.gz
  • Upload date:
  • Size: 21.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kitaru_langgraph-0.1.0rc0.tar.gz
Algorithm Hash digest
SHA256 158e41ad94735c90af904026ac946be231b13453b8e11e61a136a1b0d937bd92
MD5 748ee42470ea76aeec1e38f6406f2f0b
BLAKE2b-256 aa995f45770b0483eb7bf860ebffe3ba3e66ed1e3994936fff4c42a2a7513454

See more details on using hashes here.

Provenance

The following attestation bundles were made for kitaru_langgraph-0.1.0rc0.tar.gz:

Publisher: release-plugins.yml on zenml-io/kitaru

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file kitaru_langgraph-0.1.0rc0-py3-none-any.whl.

File metadata

File hashes

Hashes for kitaru_langgraph-0.1.0rc0-py3-none-any.whl
Algorithm Hash digest
SHA256 ec1ce58a2a68dfffa861148a1785eecb1de2adab3df8be7f9ce8dce9b577c6d6
MD5 89f8238fc75e95f394878d43413bc2b2
BLAKE2b-256 9dbce0ad090bb779110118f885449696cd6a721599785448cf427e3282fac56d

See more details on using hashes here.

Provenance

The following attestation bundles were made for kitaru_langgraph-0.1.0rc0-py3-none-any.whl:

Publisher: release-plugins.yml on zenml-io/kitaru

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.1.1

2 files

0.1.0

2 files

This release

0.1.0rc0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page