Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 758 Bytes

File metadata and controls

29 lines (21 loc) · 758 Bytes

Acknowledgments

AbstractFlow is built on the work of many open-source projects.

Ecosystem

  • AbstractGateway: user/session control plane, workflow registry, runs, ledgers, artifacts, and provider configuration.
  • AbstractRuntime: durable execution kernel and VisualFlow execution semantics.
  • AbstractCore: provider/model/tool integration.
  • AbstractFramework: release and install coordination.

UI Libraries

Direct npm dependencies are declared in package.json.

  • React and React DOM
  • React Flow
  • Vite and TypeScript
  • Monaco editor
  • TanStack Query
  • Zustand
  • DOMPurify
  • Marked
  • clsx
  • react-hot-toast

Inspiration

The graph authoring model is inspired by visual programming systems with explicit execution pins and typed data pins.