Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 0.0.2 instead.
Reason given by maintainers: first and broken release

agentship-service

The AgentShip runtime service — the REST / SSE / WebSocket surface that turns a built agent into an HTTP API, with pluggable authentication adapters and, above all, tenant isolation.

This is the part of the stack a gateway cannot replace. A gateway (agentgateway) routes requests and can authenticate them at the edge; but only the app can guarantee that every stored read and write is scoped to the authenticated tenant. That guarantee lives here.

from agentship.auth import ApiKeyAuthProvider, EnvApiKeyStore
from agentship_service import create_app

app = create_app(auth=ApiKeyAuthProvider(EnvApiKeyStore()))

Integrations (we wire, we don't reinvent)

  • Streaming/v1 …:stream and A2A message/stream frame Server-Sent Events with sse-starlette's EventSourceResponse, which owns the wire encoding, keepalive comments, and client-disconnect cancellation. We only shape each StreamEvent into its event/data fields.
  • Authagentship.auth ships pluggable providers; the optional OIDC path (JwtAuthProvider) delegates JWKS fetching, key-id resolution, and rotation to PyJWT's PyJWKClient. Tenant isolation on every read/write is the part that stays here.
  • A2A — we speak the protocol with our own thin Pydantic wire models rather than pull in the protobuf-first a2a-sdk. A drift guard under the agentship-service[a2a] extra (tests/test_a2a_conformance.py) validates every AgentCard / Message / status frame against a2a-sdk's own schema, so we cannot drift from the spec. See docs/decisions/0001-integrate-not-invent.md.

See agentship serve for the one-command server, and the phase-04 spec for the full endpoint contract.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentship_service-0.0.1.tar.gz (60.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentship_service-0.0.1-py3-none-any.whl (55.0 kB view details)

Uploaded Python 3

File details

Details for the file agentship_service-0.0.1.tar.gz.

File metadata

  • Download URL: agentship_service-0.0.1.tar.gz
  • Upload date:
  • Size: 60.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for agentship_service-0.0.1.tar.gz
Algorithm Hash digest
SHA256 e293ea17c60718c28b1b2828d185dec225152bb61a06e1232241aa1d7f3962f4
MD5 58f6d5a952cec149bc0e393c12ce5394
BLAKE2b-256 daba55942a39ee76762c66e466fd6b56c4465b482fd9daa0581c3f41a348d9a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentship_service-0.0.1.tar.gz:

Publisher: release.yml on Agent-Ship/agent-ship

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agentship_service-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for agentship_service-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6579175b1ed8c5402c9637cac39766f6e553140c89cab13762ad0edb370da828
MD5 9e174aa3c80a54d4533c1ad489d1d920
BLAKE2b-256 a6316013fbe44e43cf7270def0a00c09044f34933cea5393e0822474fdff6f5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentship_service-0.0.1-py3-none-any.whl:

Publisher: release.yml on Agent-Ship/agent-ship

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.0.2

2 files

This release

0.0.1 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page