rodmena-limited/stabilize
Queue-Based State Machine - A lightweight workflow execution engine with DAG-based stage orchestration. Unlike simple task queues (like Celery) or advanced orchestrators (like Highway), Stabilize strikes a balance specifically optimized for high-throughput, stateful DAG execution, making it highly suitable for coordinating autonomous AI agents
Implements 20 workflow control-flow patterns (WCP) including OR-splits, discriminator joins, and mutex stages—enabling complex conditional routing beyond basic DAGs. Built on message-driven execution with event sourcing for full audit trails and replay capability, using SQLite or PostgreSQL for atomic state persistence. Includes built-in tasks for shell commands and HTTP requests, with optimistic locking for safe concurrent execution.
Available on PyPI.
Stars
83
Forks
6
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 12, 2026
Monthly downloads
745
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/rodmena-limited/stabilize"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related agents
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.
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...
avtomatika-ai/avtomatika
High-performance state-machine based orchestrator for managing complex AI agents and ...