GitHub - lmnr-ai/flow: A lightweight task engine for building AI agents that prioritizes simplicity and flexibility.
Laminar Flow
A lightweight task engine for building AI agents that prioritizes simplicity and flexibility.
Core Concept
Unlike traditional node and edge-based workflows, Flow uses a dynamic task queue system built on three simple principles:
Concurrent Execution - Tasks run in parallel automatically
Dynamic Scheduling - Tasks can schedule new tasks at runtime
Smart Dependencies - Tasks can await results from previous operations
Results of all tasks are stored in a thread-safe Context.
This task-...
Read more at github.com