See the result before you apply it. No guessing. No surprises.
Audisor is the project; "NextFlow" refers to its deterministic 8-phase execution flow. Built by team The OneShot.
Audisor solves the problem of unverified AI-generated configuration repairs reaching production. AI can propose fixes fast, but enterprises need proof that one exact result is safe and explicit human authority before applying it.
Audisor enforces a deterministic 8-phase pipeline called NextFlow: Snapshot → Scan → Analysis → Pre-Simulation → Simulation → Inspection → Relay → Final Output. Each phase must pass exit validation before the next begins. The pipeline produces cryptographic execution traces as proof-of-work.
| Component | Role in NextFlow |
|---|---|
| Maestro BPMN | End-to-end workflow orchestration and gateway enforcement |
| Coded Agents | Advisory classification, analysis, and recalibration (Python) |
| API Workflows | Snapshot capture, replay proof, post-apply verification |
| RPA Workflows | Isolated simulation and exact-result apply relay |
| Action Center | Human-in-the-loop Apply/Cancel/Preserve decision |
| UiPath Storage | Immutable input snapshots and proof artifacts |
Coded Agents — The pipeline engine and all phase logic are implemented as Python coded agents using the UiPath Python SDK Function pattern.
Requires: uv (Python package manager)
# Clone
git clone https://github.com/itz1508/hackathon-uipath.git
cd hackathon-uipath
# Run (handles venv + deps automatically)
./run.ps1Or double-click run.bat.
The script runs 3 steps:
- Plays demo video (Audisor execution flow)
- Shows 12-slide presentation + runs live pipeline + opens execution evidence
- Opens interactive test menu (judge runs tests)
Manual single test:
.venv\Scripts\python.exe system\pipeline\_run_e2e.py system\cases\sample-config-repair\sourceExpected: Status: succeeded, 8/8 phases, completion_status: fully_resolved
https://staging.uipath.com/hackathon26_802/
https://itz1508.github.io/hackathon-uipath/
The OneShot — Minh Le — cs1508.4ever@gmail.com — Apache License 2.0