HX107 Rion AI Automation
HX107 teaches how to use Rion without confusing model text, chart context, and a confirmed desktop action.
| Surface | 1.1.10 status |
|---|---|
| Chart chat and read-only active-chart context | Current |
| Structured desktop actions | Preview |
| Rion Autopilot and Strategy Discovery | Preview; default cloud-ML upload lacks a dedicated consent prompt |
| Hyperion Sim actions | Preview, simulation-first |
| Agent Builder | Preview and entitlement-gated |
| Managed Rion cloud desktop bridge | Internal; not a third-party API |
| Hyperliquid or KuCoin live action through the Local Desktop API | Unavailable in 1.1.10; release-gated Preview in an enabled build |
Use AI Agent for the current provider list, Rion Autopilot And Strategy Discovery for the generated-code and research workflow, and Local Desktop API for the installed action contract.
Lesson 1: Choose Where The Prompt Is Processed
The selected provider determines where prompts and attached context are processed. HyperionX Cloud, OpenAI, and Claude are cloud destinations. Ollama is local only while its configured endpoint is local.
Before sending a prompt:
- Verify the provider and model shown by the AI settings/header.
- Confirm that the account and organization are allowed to process the intended market, strategy, and customer context.
- Remove secrets and unnecessary proprietary data.
- Read AI Data And Privacy for local storage and provider boundaries.
The parameter-name filter for words such as key, secret, password, and token is a defensive layer, not a guarantee that arbitrary custom text is safe.
Lesson 2: Verify The Active Chart
Rion's read-only snapshot follows the active chart. It can include symbol/timeframe, recent and visible candles, indicator and strategy summaries, Chart Trader state, and selected research-tool state.
For a multi-chart layout:
- Click the intended chart.
- Ask Rion to repeat the symbol and timeframe it received.
- Compare that answer with the visible chart.
- Only then ask for analysis.
The public context contract does not currently select an arbitrary chart by public chart ID. If the context is stale or points to the wrong chart, stop and reselect rather than correcting the model only in prose.
Lesson 3: Separate An Answer From An Action
Use three evidence levels:
| Evidence | Meaning |
|---|---|
| Model message | The model produced text. Nothing proves a desktop mutation occurred. |
| Preview tool response | HyperionX accepted or rejected a structured local action. Check status and request ID. |
| Platform/provider state | Orders, positions, drawings, compiler output, or research state confirm the result. |
Never report that a build ran, a drawing changed, or an order was placed based on chat wording alone.
Lesson 4: Practice Read-Only Requests
Begin with tasks that do not mutate state:
- summarize the active chart and indicator context
- explain a strategy parameter without editing it
- report current Validator/Optimizer state when that surface is available
- list custom scripts
- explain a compiler diagnostic
- summarize upcoming economic-calendar context
Review the returned context for account labels, strategy names, parameters, paths, or other data you did not intend to send.
Lesson 5: Use Preview Desktop Actions
Structured Rion actions can work with drawings, research tools, Code Lab, and platform state when the required settings, entitlements, and selected-profile gates allow them.
For any mutation:
- State the intended action and target.
- Prefer a scoped action over a natural-language general command.
- Use dry-run when the selected interface supports it.
- Require the expected confirmation path.
- Check the structured response.
- Verify the result in the owning platform window.
Action names and permissions are a Preview contract. Discover capabilities from the installed build rather than copying a route/action table from a lesson.
Lesson 6: Keep Trading Simulation-First
Strategy Discovery uses cloud ML by default and can upload the full research CSV plus metadata without a dedicated consent prompt. This is a public-release blocker for unrestricted use. Add local only or no ml to the request whenever the data must remain local, then verify that the ML stage was skipped. See Rion Autopilot And Strategy Discovery before running it.
The 1.1.10 permissioned Rion trading path is limited to Hyperion Sim. It can prepare or perform supported place, cancel, modify, close, and flatten operations only after its global gates pass.
Before a simulated action:
- select
LocalPaperexplicitly - verify symbol, side, type, price, and quantity
- keep auto-execute off while learning
- confirm the action when required
- inspect the returned result and then the Orders/Positions panels
Agent Builder fields and a live_trade entitlement value do not independently enable live HTTP order routing. A newer release-enabled build can add guarded Hyperliquid and KuCoin actions only when the provider-specific capability and setting, active account/instrument, connection, and exchange-permission checks all pass. Follow Local Agent Live Trading API before testing either path.
Lesson 7: Understand Agent Builder Limits
Agent Builder can create specialized profiles, but it is not a hard trading-risk engine.
- Selected context/tool toggles are enforced for non-baseline specialized profiles.
- The built-in
agentandrion-scoutIDs bypass that specialized-profile filter. - Maximum quantity, daily loss, position/trade limits, allowlists, approval text, routing text, and several other fields are advisory metadata in 1.1.10.
- Agent Builder profiles do not scope the global Local Desktop API token.
- Telemetry and recent-action summaries in the Agent Builder UI are placeholders.
Use a new non-baseline profile, start read-only, and review Agent Builder before enabling any tool.
Lesson 8: Audit What Can Be Audited
Token-authenticated Local Desktop API calls write daily JSON Lines audit records. Those records describe the request and local result; they do not prove an exchange fill. Ordinary model conversation and every in-app click are not automatically equivalent to a Local Desktop API audit record.
For an incident:
- Preserve the request ID and timestamp.
- Check the local API response.
- Check the owning desktop window.
- Check provider/account state for any trading concern.
- Export logs through Support And Diagnostics.
Completion Check
- You can identify the selected model destination before sending context.
- You can prove which chart supplied the snapshot.
- You can distinguish model text, a tool response, and confirmed platform state.
- You keep all AI trading exercises on an explicitly selected
LocalPaperaccount. - You can explain which Agent Builder controls are enforced and which are advisory.
- You do not use the Internal cloud bridge or Preview local API as an undocumented public integration.