flutter_agentic_graph 0.2.0 copy "flutter_agentic_graph: ^0.2.0" to clipboard
flutter_agentic_graph: ^0.2.0 copied to clipboard

Stateful agent graphs for Flutter — nodes, conditional edges, cycles, checkpointing, and human-in-the-loop. LangGraph-style orchestration for flutter_agentic.

0.2.0 — 2026-07-02 #

Changed #

  • Updated flutter_agentic dependency to ^2.0.0; all Genesis* identifiers in the core are now Agentic* (e.g. AgenticAgent, AgenticTool).

Changelog #

0.1.1 — 2026-07-02 #

  • Formatted with dart format for full pub.dev static-analysis score. No functional changes.

0.1.0 — 2026-07-02 #

Initial release.

  • StateGraph builder: nodes, fixed edges, conditional edges (with optional mapping), entry point, __end__ routing.
  • Shared state channels with per-key Reducers (overwrite, append, add, custom).
  • CompiledGraph.invoke / stream with live GraphEvents (NodeStarted, NodeCompleted, NodeFailed, GraphPaused, GraphCompleted).
  • Cycles with a configurable recursionLimit (GraphRecursionError on overflow).
  • Checkpointing: Checkpointer interface + MemoryCheckpointer, per-threadId snapshots after every node.
  • Human-in-the-loop: static interruptBefore / interruptAfter breakpoints and dynamic ctx.interrupt(payload); resume(threadId, update:, resumeValue:).
  • agentNode(...) adapter to use any flutter_agentic AgenticAgent as a graph node.
1
likes
160
points
186
downloads

Documentation

API reference

Publisher

verified publisherinlayad.com

Weekly Downloads

Stateful agent graphs for Flutter — nodes, conditional edges, cycles, checkpointing, and human-in-the-loop. LangGraph-style orchestration for flutter_agentic.

Repository (GitHub)
View/report issues

Topics

#flutter #ai #agent #graph #orchestration

License

MIT (license)

Dependencies

flutter, flutter_agentic

More

Packages that depend on flutter_agentic_graph