SynapseKit – Async-native Python framework for LLM pipelines and agents
LangChain alternative with 2 dependencies in an already crowded framework space.

Finally a TUI debugger that handles async tasks and multiprocessing without breaking a sweat.
Backend Python developers working in terminal environments
pudb · VS Code Debugger · ipdb
TL;DR: I used Claude Code to write the TUI debugger of my dreams: https://pypi.org/project/textual-debugger/ It's built with textual and debugpy so can do all the things possible you'd would expect with the Debug Adapter Protocol (remote attach, thread/process inspection).
And then some!
I added a JSON-RPC interface so the debugger can be controlled by external tools (eg an AI agent). I also added the capability to run the debug target in a separate terminal which is handy for debugging applications that make demands on the terminal (like curses / rich / textual apps).
Here's a video of that in action: https://youtu.be/121aihjAQ8g
Screenshots: - https://github.com/AlDanial/tdb/blob/main/gallery/async_brea... - https://github.com/AlDanial/tdb/blob/main/gallery/async_task... - https://github.com/AlDanial/tdb/blob/main/gallery/multiproce... - https://github.com/AlDanial/tdb/blob/main/gallery/threading_...
Give it a try! pip install textual-debugger
LangChain alternative with 2 dependencies in an already crowded framework space.
Yet another AWS SDK when boto3 v2 is already async-native and typed.
Agents finally handle SSH/pdb/vim—680 tests, tmux-backed, single-file Python.
Django-style Redis ORM with timely Valkey support and AI agent memory primitives.
Behavior-tree orchestration for agents when LangGraph and AutoGen already exist.
FastAPI-style ergonomics for background jobs with auto-generated AsyncAPI docs.