Skip to main content

Reusable, embeddable replacement for the langgraph dev HTTP server: threads, runs, streaming, and assistants over any LangGraph graph.

Project description

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(postgres_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.

Project details


Download files

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

Source Distribution

skeino-0.2.0.tar.gz (40.1 kB view details)

Uploaded Source

Built Distribution

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

skeino-0.2.0-py3-none-any.whl (54.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for skeino-0.2.0.tar.gz
Algorithm Hash digest
SHA256 06abd8dec28b9ffce751196a629418bf014b8d69c99266429c155929849c8039
MD5 9298cd63a66d142a6a3186ae32994407
BLAKE2b-256 6acfeb866aa0e1313c4c8bc72d90e97e395119edb021b676c486e3712a32c383

See more details on using hashes here.

Provenance

The following attestation bundles were made for skeino-0.2.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-0.2.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for skeino-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 16f8e1bfdae0877b72b149d0c8d9bd14b22232e0f9a407fde299e4a62b7dc665
MD5 9c6f02e04b758b327c8784b2f49ec43c
BLAKE2b-256 266a7cb71d7527e299eef2efa3a763902eab0d602e2ec8465877a7d09470dddf

See more details on using hashes here.

Provenance

The following attestation bundles were made for skeino-0.2.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.

Supported by

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