patel-lyzr 0a1874e736 feat: add agents management and enhance inspector with typed forms
- Introduced a new "Agents" section in the app sidebar for better navigation.
- Enhanced the Inspector component to support typed forms for various node types, improving user experience when configuring nodes.
- Created a new NodeForm component to handle specific forms for different node types, including Trigger, Build, Test, Eval, Policy, Approval, Deploy, Promote, and Rollback.
- Updated the API layer to manage agents, including listing, creating, deleting, and testing agent authentication.
- Modified the node catalog to include new node types and their respective configurations.
- Adjusted the Next.js configuration and Nginx settings to reflect changes in API endpoint ports.
2026-05-13 22:15:08 +05:30

flow

A lightweight, durable, n8n-compatible workflow engine in Go.

  • Single Go binary, single SQLite file — no external services required for the default install
  • n8n DSL compatible: paste exported workflow JSON and run it
  • Durable execution with crash-safe journal
  • First-class human-in-the-loop approvals
  • Postgres backend opt-in for multi-instance deployments
  • Embeddable as a Go library (import "github.com/lyzrai/flow/pkg/engine")

Status

Pre-v0.1. Workflow engine extraction in progress. Not yet usable.

Quickstart

# build
make build

# run an example workflow
./bin/flow run examples/hello.json

License

Apache 2.0

S
Description
No description provided
Readme
412 KiB
Languages
Go 51.2%
TypeScript 42.8%
Python 5.1%
Makefile 0.4%
CSS 0.3%
Other 0.2%