Metadata-Version: 2.5
Name: agentship-sdk
Version: 0.0.1
Summary: AgentShip — an open, recipe-first harness that wires best-of-breed agent libraries behind small, stable seams. Meta-package: one install for the everyday stack (kernel + default engine + CLI).
License-Expression: Apache-2.0
Requires-Python: >=3.13
Requires-Dist: agentship-cli==0.0.1
Requires-Dist: agentship-core==0.0.1
Requires-Dist: agentship-langgraph==0.0.1
Provides-Extra: all
Requires-Dist: agentship-cli==0.0.1; extra == 'all'
Requires-Dist: agentship-langgraph==0.0.1; extra == 'all'
Requires-Dist: agentship-observability==0.0.1; extra == 'all'
Requires-Dist: agentship-service==0.0.1; extra == 'all'
Provides-Extra: langgraph
Requires-Dist: agentship-langgraph==0.0.1; extra == 'langgraph'
Provides-Extra: mcp
Provides-Extra: memory
Provides-Extra: observability
Requires-Dist: agentship-observability==0.0.1; extra == 'observability'
Provides-Extra: service
Requires-Dist: agentship-service==0.0.1; extra == 'service'
Provides-Extra: starter
Requires-Dist: agentship-cli==0.0.1; extra == 'starter'
Requires-Dist: agentship-langgraph==0.0.1; extra == 'starter'
Description-Content-Type: text/markdown

# agentship (meta-package)

One install for the everyday stack: `pip install agentship-sdk` pulls the kernel (`agentship-core`), the default engine (`agentship-langgraph`), and the CLI (`agentship-cli`). Pillar extras (`[mcp]`, `[memory]`, `[observability]`, `[service]`, `[all]`) are placeholders that fill in as each pillar phase lands.
