From ff8b7063d6c8417066468a5aaae05894d14fe60a Mon Sep 17 00:00:00 2001 From: Hacka Date: Fri, 8 May 2026 00:38:16 +0700 Subject: [PATCH] add RunLoop Self-hosted workflow engine combining a drag-drop DAG editor with multi-runtime code execution (Python/Node.js/Shell/Docker), four pluggable queue backends, an AES-256 secret vault, and WebSocket- streamed live executions. AGPL-3.0, Go + Next.js, three containers, ~140 MiB RAM idle. --- software/runloop.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/runloop.yml diff --git a/software/runloop.yml b/software/runloop.yml new file mode 100644 index 00000000000..1a1c04d442d --- /dev/null +++ b/software/runloop.yml @@ -0,0 +1,12 @@ +name: RunLoop +website_url: https://github.com/EnterpriseX-Platform/RunLoop +source_code_url: https://github.com/EnterpriseX-Platform/RunLoop +description: Workflow engine combining a drag-drop DAG editor with multi-runtime code execution (Python/Node.js/Shell/Docker), four pluggable queue backends (Postgres/RabbitMQ/Kafka/Redis Streams), an AES-256-GCM secret vault, and WebSocket-streamed live executions. Three containers, ~140 MiB RAM idle. +licenses: + - AGPL-3.0 +platforms: + - Go + - Nodejs + - Docker +tags: + - Automation