Multi-file missions
For larger missions, you can split your actions across several files in a single folder.
Execution state
Reqon can persist execution state so missions can resume after a crash or restart, and so you can inspect what happened on a previous run.
Parallel execution
Reqon runs independent actions in parallel when you group them in a pipeline stage.
Extending Reqon
Reqon's extension model is dependency injection, not a plugin registry. You implement an interface and pass the instance to the executor through ExecutorConfig. There's no global register* API and no hook system.
MCP Integration
Integrate Reqon with AI assistants via the Model Context Protocol (MCP) server for AI-driven data pipeline execution and querying.