stormchaser-agent 1.3.2

A robust, distributed workflow engine for event-driven and human-triggered workflows.
1
2
3
4
5
6
7
8
9
10
11
# stormchaser-agent

Runner-side execution wrapper for Stormchaser. Executes user commands within the runner environment, manages storage "parking" for the Stormchaser File System (SFS), and collects artifacts and test reports.

---

## About Stormchaser

Stormchaser is a robust, distributed workflow engine for event-driven and human-triggered workflows. Built in Rust for performance and reliability, it utilizes a graph-based DSL, NATS JetStream for event messaging, and PostgreSQL for state management.

For more information, full documentation, and examples, please visit the [Stormchaser GitHub Repository](https://github.com/paninfracon/stormchaser) and read the [Main Project README](https://github.com/paninfracon/stormchaser/blob/trunk/README.md).