For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cycles

How a Cycle works

Aura operates in recurring cycles such as daily, per shift, or weekly depending on your configuration. Each cycle follows three stages.

Stage 1 > Scan

Aura reads every table in scope, profiles the data, and identifies which investigations are worth running in the current cycle. It determines what to look at before any queries are written.

Stage 2 > Hypothesise

For each candidate investigation, Aura forms a specific, testable hypothesis while narrowing the focus to the asset, shift, or SKU where the evidence is strongest.

Stage 3 > Investigate

Aura writes and runs SQL against your data. For each finding it produces a recommendation, a full evidence notebook, and a confidence score.

Cycles run without human input. When a cycle completes, findings appear on the discovery board.

See Findings.

Role-based Perspectives

The same data point reads differently depending on who is looking at it. A machine stoppage, for example, is a reliability issue for maintenance, a throughput issue for operations, a schedule risk for planning, and a quality risk all at the same time.

Aura runs five agent perspectives simultaneously so each role receives findings relevant to their decisions:

  • Maintenance — asset reliability and failure patterns

  • Operations — throughput, downtime, and performance loss

  • Quality — rejects and rework by product variant

  • Planning — schedule risk and forecast deviation

  • Supply chain — inventory and SKU-level issues

If you would like more than 5 specialised roles, contact us and we cal discuss a solution.

Audit Trail and Reporting

If you want to see exactly what each of your agent has done. Click on 'Download Reports (zip)'

You will get a zip file containing this content:

  • queue.json - the queue history of agents running analyis

  • sessions folder

    • *.log files containing different analysis sessions run by the agents containing information about the model, data used etc

  • reports folder

    • *.json files - the analysis that the agent had done in json format. This is used to form the equivalent pdf reports.

    • *.pdf files - the formatted PDF report about the analysis the agent had done.

Last updated