Metadata-Version: 2.5
Name: graphharbor-runtime
Version: 0.13.0.post2
Summary: GraphHarbor PostgreSQL and Redis runtime for the LangGraph Agent Server
Project-URL: Homepage, https://github.com/ljxpython/graphharbor
Project-URL: Repository, https://github.com/ljxpython/graphharbor
Project-URL: Issues, https://github.com/ljxpython/graphharbor/issues
Project-URL: Changelog, https://github.com/ljxpython/graphharbor/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-checkpoint-postgres==3.1.2
Requires-Dist: orjson>=3.9
Requires-Dist: psycopg[binary]>=3.3.4
Requires-Dist: pyjwt[crypto]>=2.8
Requires-Dist: redis>=5.0
Requires-Dist: sqlalchemy[asyncio]>=2.0.51
Requires-Dist: starlette>=0.37
Requires-Dist: structlog>=24.0
Provides-Extra: compatibility
Requires-Dist: langgraph-api==0.13.0; extra == 'compatibility'
Description-Content-Type: text/markdown

# graphharbor-runtime

MIT PostgreSQL + Redis runtime (`LANGGRAPH_RUNTIME_EDITION=pg`) for the
self-hosted GraphHarbor Agent Server. `langgraph-api` is optional and only
used by the internal compatibility profile.

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