@@ -3,94 +3,87 @@ layout: default
33title : Getting Started
44---
55
6- # Getting Started with Recursive Control
6+ # First Flight Checklist
77
8- This guide will help you get up and running with Recursive Control quickly .
8+ Strap into Mission Control and run your first full-loop automation in under ten minutes .
99
10- ## Your First Commands
10+ ## Cue the Agents
1111
12- Once installed and configured, you can start using natural language commands:
12+ Once the cockpit is configured you can talk in plain-text, mission-style briefs.
1313
14- ### Basic Examples
14+ ### Launch Scripts
1515
16- 1 . ** File Management **
16+ 1 . ** File Ops Circuit **
1717 ```
18- " Open File Explorer and navigate to my Documents folder"
19- " Create a new folder called Projects on my Desktop"
20- " Rename all .txt files in this folder to .md"
18+ “ Open File Explorer and navigate to my Documents folder.”
19+ “ Create a new folder called Projects on my Desktop.”
20+ “ Rename all .txt files in this folder to .md.”
2121 ```
2222
23- 2 . ** Application Control **
23+ 2 . ** App Relay **
2424 ```
25- " Open Notepad and type Hello World"
26- " Launch Chrome and navigate to github.com"
27- " Open Excel and create a new spreadsheet"
25+ “ Open Notepad and type Hello World.”
26+ “ Launch Chrome and navigate to github.com.”
27+ “ Open Excel and create a new spreadsheet.”
2828 ```
2929
30- 3 . ** Screen Capture **
30+ 3 . ** Vision Probe **
3131 ```
32- " Take a screenshot of the current window"
33- " Capture the entire screen"
32+ “ Take a screenshot of the current window.”
33+ “ Capture the entire screen.”
3434 ```
3535
36- 4 . ** Web Automation **
36+ 4 . ** Browser Drone **
3737 ```
38- " Open a browser and search for AI automation tools"
39- " Fill out this form with my information"
40- " Extract data from this webpage"
38+ “ Open a browser and search for AI automation tools.”
39+ “ Fill out this form with my information.”
40+ “ Extract data from this webpage.”
4141 ```
4242
43- ## Understanding the Multi-Agent System
43+ ## Meet the Crew
4444
45- Recursive Control uses a sophisticated 3-agent architecture:
45+ - ** Hermes (Coordinator)** — interprets intent, sets the heading
46+ - ** Daedalus (Planner)** — drafts the maneuver plan step by step
47+ - ** Talos (Executor)** — performs every keystroke, click, and command
4648
47- 1 . ** Coordinator Agent** : Understands your request and determines the best approach
48- 2 . ** Planner Agent** : Creates a step-by-step plan to accomplish the task
49- 3 . ** Executor Agent** : Executes the plan using available plugins
49+ Agents talk to you in real-time so you can abort, adjust, or cheer as they work.
5050
51- This system ensures tasks are completed efficiently and accurately.
51+ ## Mission Briefing Tips
5252
53- ## Tips for Better Results
53+ - ** Paint the picture** → “Move all PDF files from Downloads to Documents” beats “Do something with files.”
54+ - ** Chunk the mission** → Run multi-stage workflows in segments and confirm each leg.
55+ - ** Talk human** → Natural language with intent and context works best; no scripting required.
5456
55- ### Be Specific
56- ❌ "Do something with files"
57- ✅ "Move all PDF files from Downloads to Documents folder"
57+ ## Plugin Bay at a Glance
5858
59- ### Break Down Complex Tasks
60- For very complex workflows, break them into smaller steps and verify each step.
59+ - Keyboard + Mouse autopilot
60+ - Command line (CMD + PowerShell)
61+ - Screen capture + annotation
62+ - Window switching + focus
63+ - Playwright browser automation
64+ - Remote control HTTP bridge
6165
62- ### Use Natural Language
63- You don't need to use technical commands - just describe what you want in plain English.
66+ ## Next Flight Plans
6467
65- ## Available Plugins
68+ - Tour the [ UI Features Atlas] ( UI-Features.html )
69+ - Study the [ Multi-Agent Architecture] ( Multi-Agent-Architecture.html )
70+ - Customize personas via [ System Prompts Reference] ( System-Prompts-Reference.html )
71+ - Join the [ Discord flight crew] ( https://discord.gg/mQWsWeHsVU )
6672
67- Your commands can utilize these built-in plugins:
73+ ## First-Time FAQs
6874
69- - ** Keyboard & Mouse** : Automate input and clicks
70- - ** Command Line** : Execute CMD and PowerShell commands
71- - ** Screen Capture** : Take and analyze screenshots
72- - ** Window Management** : Control application windows
73- - ** Web Browser** : Automate websites with Playwright
74- - ** Remote Control** : Accept commands via HTTP API
75+ ** How do I know it’s engaged?**
7576
76- ## Next Steps
77+ Watch the live reasoning feed and action timeline.
7778
78- - Explore the [ UI Features] ( UI-Features.html ) guide
79- - Learn about [ Multi-Agent Architecture] ( Multi-Agent-Architecture.html )
80- - Check out [ System Prompts] ( System-Prompts-Reference.html ) for customization
81- - Join our [ Discord] ( https://discord.gg/mQWsWeHsVU ) for community support
79+ ** Something went sideways.**
8280
83- ## Common First-Time Questions
81+ Hit the abort control, then consult the [ Troubleshooting Console ] ( Troubleshooting.html ) .
8482
85- ** Q: How do I know if it's working?**
86- A: The UI will show the agent's thinking process and actions in real-time.
83+ ** Can I reshape its behavior?**
8784
88- ** Q: What if something goes wrong?**
89- A: You can interrupt execution at any time. Check the [ Troubleshooting] ( Troubleshooting.html ) guide for help.
90-
91- ** Q: Can I customize the behavior?**
92- A: Yes! You can adjust system prompts, enable/disable plugins, and configure various settings.
85+ Absolutely. Tweak prompts, toggle plugins, and save profiles.
9386
9487---
9588
96- Ready to dive deeper? Check out our [ advanced documentation] ( Multi-Agent-Architecture.html ) or join the [ community] ( https://discord.gg/mQWsWeHsVU ) !
89+ Ready for more? Dive into [ advanced documentation] ( Multi-Agent-Architecture.html ) or sync with the [ community] ( https://discord.gg/mQWsWeHsVU ) .
0 commit comments