
When to export
Export the packet when the cycle needs to leave the review UI.| Use case | Why it helps |
|---|---|
| Audit record | Keep a durable copy of what Adaline reviewed before a candidate was approved, edited, or rejected. |
| External AI review | Send the packet to an external AI agent that can inspect the evidence and return a recommendation. |
| No-human-in-the-loop workflow | Let another system decide what to do next while keeping Adaline as the source of the cycle evidence. |
| External deployment path | Hand off the cycle context to a release system that does not deploy directly through Adaline. |
What is in the JSON
The export is the machine-readable version of the audit packet section. It includes user-relevant structured data and excludes raw internal optimizer state.| Area | What it contains |
|---|---|
| Export metadata | The time the packet was exported. |
| Cycle context | Trigger, focus note, and cycle-level review context. |
| Results | Candidates explored, winner count, total candidates, and pass/reject rates. |
| Selection process | Rows that explain how candidates were filtered or selected. |
| Stage provenance | One summary line for Behaviors, Datasets, Evals, Prompts, and Review. |
| Execution timeline | Chronological milestones from cycle start through ready-for-review, with stage details when available. |
Use with external AI agents
An external AI agent can read the audit packet and return a structured recommendation for your workflow. Common checks include whether the trigger matches the intended issue, whether enough candidates were explored, whether regressions were filtered, whether the provenance is credible, and whether the cycle is ready for deployment through Adaline or an external release path. Exporting the packet does not approve, reject, edit, or deploy the cycle. It only gives another system the review context it needs to make or explain a decision.Before sharing externally
Audit packets can include prompt context, production-derived behavior labels, evaluator and dataset summaries, timeline details, and project metadata. Review your data-sharing policy before sending the JSON outside your environment. Remove or mask any information your external system should not receive, especially customer identifiers, private metadata, credential values, raw IDs, or sensitive production examples.Review a Cycle
Understand the review page that contains the audit packet.
Auto Prompt Optimization
See how Adaline explores and scores candidate prompt changes.