Who uses culsans? #6
Replies: 8 comments 3 replies
-
|
academy-agents/academy (2025-06-27 – present; active) A multi-agent system with asyncio support, built on the actor model. It uses Culsans queues both for communication between different event loops (in different threads) in the local exchange and as a backport of the |
Beta Was this translation helpful? Give feedback.
-
|
Vizonex/aiointernal (2025-08-06 – present; inactive) A worker thread implementation with an asyncio interface, which delegates the execution of selected methods. It uses Culsans queues for communication between the asyncio thread and the worker thread. |
Beta Was this translation helpful? Give feedback.
-
|
fxtelekom/PokieStream (2025-08-15 – present; inactive) A network packet logger running on asyncio. It uses Culsans as a replacement for Janus to communicate between the main thread and a synchronous scapy sniffer running in a separate thread. |
Beta Was this translation helpful? Give feedback.
-
|
feuerstein-org/bergtalzug (2025-08-17 – present; active) An ETL pipeline implementation running on asyncio. It uses Culsans queues to transfer data between stages. |
Beta Was this translation helpful? Give feedback.
-
|
Dewey-Data/deweypy (2025-09-05 – present; active) A data hub client with asyncio support for downloading datasets. It uses Culsans queues to perform logging from different threads. |
Beta Was this translation helpful? Give feedback.
-
|
vllm-project/guidellm (2025-09-29 – present; active) A toolkit for evaluating LLM performance. It uses Culsans queues to implement a unified sync/async interface over shared data. |
Beta Was this translation helpful? Give feedback.
-
|
fl2o/catflap-prey-detector (2025-10-26 – present; inactive) A cat flap control system based on object detection. It uses Culsans queues to send images to the main asyncio event loop from a synchronous object detection tracker running in a separate thread. |
Beta Was this translation helpful? Give feedback.
-
|
finecode-dev/finecode (2025-11-28 – present; active) A tool runner with VSCode integration. It uses Culsans queues in the implementation of a JSON-RPC client for communication between different threads with multiple asyncio event loops. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As the creator of an unpopular project, I am happy when someone starts using it. But, unfortunately, I have not found any ready-made tools that reliably show even public dependents. So I decided to start this discussion.
Here, I will talk about direct dependents that I found on the Internet and how they use culsans. I invite everyone who wants to join, especially those who use the project privately or on platforms where it is difficult to find any information (such as GitLab).
Beta Was this translation helpful? Give feedback.
All reactions