plar/justpipe
A zero-dependency, async orchestration library for building event-driven AI pipelines. Your code is the graph.
Built on async Python decorators that form a DAG at import time, it supports dynamic routing (`@pipe.switch`), fan-out parallelism (`@pipe.map`), and sub-pipeline composition for modular workflows. Features include built-in token streaming, backpressure handling, suspension/resume for human-in-the-loop patterns, and a first-class `TestPipe` testing harness—all without external dependencies in the core library.
Available on PyPI.
Stars
3
Forks
—
Language
Python
License
MIT
Category
Last pushed
Mar 14, 2026
Monthly downloads
745
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/plar/justpipe"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
awslabs/agent-squad
Flexible and powerful framework for managing multiple AI agents and handling complex conversations
horizon-rl/strands-sglang
SGLang model provider for Strands Agents for on-policy agentic RL training.
rodmena-limited/stabilize
Queue-Based State Machine - A lightweight workflow execution engine with DAG-based stage...
jeremiah-k/agor
AgentOrchestrator - Multi-agent development coordination platform. Transform AI assistants into...
aws-solutions-library-samples/guidance-for-multi-agent-orchestration-on-aws
Enables developers to build, deploy, and manage multiple specialized agents that work together...