Async-native Python framework for building LLM applications — RAG pipelines, tool-using agents, and graph workflows. Streaming-first, transparent API, 2 hard deps.
Project description
SynapseKit is an async-native Python framework for building LLM applications — RAG pipelines, tool-using agents, and graph workflows. Streaming-first, transparent API, 2 hard deps. 30 providers · 46 tools · 29 loaders · 9 vector stores. Every abstraction is composable and replaceable: plain Python you can read, debug, and extend. No magic. No hidden chains. No lock-in.
⚡ Async-nativeEvery API isasync/await first.Sync wrappers for scripts and notebooks. No event loop surprises. |
🌊 Streaming-firstToken-level streaming is the default,not an afterthought. Works across all providers. |
🪶 Minimal footprint2 hard dependencies:numpy + rank-bm25.Everything else is optional. Install only what you use. |
🔌 One interface30 LLM providers and 9 vector storesbehind the same API. Swap without rewriting. |
🧩 ComposableRAG pipelines, agents, and graph nodesare interchangeable. Wrap anything as anything. |
🔍 TransparentNo hidden chains.Every step is plain Python you can read and override. |
Who is it for?
SynapseKit is for Python developers who want to ship LLM features without fighting their framework.
- Backend engineers adding AI features to existing Python services
- ML engineers building RAG or agent pipelines who need full control over retrieval, prompting, and tool use
- Researchers and hackers who want a clean, readable codebase they can understand and extend
- Teams who need something they can actually debug and maintain in production
What it covers
|
🗂 RAG Pipelines |
🤖 Agents |
|
🔀 Graph Workflows |
🧠 LLM Providers |
|
🗄 Vector Stores |
🔧 Utilities |
Install
pip
pip install synapsekit[openai] # OpenAI
pip install synapsekit[anthropic] # Anthropic
pip install synapsekit[ollama] # Ollama (local)
pip install synapsekit[all] # Everything
uv
uv add synapsekit[openai]
uv add synapsekit[all]
Poetry
poetry add synapsekit[openai]
poetry add "synapsekit[all]"
Full installation options → docs
Documentation
Everything you need to get started and go deep is in the docs.
| 🚀 Quickstart | Up and running in 5 minutes |
| 🗂 RAG | Pipelines, loaders, retrieval, vector stores |
| 🤖 Agents | ReAct, function calling, tools, executor |
| 🔀 Graph Workflows | DAG pipelines, conditional routing, parallel execution |
| 🧠 LLM Providers | All 30 providers with examples |
| 📖 API Reference | Full class and method reference |
Development
git clone https://github.com/SynapseKit/SynapseKit
cd SynapseKit
uv sync --group dev
uv run pytest tests/ -q
Contributing
Contributions are welcome — bug reports, documentation fixes, new providers, new features.
Read CONTRIBUTING.md to get started. Look for issues tagged good first issue if you're new.
Community
- 💬 Discussions — ask questions, share ideas
- 🧭 Discord roles draft — proposed roles and permissions for issue #389
- 🧭 Discord release webhook draft — automate release announcements for issue #390
- 🐛 Bug reports
- 💡 Feature requests
- 🔒 Security policy
Contributors
Nautiverse 💻 📖 🚧 |
Gordienko Andrey 💻 |
Deepak singh 💻 |
by22Jy 💻 |
Arjun Kundapur 💻 |
Harshit Gupta 📖 |
Dhruv Garg 💻 |
Adam Silva 💻 |
qorex 💻 |
Abhay Krishna 💻 |
License
Project details
Release history Release notifications | RSS feed
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 synapsekit-1.5.2.tar.gz.
File metadata
- Download URL: synapsekit-1.5.2.tar.gz
- Upload date:
- Size: 876.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75c816689c5ee3e0b1840bf427cdefdea4216682a10233fd6f8cf6c988b8c664
|
|
| MD5 |
369174e79a41f3fbe1859d4bdd490263
|
|
| BLAKE2b-256 |
539da7c2f86bb59496ad6e943eb591272097da98544da3f46d33299a841f6194
|
Provenance
The following attestation bundles were made for synapsekit-1.5.2.tar.gz:
Publisher:
publish.yml on SynapseKit/SynapseKit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
synapsekit-1.5.2.tar.gz -
Subject digest:
75c816689c5ee3e0b1840bf427cdefdea4216682a10233fd6f8cf6c988b8c664 - Sigstore transparency entry: 1264864627
- Sigstore integration time:
-
Permalink:
SynapseKit/SynapseKit@2cc606b3c64a01aa56b1780f668542778c66e28d -
Branch / Tag:
refs/tags/v1.5.2 - Owner: https://github.com/SynapseKit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@2cc606b3c64a01aa56b1780f668542778c66e28d -
Trigger Event:
release
-
Statement type:
File details
Details for the file synapsekit-1.5.2-py3-none-any.whl.
File metadata
- Download URL: synapsekit-1.5.2-py3-none-any.whl
- Upload date:
- Size: 336.4 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 |
a7667dc1f719ee8338acbb020b8caad4380f8c8917b2536c88b8b0b92439f3b8
|
|
| MD5 |
c2ec5c740f80f9d2edf853a5afaade34
|
|
| BLAKE2b-256 |
bac164c9e0a68d3e5b46e665588e294a413481765475b8ac16a1581911ba3ded
|
Provenance
The following attestation bundles were made for synapsekit-1.5.2-py3-none-any.whl:
Publisher:
publish.yml on SynapseKit/SynapseKit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
synapsekit-1.5.2-py3-none-any.whl -
Subject digest:
a7667dc1f719ee8338acbb020b8caad4380f8c8917b2536c88b8b0b92439f3b8 - Sigstore transparency entry: 1264864735
- Sigstore integration time:
-
Permalink:
SynapseKit/SynapseKit@2cc606b3c64a01aa56b1780f668542778c66e28d -
Branch / Tag:
refs/tags/v1.5.2 - Owner: https://github.com/SynapseKit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@2cc606b3c64a01aa56b1780f668542778c66e28d -
Trigger Event:
release
-
Statement type: