Metadata-Version: 2.4
Name: langgraph-runtime-pg
Version: 0.11.1
Summary: Self-hosted LangSmith Deployments alternative: MIT Postgres+Redis runtime (edition=pg) for stock langgraph-api
Project-URL: Homepage, https://github.com/langhost/langhost
Project-URL: Repository, https://github.com/langhost/langhost
Project-URL: Issues, https://github.com/langhost/langhost/issues
Project-URL: Changelog, https://github.com/langhost/langhost/releases
Author-email: Mohankumar Ramachandran <mail@mohanram.dev>
License-Expression: MIT
License-File: LICENSE
Keywords: agent-protocol,agent-server,agents,ai-agents,asgi,checkpoint,langchain,langgraph,langgraph-api,langgraph-checkpoint,langgraph-sdk,langsmith,langsmith-deployments,llm,multi-agent,open-source,postgres,postgresql,redis,runtime,self-hosted,uvicorn
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: alembic>=1.14
Requires-Dist: asyncpg>=0.29
Requires-Dist: croniter>=1.0
Requires-Dist: langgraph-api==0.11.1
Requires-Dist: langgraph-checkpoint-postgres==3.1.0
Requires-Dist: orjson>=3.9
Requires-Dist: psycopg[binary]>=3.3.4
Requires-Dist: redis>=5.0
Requires-Dist: sqlalchemy[asyncio]>=2.0.51
Requires-Dist: starlette>=0.37
Requires-Dist: structlog>=24.0
Description-Content-Type: text/markdown

# langgraph-runtime-pg

MIT Postgres + Redis runtime (`LANGGRAPH_RUNTIME_EDITION=pg`) for stock
[`langgraph-api`](https://pypi.org/project/langgraph-api/).

See the [repository README](https://github.com/langhost/langhost)
for setup, CLI (`langhost`), and architecture.
