flowgraph / app /__init__.py
kbsss's picture
Upload folder using huggingface_hub
7b2787b verified
raw
history blame contribute delete
263 Bytes
"""
FlowGraph - A lightweight, async-first workflow orchestration engine.
Build agent pipelines with nodes, edges, conditional branching, and looping.
Similar to LangGraph, but minimal and focused.
"""
__version__ = "1.0.0"
__author__ = "AI Engineering Intern"