Reusable, embeddable replacement for the langgraph dev HTTP server: threads, runs, streaming, and assistants over any LangGraph graph.
Project description
skeino
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:
- Modular —
api,ops,persistence,streaming,serializationare 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
skeinocore. - Two entry points — programmatic
create_app(graphs={...})and a high-levelfrom_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-messagePOST /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}/historyPOST /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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skeino-1.1.0.tar.gz.
File metadata
- Download URL: skeino-1.1.0.tar.gz
- Upload date:
- Size: 52.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0df1927dc7696b875b7cc42f3f4a5b87c1a19b54bd3e58ceb45ad0a5c28ec705
|
|
| MD5 |
31fa862ed2f122bef5b9a44b1a3aea79
|
|
| BLAKE2b-256 |
3cd75fca0b8fbd32541d3e69336e6b8b7c24cc28f6bfd35f0dfa419ff87b0dc3
|
Provenance
The following attestation bundles were made for skeino-1.1.0.tar.gz:
Publisher:
publish.yml on ranjitjana027/skeino
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
skeino-1.1.0.tar.gz -
Subject digest:
0df1927dc7696b875b7cc42f3f4a5b87c1a19b54bd3e58ceb45ad0a5c28ec705 - Sigstore transparency entry: 1781848057
- Sigstore integration time:
-
Permalink:
ranjitjana027/skeino@7d3284242ec0f899efd21a67112d681e2333e417 -
Branch / Tag:
refs/tags/v1.1.0 - Owner: https://github.com/ranjitjana027
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@7d3284242ec0f899efd21a67112d681e2333e417 -
Trigger Event:
push
-
Statement type:
File details
Details for the file skeino-1.1.0-py3-none-any.whl.
File metadata
- Download URL: skeino-1.1.0-py3-none-any.whl
- Upload date:
- Size: 71.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdbb9c6f215dbf50367d18d18bb4af263d68c430ba477e31777f74a3d6e30b4d
|
|
| MD5 |
3b2c92f70b30590f796142e334d253d0
|
|
| BLAKE2b-256 |
23736677f59d5cf299f4bd39d184b711cf910c81b132381b12618e243ced11ea
|
Provenance
The following attestation bundles were made for skeino-1.1.0-py3-none-any.whl:
Publisher:
publish.yml on ranjitjana027/skeino
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
skeino-1.1.0-py3-none-any.whl -
Subject digest:
fdbb9c6f215dbf50367d18d18bb4af263d68c430ba477e31777f74a3d6e30b4d - Sigstore transparency entry: 1781848674
- Sigstore integration time:
-
Permalink:
ranjitjana027/skeino@7d3284242ec0f899efd21a67112d681e2333e417 -
Branch / Tag:
refs/tags/v1.1.0 - Owner: https://github.com/ranjitjana027
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@7d3284242ec0f899efd21a67112d681e2333e417 -
Trigger Event:
push
-
Statement type: