Agent automations for reasoning work
Save a defined coding task as an agent workflow and run it as an ordinary Neroli session with its conversation, tools, and result visible.
Use an agent when the task needs reasoning and a repository command when it does not. Neroli keeps both types of repeatable work visible, inspectable, and connected to the resulting session.
Automation availability depends on the provider, trigger, and runtime configured during the Neroli beta.
Why Neroli
Recurring coding work should be easy to run again, but it still needs the right execution model, a visible result, and a path for human follow-up.
Save a defined coding task as an agent workflow and run it as an ordinary Neroli session with its conversation, tools, and result visible.
Keep deterministic repository setup, checks, services, and cleanup as project-owned shell commands instead of spending an agent turn on them.
Start work on demand and use supported schedule or session-lifecycle triggers where the automation or command type allows it.
Run local repository commands on the Mac and use supported cloud agent workflows when the work should continue remotely.
See run state, duration, runtime, trigger, provider details, and change counts when those details are available for the workflow.
An agent automation run remains a normal session, so you can read the transcript, inspect changes, and provide a manual follow-up.
The workflow
Neroli separates model-driven work from deterministic scripts so each workflow uses the simplest tool that fits.
Use an agent automation when the task needs model reasoning. Use a Workspace Command when a repository script can do the work directly.
Write the agent prompt once or store the project command in the repository so the workflow is inspectable and can evolve with the codebase.
Run it manually or configure an available schedule or session event, then keep the workflow local or use cloud where that automation supports it.
Open the resulting session, read what happened, review command state and code changes, and continue manually when judgment is still required.
Agent work
Agent automations package recurring reasoning work without hiding it behind a background job. The run appears in the same session model as hands-on agent work.
Repository work
Workspace Commands keep predictable work fast and reviewable. They belong to the repository and can prepare, run, check, or stop the project's own tools.
Operations
The automation overview and run history make recurring work visible instead of leaving schedules, terminal output, and agent sessions disconnected.
Questions
In Neroli, an agent automation is a saved coding workflow that runs through a supported provider as an ordinary session. Its conversation, state, tools, and changes remain available for inspection and follow-up.
Agent automations use a coding agent for work that needs reasoning. Workspace Commands run repository-owned shell scripts for deterministic setup, services, checks, builds, or cleanup without spending an agent turn.
Neroli supports scheduled automation runs. Available triggers and runtimes depend on the automation type and configured provider, so the product documentation is the source of truth for current beta support.
Workspace Commands are local repository workflows. Supported agent automations can use a cloud runtime, and their resulting sessions remain visible from the Mac workspace.
Yes. Agent automation runs use the normal session lifecycle, so you can open the transcript and changes, provide a manual follow-up, or continue the work from the session.
Field guide
Use a practical setup prompt and pull-request checklist for repeatable setup, builds, verification, and cleanup on a Mac.
Read the Xcode software factory guideNeroli beta
Tell us how you work today and which provider you want to run first.
Request access