Skip to main content

skeino

PyPI version Python versions License: Apache 2.0 Docs

A reusable, embeddable replacement for the langgraph dev HTTP server.

📖 Full documentation: https://ranjitjana027.github.io/skeino/

skeino exposes the LangGraph Studio-compatible REST surface (threads, runs, streaming, assistants) over any user-supplied LangGraph graph. It is built to be:

  • Modularapi, ops, persistence, streaming, serialization are separate concerns with explicit dependencies.
  • Pluggable — checkpointers register themselves via a small decorator-based registry; Postgres and in-memory ship out of the box, Redis / Mongo / etc. can be added without touching skeino core.
  • Two entry points — programmatic create_app(graphs={...}) and a high-level from_langgraph_json("langgraph.json") loader.

Install

pip install skeino

Quickstart

# Programmatic
from skeino import create_app, SkeinoSettings
from my_project.graph import graph

app = create_app(
    graphs={"my_agent": graph},
    settings=SkeinoSettings(
        checkpointer_scheme="postgres",  # pip install 'skeino[postgres]'
        checkpointer_uri="postgresql://...",
    ),
)
# langgraph.json driven
from skeino import from_langgraph_json
app = from_langgraph_json("langgraph.json")

Run with uvicorn:

uvicorn app:app --reload --port 8000

Endpoints (v1)

  • GET /info, GET /api/health, GET /api/initial-message
  • POST /assistants/search, GET /assistants/{id}, GET /assistants/{id}/{schemas|graph|subgraphs}
  • POST /threads, GET /threads/{id}, POST /threads/search, GET /threads/{id}/state, GET|POST /threads/{id}/history
  • POST /threads/{id}/runs, POST /threads/{id}/runs/stream, GET /threads/{id}/runs, GET /threads/{id}/runs/{run_id}

Out of scope for v1: /store/*, /runs/crons, webhooks, auth.

Status

Pre-release. API may change.

Contributing

Contributions are welcome — see CONTRIBUTING.md for local setup and the required checks.

License

Licensed under the Apache License 2.0.

Download files

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

Source Distribution

skeino-2.0.0.tar.gz (51.2 kB view details)

Uploaded Source

Built Distribution

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

skeino-2.0.0-py3-none-any.whl (68.8 kB view details)

Uploaded Python 3

File details

Details for the file skeino-2.0.0.tar.gz.

File metadata

  • Download URL: skeino-2.0.0.tar.gz
  • Upload date:
  • Size: 51.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for skeino-2.0.0.tar.gz
Algorithm Hash digest
SHA256 86fd9941b838b98fe4d78b86075ec4a9d4f5139611d8f728c24ff91e78f21a0d
MD5 6eb0872dd9beb462fc69c09c451df0ee
BLAKE2b-256 b3a69d0c07928728755543e1f3d5649a6844541306cf0553e76467bf8809482c

See more details on using hashes here.

Provenance

The following attestation bundles were made for skeino-2.0.0.tar.gz:

Publisher: publish.yml on ranjitjana027/skeino

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

File details

Details for the file skeino-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: skeino-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 68.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for skeino-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8bed07d660bf0fb721efddc487892314403766836bcdc49645a893bf1d0e6501
MD5 9eb15a4e3621b79a0953b927630516bd
BLAKE2b-256 18eb2bde52e8564d8237bc1014d923cea2ea60bb1d531e62f2a06cb8c2b6b699

See more details on using hashes here.

Provenance

The following attestation bundles were made for skeino-2.0.0-py3-none-any.whl:

Publisher: publish.yml on ranjitjana027/skeino

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

Release history Release notifications | RSS feed

2.1.1

2 files

2.1.0

2 files

2.0.2

2 files

2.0.1

2 files

This release

2.0.0 This release

2 files

1.1.0

2 files

1.0.1

2 files

1.0.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page