TuringPulse SDK integration for LangGraph
Project description
turingpulse-sdk-langgraph
TuringPulse SDK integration for LangGraph — auto-instrumentation for stateful multi-actor workflows.
Installation
pip install turingpulse-sdk-langgraph
Quick Start
from turingpulse_sdk import init, TuringPulseConfig
from turingpulse_sdk_langgraph import instrument_langgraph
init(TuringPulseConfig(api_key="sk_live_...", workflow_name="my-project"))
# Wrap your compiled StateGraph
run = instrument_langgraph(compiled_graph, name="my-langgraph-workflow")
result = run({"input": "Hello!"})
Documentation
Full documentation: turingpulse.ai/docs/sdk/langgraph
Requirements
- Python >= 3.11
- turingpulse-sdk >= 1.0.0
- langgraph >= 1.0.5
- langchain-core >= 0.2.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file turingpulse_sdk_langgraph-1.4.0.tar.gz.
File metadata
- Download URL: turingpulse_sdk_langgraph-1.4.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29951ddf0debdaa5601a444e9deab566556abf0ccf104c3eefa1711cc8b78a41
|
|
| MD5 |
9b9ecfe318eae0574dc2837b2cd8f9c1
|
|
| BLAKE2b-256 |
8d0d78791e5a24790e91f93ddd055de182b83d3f2b331c866bb179f647764eaf
|
File details
Details for the file turingpulse_sdk_langgraph-1.4.0-py3-none-any.whl.
File metadata
- Download URL: turingpulse_sdk_langgraph-1.4.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55faba19a1a47470d7ad960cede8ee749910c90934fe4a0ea07de27b46d15593
|
|
| MD5 |
183d2eae7f09c8cc80f5ed0149268f79
|
|
| BLAKE2b-256 |
aaa2fe5d35bad0098c8eb7099b290bbb10f119dbdec1bfb9446c302f2b5bd271
|