mirror of
https://github.com/open-gitagent/langship.sh.git
synced 2026-08-03 07:21:04 +02:00
0a1874e7361b8a03f05bff985e14909f895d5855
- 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.
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
Languages
Go
51.2%
TypeScript
42.8%
Python
5.1%
Makefile
0.4%
CSS
0.3%
Other
0.2%