Metadata-Version: 2.5
Name: agentship-langgraph
Version: 0.0.1
Summary: AgentShip LangGraph engine — the default real-model runtime, with a LiteLLM model source that routes one `model:` string to any provider.
License-Expression: Apache-2.0
Requires-Python: >=3.13
Requires-Dist: agentship-core==0.0.1
Requires-Dist: langchain-core>=0.3
Requires-Dist: langchain-litellm>=0.1
Requires-Dist: langgraph>=0.2
Provides-Extra: autonomous
Requires-Dist: deepagents==0.6.12; extra == 'autonomous'
Provides-Extra: mcp
Requires-Dist: cryptography>=42; extra == 'mcp'
Requires-Dist: langchain-mcp-adapters>=0.3; extra == 'mcp'
Requires-Dist: mcp<2,>=1.28; extra == 'mcp'
Provides-Extra: postgres
Requires-Dist: langgraph-checkpoint-postgres>=2.0; extra == 'postgres'
Requires-Dist: psycopg[binary]>=3.1; extra == 'postgres'
Description-Content-Type: text/markdown

# agentship-langgraph

The default real-model engine for AgentShip: a single-agent LangGraph graph over a LiteLLM-backed model. Registers the `langgraph` engine via the `agentship.engines` entry point. Import as `agentship_langgraph`.
