Intent Engine¶
The intent engine expands high-level intent commands into lower-level scanner/browser actions.
Current Runtime Reality¶
In the unified CLI pipeline today:
- parser-recognized intent commands are:
loginsearchdismiss ...accept_cookies- these are translated to scanner actions and executed end-to-end.
Engine Components¶
At code level, Oryn includes broader intent infrastructure:
- intent definitions and registry
- verifier/resolver utilities
- built-in definitions beyond current CLI surface
This means some intent features exist in engine modules but are not yet fully wired through the unified command path.
Execution Flow (Current)¶
- Parse OIL command.
- Resolve targets against latest scan context.
- Translate to protocol action (
ScannerAction/BrowserAction). - Execute through backend.
- Format response.
Practical Guidance¶
For production scripts, rely on commands documented as currently supported in:
For roadmap/coverage detail, see the command coverage page in the reference section.