Quickstart
Install Agent Observer, open your first workspace, and run your first production-safe agent workflow.
Quickstart
This quickstart gets a new install from zero to a validated workflow in about 10 minutes.
Prerequisites
- macOS on Apple Silicon
- Local access to at least one development directory
- One agent runtime available (Claude Code CLI, Anthropic Agent SDK worker, or both)
Install Agent Observer
- Download the latest macOS (Apple Silicon) installer from the website installer.
- Open the
.dmg. - Drag Agent Observer into
Applications. - Launch from
Applications.
First-Run Setup
- Set your default working directory in the onboarding flow.
- Grant file permissions for your project folder when prompted.
- Open the target repository from Explorer.
- Confirm the selected workspace path before starting chat.
Run Your First Workspace-Scoped Session
- Open chat.
- Send a narrow prompt tied to one file or one goal.
- Use
@mentions to reference exact files. - Watch status and token updates in the side panels while the run executes.
Expected result:
- Chat responses stream normally.
- Agent status transitions from active states to
done(orerrorwith diagnostics). - Token counters increase when model/tool work happens.
Validate Search and File Context
- Open the Search panel.
- Search for a known file name from your repository.
- Open the result in the editor panel.
- Reference the same file in chat via
@mention.
Expected result:
- Search returns files inside your selected workspace.
- Referenced files are attached to chat context exactly as selected.
Validate Background Automation Paths
Use the two automation features for different workloads:
- Schedules (
Settings -> Schedules): recurring cron-based prompts. - Todo Runner (
Settings -> Todo Runner): sequential execution of a large checklist until completed.
Quick sanity checks:
- Create one disabled schedule and save.
- Create one Todo Runner job with 2 short todo items and save.
- Confirm both entries appear with status metadata in Settings.
First Production Checklist
Before using Agent Observer for long unattended runs:
- Confirm workspace path is correct.
- Confirm required filesystem permissions are granted.
- Keep prompts specific and bounded.
- Use small dry runs before large todo lists.
- Verify your fallback path for failures (logs + retry strategy).
If Something Fails
- Workspace path looks wrong: see Workspace Scope
- Scheduler not firing: see Scheduled Actions
- Todo list not progressing: see Todo Runner
- General runtime issues: see Troubleshooting