@@ -10,20 +10,16 @@ centralized SQLite database for state management and coordination.
1010
1111## Project Status
1212
13- The software is currently being ported from Python + JavaScript + ArangoDB to Rust + SQLite. This
14- increases portability, especially for local environments. Previous releases are still available and
15- supported.
13+ We recently re-developed this software package in Rust with SQLite as the backend database,
14+ increasing portability and stability. We also added many new features. The code is tested and ready
15+ for user adoption. Interfaces are somewhat stable. Over the next 1-2 months we would like to receive
16+ user feedback and will consider changes. Our goal is to have a 1.0 release by March 2026.
1617
17- Most functionality is currently available, but the interfaces should not be treated as stable.
18- Validation is not complete, and so the tool should not be used for production workloads. We expect
19- the port to be ready for use by January 2026.
20-
21- Please post new ideas for Torc in the [ discussions] ( https://github.com/NREL/torc/discussions ) .
18+ Please post comments or new ideas for Torc in the
19+ [ discussions] ( https://github.com/NREL/torc/discussions ) .
2220
2321## Features
2422
25- - ** AI-Assisted Management** - Use Claude Code or GitHub Copilot to create, debug, and manage
26- workflows through natural language
2723- ** Declarative Workflow Specifications** - Define workflows in YAML, JSON5, JSON, or KDL
2824- ** Automatic Dependency Resolution** - Dependencies inferred from file and data relationships
2925- ** Job Parameterization** - Create parameter sweeps and grid searches with simple syntax
@@ -33,6 +29,8 @@ Please post new ideas for Torc in the [discussions](https://github.com/NREL/torc
3329- ** Workflow Resumption** - Restart workflows after failures without losing progress
3430- ** Change Detection** - Automatically detect input changes and re-run affected jobs
3531- ** Resource Management** - Track CPU, memory, and GPU usage across all jobs
32+ - ** AI-Assisted Management** - Use Claude Code or GitHub Copilot to create, debug, and manage
33+ workflows through natural language
3634- ** RESTful API** - Complete OpenAPI-specified REST API for integration
3735
3836## Quick Start
0 commit comments