-
+ ```
+ Write a Python function that reads a CSV file and returns the top 5 rows sorted by the second column.
+ ```
-Open `http://localhost:6767` in your browser. The web UI shows your
-conversation on the left and a right panel with four tabs: **Files**
-(browse and edit files the agent created), **Agents** (sub-agents if any),
-**Shells** (running terminals), and **Todos**. Everything syncs with the
-terminal in real time.
+3. Open `http://localhost:6767` to follow along in the Omnigent UI. The
+ [desktop app](/docs/interact/desktop) connects to the same address.
-
+ 
-
-
-
-Launch the [desktop app](/docs/interact/desktop) and connect it to
-`http://localhost:6767`. You get the same session and the same panels as
-the web UI, plus OS notifications and a dock badge when the agent finishes
-or needs your input, which is handy when you switch away while it works.
-
-
-
-
-
-
-## 3. Try native Omnigent features
-
-Now that your agent has produced some output, try these features in
-the web UI:
+## 2. Explore Omnigent features
### Comment on the agent's work
-Click on a specific part of the agent's output and leave an inline
-comment like "make this more concise" or "use pandas instead".
-The agent sees exactly what you're referring to and revises it.
-No need to describe the location in chat.
+Click any part of the agent's output and leave an inline comment. The agent
+sees exactly what you highlighted and revises it. Click **Address All** to
+have the agent automatically address all your comments.

### Edit files directly
-Open any file the agent created in the built-in editor. Make changes
-yourself with syntax highlighting. The agent can see your edits and
-continue from there.
+Open any file the agent created in the built-in editor. Make changes yourself
+with syntax highlighting, and see a diff of what the agent changed. The agent
+can see your edits and continue from there.

@@ -95,18 +63,17 @@ alongside your text. Try pasting a screenshot of a UI bug or a design spec.
### Fork a session and switch agents
-Fork your current session to try a different approach without affecting
-the original. The fork copies the full conversation history up to that
-point, so you can experiment freely.
+Fork your current session to try a different approach without affecting the
+original. Click the
-
+## 2. Watch the agents work
-Open `http://localhost:6767` in your browser. It shows the same session
-as your terminal, updating in real time.
+Claude Code and Codex work on different parts of the task at the same time.
-
-
+Open `http://localhost:6767` or launch the [desktop app](/docs/interact/desktop)
+and connect to the same address.
-Launch the [desktop app](/docs/interact/desktop) and connect it to
-`http://localhost:6767`. It shows the same session as your terminal, and
-adds OS notifications and a dock badge when Polly or a sub-agent needs
-your attention, which is useful while sub-agents work in parallel.
-
-
-
-
-The right panel has four tabs: **Files**, **Agents**, **Shells**, and
-**Todos**.
-
-Click the **Agents** tab to see every sub-agent Polly dispatches, with
-live status (working, idle, finished).
+Click the **Agents** tab to see every sub-agent Polly dispatches, with live
+status (working, idle, finished).
- Click any sub-agent to switch to its view and see its conversation, files, and terminal output.
-- Switch to the **Shells** tab to see all running shells side by side.
- Intervene at any point: send a message to a sub-agent, or switch back to Polly to see the orchestrator's view.
+- Switch to the **Shells** tab to see all running shells side by side.