Metadata-Version: 2.4
Name: prompt2agent-portable-runtime
Version: 0.1.1
Summary: Public standalone LangGraph runtime for Prompt2Agent workflow exports
Project-URL: Homepage, https://prompt2agent.dev
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: httpx<1,>=0.28
Requires-Dist: jsonschema<5,>=4.23
Requires-Dist: langchain<2,>=1.0
Requires-Dist: langfuse==3.14.5
Requires-Dist: langgraph<2,>=1.0
Requires-Dist: pydantic<3,>=2.12
Requires-Dist: typing-extensions<5,>=4.12

# prompt2agent-portable-runtime

Version `0.1.1` is the public execution engine used
by dependency-based Prompt2Agent workflow exports. It interprets an immutable
portable workflow program locally with LangGraph and does not call Prompt2Agent
to load or execute the graph.

The supported public API is `build_workflow`, `run`, and `resume`.

## Optional LangSmith tracing

Set `LANGSMITH_TRACING=true`, `LANGSMITH_API_KEY`, and `LANGSMITH_PROJECT` to
use LangChain's standard LangSmith tracing. `LANGSMITH_ENDPOINT` selects
LangSmith Cloud or a self-hosted installation.

## Optional Langfuse tracing

Set `LANGFUSE_PUBLIC_KEY` and `LANGFUSE_SECRET_KEY` to trace exported graph,
model, subagent, and tool execution. `LANGFUSE_BASE_URL` selects the cloud region
or self-hosted installation. `LANGFUSE_TRACING_ENVIRONMENT` and
`LANGFUSE_RELEASE` add deployment identity. Omitting both keys disables tracing.
