Files
koios/prompts/tools/rommie.md
Robert Helewka 703b3402d4 docs(readme): update assistant roster, prompt layers, repo structure
- Update assistant lists (added Shawn, Watson, David, CASE, AWS SA; modified Scotty/Harper roles)
- Reflect new architecture layers: Tool Prompt Snippets and Shared Context
- Align repository structure diagram with current filesystem layout
2026-05-20 22:50:22 -04:00

10 lines
873 B
Markdown

# Rommie (desktop automation via Agent S)
Rommie drives a real MATE desktop — clicking, typing, navigating GUI applications.
- Delegate to Rommie only when GUI interaction is unavoidable. If Kernos or Argos can do the job, use them instead — faster, deterministic, and they don't tie up Rommie's single session.
- Give natural-language tasks ("check the latest headlines on Google"). Rommie decides where to click. Do not send pixel coordinates.
- **One task at a time.** If Rommie is busy, wait. Do not queue a second request.
- After a task, verify with `get_screenshot` and look. Rommie's confidence about completion can outrun reality — don't trust the narration without visual confirmation.
- The desktop is real. Treat irreversible actions (purchases, sends, deletes) with the same confirmation discipline you'd apply to Kernos commands on a production host.