@aitne-sh/aitne 0.1.11 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/agent-assets/agent-profiles/background-task.md +8 -1
- package/agent-assets/agent-profiles/routine-fetch-window.md +11 -0
- package/agent-assets/agents/evening-review/agent.md +6 -2
- package/agent-assets/agents/lesson-maintenance/agent.md +56 -0
- package/agent-assets/agents/morning-routine/agent.md +10 -6
- package/agent-assets/agents/source-librarian/agent.md +51 -0
- package/agent-assets/docs/concepts/agent-day.md +15 -15
- package/agent-assets/docs/concepts/auth-health.md +10 -7
- package/agent-assets/docs/concepts/backends-and-tiers.md +34 -23
- package/agent-assets/docs/concepts/costs-and-quotas.md +10 -10
- package/agent-assets/docs/concepts/delegated-mode.md +18 -18
- package/agent-assets/docs/concepts/memory-model.md +25 -24
- package/agent-assets/docs/concepts/observations.md +27 -19
- package/agent-assets/docs/concepts/process-keys.md +25 -26
- package/agent-assets/docs/concepts/routines.md +18 -17
- package/agent-assets/docs/concepts/safety-and-execution.md +20 -17
- package/agent-assets/docs/concepts/safety-model.md +16 -15
- package/agent-assets/docs/concepts/skills.md +7 -4
- package/agent-assets/docs/features/integrations/browser-history.md +52 -47
- package/agent-assets/docs/features/integrations/calendar.md +7 -7
- package/agent-assets/docs/features/integrations/git.md +15 -13
- package/agent-assets/docs/features/integrations/github.md +12 -10
- package/agent-assets/docs/features/integrations/mail.md +47 -45
- package/agent-assets/docs/features/integrations/notion.md +15 -11
- package/agent-assets/docs/features/integrations/obsidian.md +27 -23
- package/agent-assets/docs/features/lifestyle/git.md +7 -8
- package/agent-assets/docs/features/lifestyle/reading.md +11 -8
- package/agent-assets/docs/features/lifestyle/receipts.md +21 -22
- package/agent-assets/docs/features/lifestyle/travel-bookings.md +9 -9
- package/agent-assets/docs/features/memory-files/agent-journal.md +12 -10
- package/agent-assets/docs/features/memory-files/agent-lessons.md +46 -21
- package/agent-assets/docs/features/memory-files/projects.md +13 -14
- package/agent-assets/docs/features/memory-files/roadmap.md +16 -15
- package/agent-assets/docs/features/memory-files/schedule.md +10 -10
- package/agent-assets/docs/features/memory-files/today.md +18 -18
- package/agent-assets/docs/features/memory-files/user-profile.md +17 -17
- package/agent-assets/docs/features/messaging/bang-commands.md +15 -15
- package/agent-assets/docs/features/messaging/dashboard-chat.md +8 -7
- package/agent-assets/docs/features/messaging/discord.md +7 -5
- package/agent-assets/docs/features/messaging/overview.md +14 -14
- package/agent-assets/docs/features/messaging/pairing-and-magic-phrase.md +12 -12
- package/agent-assets/docs/features/messaging/slack.md +9 -8
- package/agent-assets/docs/features/messaging/telegram.md +7 -7
- package/agent-assets/docs/features/messaging/whatsapp.md +6 -6
- package/agent-assets/docs/features/operations/activity-and-conversations.md +9 -9
- package/agent-assets/docs/features/operations/approvals.md +13 -12
- package/agent-assets/docs/features/operations/backend-routing.md +38 -37
- package/agent-assets/docs/features/operations/browser-tasks.md +63 -57
- package/agent-assets/docs/features/operations/cost-tracking.md +5 -5
- package/agent-assets/docs/features/operations/managed-chromium.md +23 -22
- package/agent-assets/docs/features/operations/notifications.md +15 -15
- package/agent-assets/docs/features/operations/quiet-hours.md +14 -15
- package/agent-assets/docs/features/operations/schedule-approaching.md +16 -14
- package/agent-assets/docs/features/routines/activity-scan.md +14 -11
- package/agent-assets/docs/features/routines/custom-routines.md +9 -7
- package/agent-assets/docs/features/routines/evening-review.md +6 -7
- package/agent-assets/docs/features/routines/morning-routine.md +23 -22
- package/agent-assets/docs/features/routines/weekly-review.md +57 -51
- package/agent-assets/docs/features/wiki/commands.md +28 -22
- package/agent-assets/docs/features/wiki/cost-and-approval.md +28 -23
- package/agent-assets/docs/features/wiki/dashboard.md +22 -24
- package/agent-assets/docs/features/wiki/overview.md +17 -25
- package/agent-assets/docs/features/wiki/search.md +15 -17
- package/agent-assets/docs/features/wiki/workspaces.md +55 -56
- package/agent-assets/docs/getting-started/01-what-is-this.md +4 -5
- package/agent-assets/docs/getting-started/02-first-steps.md +12 -13
- package/agent-assets/docs/getting-started/03-what-can-this-do.md +7 -7
- package/agent-assets/docs/getting-started/04-first-day.md +4 -5
- package/agent-assets/docs/glossary.md +21 -19
- package/agent-assets/docs/guides/add-a-custom-routine.md +17 -12
- package/agent-assets/docs/guides/backup-and-restore.md +19 -16
- package/agent-assets/docs/guides/budget-and-cost-for-wiki.md +57 -62
- package/agent-assets/docs/guides/build-your-wiki.md +11 -12
- package/agent-assets/docs/guides/change-which-model-handles-x.md +30 -28
- package/agent-assets/docs/guides/connect-a-new-mail-account.md +30 -29
- package/agent-assets/docs/guides/explore-with-trace-and-connect.md +30 -32
- package/agent-assets/docs/guides/import-knowledge-file.md +9 -10
- package/agent-assets/docs/guides/install-and-run.md +9 -10
- package/agent-assets/docs/guides/maintain-wiki-health.md +10 -10
- package/agent-assets/docs/guides/migrate-machines.md +16 -14
- package/agent-assets/docs/guides/multiple-wikis-for-multiple-domains.md +12 -13
- package/agent-assets/docs/guides/pause-the-agent.md +25 -25
- package/agent-assets/docs/guides/reinstall-cleanly.md +13 -12
- package/agent-assets/docs/guides/setup-wizard.md +10 -12
- package/agent-assets/docs/guides/switch-default-backend.md +9 -9
- package/agent-assets/docs/guides/use-an-existing-obsidian-vault.md +9 -11
- package/agent-assets/docs/pages/activity.md +76 -0
- package/agent-assets/docs/pages/agents.md +78 -0
- package/agent-assets/docs/pages/analytics.md +70 -0
- package/agent-assets/docs/pages/browser.md +73 -0
- package/agent-assets/docs/pages/chat.md +67 -0
- package/agent-assets/docs/pages/connections.md +78 -0
- package/agent-assets/docs/pages/git.md +73 -0
- package/agent-assets/docs/pages/knowledge.md +75 -0
- package/agent-assets/docs/pages/overview.md +90 -0
- package/agent-assets/docs/pages/reading.md +65 -0
- package/agent-assets/docs/pages/settings.md +77 -0
- package/agent-assets/docs/pages/tasks.md +74 -0
- package/agent-assets/docs/pages/wiki.md +73 -0
- package/agent-assets/docs/reference/api.md +18 -17
- package/agent-assets/docs/reference/cli-commands.md +13 -10
- package/agent-assets/docs/reference/config.md +40 -35
- package/agent-assets/docs/reference/disallowed-tools.md +18 -17
- package/agent-assets/docs/reference/keyboard-shortcuts.md +6 -8
- package/agent-assets/docs/reference/knowledge-layout.md +10 -10
- package/agent-assets/docs/reference/process-keys.md +20 -22
- package/agent-assets/docs/reference/skills.md +18 -16
- package/agent-assets/docs/troubleshooting/auth-failed.md +13 -11
- package/agent-assets/docs/troubleshooting/dashboard-shows-degraded.md +10 -10
- package/agent-assets/docs/troubleshooting/fallback-keeps-firing.md +26 -24
- package/agent-assets/docs/troubleshooting/messaging-not-pairing.md +8 -9
- package/agent-assets/docs/troubleshooting/morning-routine-didnt-run.md +19 -18
- package/agent-assets/docs/troubleshooting/observation-not-detected.md +14 -15
- package/agent-assets/docs/troubleshooting/quota-exhausted.md +28 -26
- package/agent-assets/docs/troubleshooting/wiki-ingest-full-blocked.md +35 -34
- package/agent-assets/docs/troubleshooting/wiki-write-failed.md +21 -24
- package/agent-assets/playbooks/markdown-note.md +43 -0
- package/agent-assets/playbooks/monitoring.md +29 -0
- package/agent-assets/playbooks/research.md +47 -0
- package/agent-assets/skills/agent-create/SKILL.md +71 -32
- package/agent-assets/skills/agent-create/references/prompt-frame-extended.md +132 -0
- package/agent-assets/skills/agent-create/references/prompt-frame.md +125 -0
- package/agent-assets/skills/background-task/SKILL.md +13 -8
- package/agent-assets/skills/background-task-reply/SKILL.md +2 -2
- package/agent-assets/skills/board/SKILL.md +92 -0
- package/agent-assets/skills/browser-history/SKILL.md +3 -3
- package/agent-assets/skills/browser-history-respond/SKILL.md +3 -3
- package/agent-assets/skills/browser-task/SKILL.md +4 -2
- package/agent-assets/skills/context/seeds/file-responsibilities.seed.json +2 -1
- package/agent-assets/skills/schedule/SKILL.md +21 -18
- package/agent-assets/skills/schedule/references/batch.md +1 -1
- package/agent-assets/skills/schedule/references/model-selection.md +1 -1
- package/agent-assets/skills/schedule/references/prompt-frame.md +125 -0
- package/agent-assets/skills/sources/SKILL.md +68 -0
- package/agent-assets/skills/sources/curation.json +21 -0
- package/agent-assets/skills/sources/seeds/filing-rules.seed.json +25 -0
- package/agent-assets/skills/sources/seeds/source-collections.seed.json +20 -0
- package/agent-assets/skills/task/SKILL.md +82 -0
- package/agent-assets/task-flows/background_task.md +29 -3
- package/agent-assets/task-flows/message.received.dm.md +1 -1
- package/agent-assets/task-flows/routine.activity_scan.md +17 -2
- package/agent-assets/task-flows/routine.evening_review.md +72 -11
- package/agent-assets/task-flows/routine.fetch_window.md +21 -0
- package/agent-assets/task-flows/routine.monthly_review.md +3 -1
- package/agent-assets/task-flows/routine.morning_routine_today.md +26 -7
- package/agent-assets/task-flows/routine.source_maintenance.md +50 -0
- package/agent-assets/task-flows/scheduled.dm.md +29 -16
- package/agent-assets/templates/_manifest.json +1 -0
- package/agent-assets/templates/knowledge/sources/_index.md +19 -0
- package/package.json +4 -4
|
@@ -17,9 +17,7 @@ summary: |
|
|
|
17
17
|
DB is genuinely corrupt.
|
|
18
18
|
section: reinstall-cleanly
|
|
19
19
|
tags:
|
|
20
|
-
- guide
|
|
21
20
|
- operations
|
|
22
|
-
- reinstall
|
|
23
21
|
- migration
|
|
24
22
|
- backup
|
|
25
23
|
status: stable
|
|
@@ -30,7 +28,7 @@ ask_examples:
|
|
|
30
28
|
- Do I need to wipe the DB to upgrade Aitne?
|
|
31
29
|
locale: en-US
|
|
32
30
|
created: 2026-04-25
|
|
33
|
-
updated: 2026-
|
|
31
|
+
updated: 2026-07-01
|
|
34
32
|
keywords:
|
|
35
33
|
- reinstall
|
|
36
34
|
- factory reset
|
|
@@ -54,10 +52,12 @@ ui_anchors:
|
|
|
54
52
|
|
|
55
53
|
## You Almost Never Need This
|
|
56
54
|
|
|
57
|
-
Aitne upgrades
|
|
58
|
-
daemon
|
|
55
|
+
Aitne upgrades itself safely. Each time the background service (the
|
|
56
|
+
**daemon**) starts, it runs **forward-only schema migrations** — small
|
|
57
|
+
scripts that update the database structure without erasing anything. So
|
|
58
|
+
your database and context files survive every
|
|
59
59
|
`npm install -g @aitne-sh/aitne@latest` upgrade. If you're reading this
|
|
60
|
-
|
|
60
|
+
right after upgrading, **don't run the steps below.** Just restart the
|
|
61
61
|
daemon and let the migration runner do its job.
|
|
62
62
|
|
|
63
63
|
This guide is the last-resort escape hatch for:
|
|
@@ -97,8 +97,8 @@ with different scopes — make sure you're running the one you mean:
|
|
|
97
97
|
```bash
|
|
98
98
|
cp -R ~/.personal-agent/context backup/
|
|
99
99
|
```
|
|
100
|
-
Context Markdown is
|
|
101
|
-
|
|
100
|
+
Context Markdown is how the agent knows who you are; the DB can be
|
|
101
|
+
rebuilt, but context cannot.
|
|
102
102
|
3. **Back up the DB** if there's any chance you'll want to recover it
|
|
103
103
|
later:
|
|
104
104
|
```bash
|
|
@@ -115,8 +115,9 @@ with different scopes — make sure you're running the one you mean:
|
|
|
115
115
|
```bash
|
|
116
116
|
rm ~/.personal-agent/data/personal_agent.db*
|
|
117
117
|
```
|
|
118
|
-
(The `*`
|
|
119
|
-
|
|
118
|
+
(The `*` at the end also clears the `-shm` and `-wal` helper files
|
|
119
|
+
that SQLite's write-ahead log leaves behind. The DB lives inside
|
|
120
|
+
`data/`, not at the top of the data dir.)
|
|
120
121
|
3. Start the daemon.
|
|
121
122
|
```bash
|
|
122
123
|
aitne start
|
|
@@ -135,5 +136,5 @@ with different scopes — make sure you're running the one you mean:
|
|
|
135
136
|
|
|
136
137
|
- [Backup and Restore](backup-and-restore.md)
|
|
137
138
|
- [Migrate Machines](migrate-machines.md)
|
|
138
|
-
- [Schema Migration](../glossary.md
|
|
139
|
-
|
|
139
|
+
- [Glossary: Schema Migration](../glossary.md) — the boring alternative
|
|
140
|
+
to this guide that runs automatically on every boot.
|
|
@@ -15,8 +15,6 @@ summary: |
|
|
|
15
15
|
Rules step.
|
|
16
16
|
section: guides
|
|
17
17
|
tags:
|
|
18
|
-
- core
|
|
19
|
-
- guides
|
|
20
18
|
- getting-started
|
|
21
19
|
- setup
|
|
22
20
|
- backends
|
|
@@ -29,7 +27,7 @@ ask_examples:
|
|
|
29
27
|
- Where do I paste my API key?
|
|
30
28
|
locale: en-US
|
|
31
29
|
created: 2026-04-25
|
|
32
|
-
updated: 2026-
|
|
30
|
+
updated: 2026-07-01
|
|
33
31
|
keywords:
|
|
34
32
|
- setup
|
|
35
33
|
- wizard
|
|
@@ -65,10 +63,10 @@ ui_anchors:
|
|
|
65
63
|
|
|
66
64
|
## Goal
|
|
67
65
|
|
|
68
|
-
|
|
69
|
-
step.
|
|
70
|
-
jumps straight to the Customize Rules step so you can refine the
|
|
71
|
-
without redoing the whole flow.
|
|
66
|
+
Walk a fresh install through the wizard, making an informed choice at
|
|
67
|
+
each step. You can rerun the wizard any time at `/setup?mode=update`,
|
|
68
|
+
which jumps straight to the Customize Rules step so you can refine the
|
|
69
|
+
agent without redoing the whole flow.
|
|
72
70
|
|
|
73
71
|
## Prerequisites
|
|
74
72
|
|
|
@@ -77,10 +75,10 @@ without redoing the whole flow.
|
|
|
77
75
|
|
|
78
76
|
## The steps at a glance
|
|
79
77
|
|
|
80
|
-
The wizard has eight collection steps plus a
|
|
81
|
-
|
|
82
|
-
**Customize Rules
|
|
83
|
-
skippable and
|
|
78
|
+
The wizard has eight collection steps plus a final "Done" screen. Four
|
|
79
|
+
of them are required — **Basics**, **Vault**, **AI Backend**, and
|
|
80
|
+
**Customize Rules**; the other four (the integration and messaging
|
|
81
|
+
steps) are skippable, and you can run them later.
|
|
84
82
|
|
|
85
83
|
| # | Step | Required? | What it sets |
|
|
86
84
|
|---|------|-----------|--------------|
|
|
@@ -143,7 +141,7 @@ subscription. Anthropic in particular currently prohibits using the
|
|
|
143
141
|
Claude Agent SDK with a Claude Pro / Max subscription.
|
|
144
142
|
|
|
145
143
|
Per-process model bindings are seeded with fixed defaults: **Claude
|
|
146
|
-
Sonnet
|
|
144
|
+
Sonnet 5** (`claude-sonnet-5`) for owner-facing work and **Claude
|
|
147
145
|
Haiku 4.5** (`claude-haiku-4-5-20251001`) for delegated/simple
|
|
148
146
|
polling. Opus (`claude-opus-4-8`) is registered but not seeded — opt
|
|
149
147
|
in per row. There are no subscription-plan questions. Change the
|
|
@@ -14,7 +14,6 @@ summary: |
|
|
|
14
14
|
different backend.
|
|
15
15
|
section: switch-default-backend
|
|
16
16
|
tags:
|
|
17
|
-
- guides
|
|
18
17
|
- backends
|
|
19
18
|
- operations
|
|
20
19
|
- routing
|
|
@@ -25,7 +24,7 @@ ask_examples:
|
|
|
25
24
|
- How do I change the main backend the agent uses?
|
|
26
25
|
locale: en-US
|
|
27
26
|
created: 2026-04-25
|
|
28
|
-
updated: 2026-
|
|
27
|
+
updated: 2026-07-01
|
|
29
28
|
keywords:
|
|
30
29
|
- main backend
|
|
31
30
|
- switch backend
|
|
@@ -52,9 +51,10 @@ api_endpoints:
|
|
|
52
51
|
## Goal
|
|
53
52
|
|
|
54
53
|
Change which backend the agent uses by default for most work —
|
|
55
|
-
`claude`, `codex`, `gemini`, or `opencode`. This is the broad switch
|
|
56
|
-
|
|
57
|
-
|
|
54
|
+
`claude`, `codex`, `gemini`, or `opencode`. This is the broad switch:
|
|
55
|
+
it re-seeds every ProcessKey (each named job the agent runs, like a DM
|
|
56
|
+
reply or a morning routine) to the new backend's default model for
|
|
57
|
+
that job's tier. To change just one ProcessKey instead, see
|
|
58
58
|
[Change which model handles X](change-which-model-handles-x.md).
|
|
59
59
|
|
|
60
60
|
## Prerequisites
|
|
@@ -65,10 +65,10 @@ will start failing the moment it routes work there.
|
|
|
65
65
|
- Register an API key for the backend on `/settings/models`
|
|
66
66
|
(`anthropic` / `openai` / `google`, or one of the cloud-provider
|
|
67
67
|
options for that backend).
|
|
68
|
-
- API
|
|
69
|
-
back to whatever subscription login the backend's CLI already
|
|
70
|
-
the auth-health card on `/settings/models` flags this so you
|
|
71
|
-
tell which credential is actually in use.
|
|
68
|
+
- An API key is the supported way in. If no key is set, the daemon
|
|
69
|
+
falls back to whatever subscription login the backend's CLI already
|
|
70
|
+
has — the auth-health card on `/settings/models` flags this so you
|
|
71
|
+
can tell which credential is actually in use.
|
|
72
72
|
|
|
73
73
|
## Steps
|
|
74
74
|
|
|
@@ -14,9 +14,7 @@ summary: |
|
|
|
14
14
|
through Adopt vs Migrate vs Split.
|
|
15
15
|
section: use-an-existing-obsidian-vault
|
|
16
16
|
tags:
|
|
17
|
-
- guides
|
|
18
17
|
- wiki
|
|
19
|
-
- obsidian
|
|
20
18
|
- knowledge
|
|
21
19
|
status: stable
|
|
22
20
|
ask_examples:
|
|
@@ -26,7 +24,7 @@ ask_examples:
|
|
|
26
24
|
- Why is Split greyed out?
|
|
27
25
|
locale: en-US
|
|
28
26
|
created: 2026-05-12
|
|
29
|
-
updated: 2026-
|
|
27
|
+
updated: 2026-07-01
|
|
30
28
|
keywords:
|
|
31
29
|
- external vault
|
|
32
30
|
- existing obsidian vault
|
|
@@ -58,11 +56,11 @@ process_keys:
|
|
|
58
56
|
|
|
59
57
|
## Goal
|
|
60
58
|
|
|
61
|
-
Aitne can point the wiki
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
vs Split**.
|
|
59
|
+
Aitne can point the wiki at a vault you already keep in Obsidian,
|
|
60
|
+
instead of creating its own at `$PA_DATA_DIR/wiki`. This is called
|
|
61
|
+
"external mode". The setup wizard walks you through three steps:
|
|
62
|
+
it **probes** the folder you pick, **classifies** what it finds,
|
|
63
|
+
then asks you to choose **Adopt vs Migrate vs Split**.
|
|
66
64
|
|
|
67
65
|
## Step 1 — Open Settings → Wiki
|
|
68
66
|
|
|
@@ -110,9 +108,9 @@ levels:
|
|
|
110
108
|
an existing wiki layout is detected, the wizard will surface the
|
|
111
109
|
Adopt / Migrate decision in Step 3.
|
|
112
110
|
|
|
113
|
-
The **Use this folder** button
|
|
114
|
-
|
|
115
|
-
already knows will fail.
|
|
111
|
+
The **Use this folder** button stays greyed out while the banner
|
|
112
|
+
shows an error, so you cannot start a workspace-create that the
|
|
113
|
+
daemon already knows will fail.
|
|
116
114
|
|
|
117
115
|
## Step 2 — Probe Classifies the Vault
|
|
118
116
|
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/activity
|
|
4
|
+
title: "Agent Log Page"
|
|
5
|
+
id: page-activity
|
|
6
|
+
aliases:
|
|
7
|
+
- agent log page
|
|
8
|
+
- activity page
|
|
9
|
+
- log page
|
|
10
|
+
- conversations page
|
|
11
|
+
category: pages
|
|
12
|
+
summary: |
|
|
13
|
+
The Agent Log is the historical record of everything the agent has seen
|
|
14
|
+
or done — invocations (Events), daemon output (System Logs), completed
|
|
15
|
+
chat threads (Conversations), and proactive outbound messages
|
|
16
|
+
(Notifications).
|
|
17
|
+
tags:
|
|
18
|
+
- audit
|
|
19
|
+
- notifications
|
|
20
|
+
- operations
|
|
21
|
+
status: stable
|
|
22
|
+
ask_examples:
|
|
23
|
+
- What can I do on the Agent Log page?
|
|
24
|
+
- Where do I see why a routine failed?
|
|
25
|
+
- Where do I read a full conversation transcript?
|
|
26
|
+
- Where are the daemon's system logs?
|
|
27
|
+
locale: en-US
|
|
28
|
+
created: 2026-07-01
|
|
29
|
+
updated: 2026-07-01
|
|
30
|
+
keywords:
|
|
31
|
+
- agent log
|
|
32
|
+
- activity
|
|
33
|
+
- events
|
|
34
|
+
- system logs
|
|
35
|
+
- conversations
|
|
36
|
+
- notifications
|
|
37
|
+
related:
|
|
38
|
+
- features/operations/activity-and-conversations
|
|
39
|
+
- features/operations/notifications
|
|
40
|
+
- features/operations/backend-routing
|
|
41
|
+
- pages/analytics
|
|
42
|
+
ui_anchors:
|
|
43
|
+
- /activity
|
|
44
|
+
- /conversations
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
# Agent Log Page
|
|
48
|
+
|
|
49
|
+
The `/activity` page is the agent's audit trail — a permanent record you can
|
|
50
|
+
look back on of everything the agent has seen or done, split across four tabs.
|
|
51
|
+
|
|
52
|
+
## What you can do here
|
|
53
|
+
|
|
54
|
+
- **Events** — one row each time the agent ran (an "invocation"): what
|
|
55
|
+
triggered the run, which backend served it, and whether it succeeded or
|
|
56
|
+
failed. This is where you diagnose a routine that didn't do what you expected.
|
|
57
|
+
- **System Logs** — output from the daemon itself: startup messages, errors,
|
|
58
|
+
and warnings from the Hono server.
|
|
59
|
+
- **Conversations** — completed chat threads from every messaging platform,
|
|
60
|
+
each of which you can open as a full transcript.
|
|
61
|
+
- **Notifications** — messages the agent sent you on its own, without you
|
|
62
|
+
asking.
|
|
63
|
+
|
|
64
|
+
## Where to go deeper
|
|
65
|
+
|
|
66
|
+
- [Activity & Conversations](../features/operations/activity-and-conversations.md)
|
|
67
|
+
— the audit timeline and per-session transcripts in detail.
|
|
68
|
+
- [Notifications](../features/operations/notifications.md) — when and how
|
|
69
|
+
the agent reaches out.
|
|
70
|
+
- [Backend routing](../features/operations/backend-routing.md) — how to
|
|
71
|
+
read the "which backend served it" column.
|
|
72
|
+
|
|
73
|
+
## Related
|
|
74
|
+
|
|
75
|
+
- [Analytics page](analytics.md) — the aggregated view of this same data.
|
|
76
|
+
- [Overview page](overview.md) — the recent-events feed is a slice of Events.
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/agents
|
|
4
|
+
title: "Agents Page"
|
|
5
|
+
id: page-agents
|
|
6
|
+
aliases:
|
|
7
|
+
- agents page
|
|
8
|
+
- agents hub
|
|
9
|
+
- routines page
|
|
10
|
+
category: pages
|
|
11
|
+
summary: |
|
|
12
|
+
The Agents page is the hub for everything that runs on your behalf — the
|
|
13
|
+
shipped System routines and your own User Agents. Each has a schedule, a
|
|
14
|
+
rulebook, limits, and recent health you can review and edit here.
|
|
15
|
+
tags:
|
|
16
|
+
- agents
|
|
17
|
+
- routines
|
|
18
|
+
- autonomous
|
|
19
|
+
status: stable
|
|
20
|
+
ask_examples:
|
|
21
|
+
- What can I do on the Agents page?
|
|
22
|
+
- How do I create a new agent?
|
|
23
|
+
- Where do I edit a routine's rulebook or schedule?
|
|
24
|
+
- How do I see how often an agent fails?
|
|
25
|
+
locale: en-US
|
|
26
|
+
created: 2026-07-01
|
|
27
|
+
updated: 2026-07-01
|
|
28
|
+
keywords:
|
|
29
|
+
- agents
|
|
30
|
+
- routines
|
|
31
|
+
- schedule
|
|
32
|
+
- rulebook
|
|
33
|
+
- system agents
|
|
34
|
+
related:
|
|
35
|
+
- pages/tasks
|
|
36
|
+
- concepts/routines
|
|
37
|
+
- features/routines/morning-routine
|
|
38
|
+
- features/routines/custom-routines
|
|
39
|
+
ui_anchors:
|
|
40
|
+
- /agents
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
# Agents Page
|
|
44
|
+
|
|
45
|
+
The `/agents` page lists each automation as its own named thing you can
|
|
46
|
+
open and edit — not as a one-off item waiting in a line. **System** agents
|
|
47
|
+
are the routines that ship with the app (synthesis, monitoring,
|
|
48
|
+
maintenance); **User** agents are the ones you create yourself.
|
|
49
|
+
|
|
50
|
+
## What you can do here
|
|
51
|
+
|
|
52
|
+
- **Browse, search, and filter** every agent, grouped by System vs. User.
|
|
53
|
+
- **Check health at a glance** — last run time and 7-day error rate sit on
|
|
54
|
+
each card.
|
|
55
|
+
- **Create a new Agent** with the **New Agent** button (name, schedule,
|
|
56
|
+
rulebook, and limits).
|
|
57
|
+
- **Open an agent** to edit its rulebook and journal rules, adjust its
|
|
58
|
+
schedule window and cost/turn limits, and read recent executions.
|
|
59
|
+
- **Stop a System agent** (they can't be deleted) or fully manage your own
|
|
60
|
+
User agents.
|
|
61
|
+
|
|
62
|
+
What is about to run next lives on the [Tasks](../pages/tasks.md) queue,
|
|
63
|
+
not here.
|
|
64
|
+
|
|
65
|
+
## Where to go deeper
|
|
66
|
+
|
|
67
|
+
- [Routines](../concepts/routines.md) — what runs, when, and why.
|
|
68
|
+
- [Morning Routine](../features/routines/morning-routine.md) ·
|
|
69
|
+
[Evening Review](../features/routines/evening-review.md) ·
|
|
70
|
+
[Weekly Review](../features/routines/weekly-review.md) ·
|
|
71
|
+
[Activity Scan](../features/routines/activity-scan.md) — the built-ins.
|
|
72
|
+
- [Custom routines](../features/routines/custom-routines.md) — authoring
|
|
73
|
+
your own User agents.
|
|
74
|
+
|
|
75
|
+
## Related
|
|
76
|
+
|
|
77
|
+
- [Tasks page](tasks.md) — the run queue and scheduled DMs.
|
|
78
|
+
- [Settings page](settings.md) — global hours and notification policy.
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/analytics
|
|
4
|
+
title: "Analytics Page"
|
|
5
|
+
id: page-analytics
|
|
6
|
+
aliases:
|
|
7
|
+
- analytics page
|
|
8
|
+
- cost page
|
|
9
|
+
- metrics page
|
|
10
|
+
category: pages
|
|
11
|
+
summary: |
|
|
12
|
+
The Analytics page shows usage and spend trends — Cost aggregates
|
|
13
|
+
per-run USD by backend and process across days, weeks, and months;
|
|
14
|
+
Metrics shows operational health like activity volume and error rates.
|
|
15
|
+
All from the local database, nothing sent externally.
|
|
16
|
+
tags:
|
|
17
|
+
- cost
|
|
18
|
+
status: stable
|
|
19
|
+
ask_examples:
|
|
20
|
+
- What can I do on the Analytics page?
|
|
21
|
+
- Where do I see how much the agent is spending?
|
|
22
|
+
- How do I check the agent's error rate?
|
|
23
|
+
- Is my usage data sent anywhere?
|
|
24
|
+
locale: en-US
|
|
25
|
+
created: 2026-07-01
|
|
26
|
+
updated: 2026-07-01
|
|
27
|
+
keywords:
|
|
28
|
+
- analytics
|
|
29
|
+
- cost
|
|
30
|
+
- spend
|
|
31
|
+
- metrics
|
|
32
|
+
- error rate
|
|
33
|
+
related:
|
|
34
|
+
- concepts/costs-and-quotas
|
|
35
|
+
- features/operations/cost-tracking
|
|
36
|
+
- features/operations/backend-routing
|
|
37
|
+
- pages/activity
|
|
38
|
+
ui_anchors:
|
|
39
|
+
- /analytics
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
# Analytics Page
|
|
43
|
+
|
|
44
|
+
The `/analytics` page takes the raw event log and turns it into usage and
|
|
45
|
+
spend trends, laid out across two tabs.
|
|
46
|
+
|
|
47
|
+
## What you can do here
|
|
48
|
+
|
|
49
|
+
- **Cost tab** — per-run USD spend (token counts × backend pricing),
|
|
50
|
+
totaled by day, week, and month and split out by backend and process.
|
|
51
|
+
This is where you answer "what is this costing me, and where."
|
|
52
|
+
- **Metrics tab** — how the agent is running: activity volume, a breakdown
|
|
53
|
+
of what ran, error rates, and how many notifications went out.
|
|
54
|
+
|
|
55
|
+
All figures come from the daemon's local SQLite database — nothing is sent
|
|
56
|
+
to any external service.
|
|
57
|
+
|
|
58
|
+
## Where to go deeper
|
|
59
|
+
|
|
60
|
+
- [Costs & quotas](../concepts/costs-and-quotas.md) — how spend and
|
|
61
|
+
budgets work.
|
|
62
|
+
- [Cost tracking](../features/operations/cost-tracking.md) — how per-run
|
|
63
|
+
cost is computed and attributed.
|
|
64
|
+
- [Backend routing](../features/operations/backend-routing.md) — why one
|
|
65
|
+
backend costs more than another.
|
|
66
|
+
|
|
67
|
+
## Related
|
|
68
|
+
|
|
69
|
+
- [Agent Log page](activity.md) — the per-event detail behind these totals.
|
|
70
|
+
- [Settings → Models](settings.md) — change which model handles which tier.
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/browser
|
|
4
|
+
title: "Browser Page"
|
|
5
|
+
id: page-browser
|
|
6
|
+
aliases:
|
|
7
|
+
- browser page
|
|
8
|
+
- browser hub
|
|
9
|
+
category: pages
|
|
10
|
+
summary: |
|
|
11
|
+
The Browser page is the home for everything the agent does with a
|
|
12
|
+
browser: reading your existing Chrome history, driving a dedicated
|
|
13
|
+
sandboxed Chromium, the experimental purchase-confirmation flow, and the
|
|
14
|
+
browser tasks it has run.
|
|
15
|
+
tags:
|
|
16
|
+
- autonomous
|
|
17
|
+
status: stable
|
|
18
|
+
ask_examples:
|
|
19
|
+
- What can I do on the Browser page?
|
|
20
|
+
- How do I let the agent read my browsing history?
|
|
21
|
+
- Where do I see browser tasks the agent ran?
|
|
22
|
+
- What is the managed Chromium for?
|
|
23
|
+
locale: en-US
|
|
24
|
+
created: 2026-07-01
|
|
25
|
+
updated: 2026-07-01
|
|
26
|
+
keywords:
|
|
27
|
+
- browser
|
|
28
|
+
- chromium
|
|
29
|
+
- browsing history
|
|
30
|
+
- automation
|
|
31
|
+
- browser tasks
|
|
32
|
+
related:
|
|
33
|
+
- features/operations/managed-chromium
|
|
34
|
+
- features/operations/browser-tasks
|
|
35
|
+
- features/integrations/browser-history
|
|
36
|
+
ui_anchors:
|
|
37
|
+
- /browser
|
|
38
|
+
- /browser-tasks
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
# Browser Page
|
|
42
|
+
|
|
43
|
+
The `/browser` page brings every browser feature together in one place.
|
|
44
|
+
Each one has its own on/off switch and settings.
|
|
45
|
+
|
|
46
|
+
## What you can do here
|
|
47
|
+
|
|
48
|
+
- **Browser History** — let the agent read your existing Chrome history so
|
|
49
|
+
it can build research clusters and add revisit nudges to the morning
|
|
50
|
+
digest.
|
|
51
|
+
- **Browser Automation** — set up the dedicated, sandboxed Chromium (a
|
|
52
|
+
separate, isolated browser) that the agent drives for sign-in (OAuth)
|
|
53
|
+
sites and task slots. A hostname denylist limits which sites it may open.
|
|
54
|
+
- **Purchase Confirmations** — the experimental B-4 flow. Before the agent
|
|
55
|
+
can go through with a purchase, it must use a single-use token that is
|
|
56
|
+
sent to you by DM. This is off by default.
|
|
57
|
+
- **Browser tasks** — review the tasks the agent has run, including any
|
|
58
|
+
waiting for your confirmation, one click away at `/browser-tasks`.
|
|
59
|
+
|
|
60
|
+
## Where to go deeper
|
|
61
|
+
|
|
62
|
+
- [Managed Chromium](../features/operations/managed-chromium.md) — the
|
|
63
|
+
sandboxed browser the agent drives.
|
|
64
|
+
- [Browser tasks](../features/operations/browser-tasks.md) — how a browser
|
|
65
|
+
task is requested, run, and confirmed.
|
|
66
|
+
- [Browser history](../features/integrations/browser-history.md) — reading
|
|
67
|
+
from your existing Chrome.
|
|
68
|
+
|
|
69
|
+
## Related
|
|
70
|
+
|
|
71
|
+
- [Connections page](connections.md) — where other integrations are linked.
|
|
72
|
+
- [Settings page](settings.md) — Browser History and Automation also have
|
|
73
|
+
settings panels.
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/chat
|
|
4
|
+
title: "Chat Page"
|
|
5
|
+
id: page-chat
|
|
6
|
+
aliases:
|
|
7
|
+
- chat page
|
|
8
|
+
- dashboard chat page
|
|
9
|
+
category: pages
|
|
10
|
+
summary: |
|
|
11
|
+
The Chat page is an in-dashboard conversation with your agent — the same
|
|
12
|
+
agent you reach from Telegram, Slack, Discord, and WhatsApp, just from a
|
|
13
|
+
browser tab. Send messages, run bang commands, and revisit past sessions.
|
|
14
|
+
tags:
|
|
15
|
+
- messaging
|
|
16
|
+
status: stable
|
|
17
|
+
ask_examples:
|
|
18
|
+
- What can I do on the Chat page?
|
|
19
|
+
- Can I talk to the agent from the dashboard?
|
|
20
|
+
- Do bang commands work in the dashboard chat?
|
|
21
|
+
- Where do I find an old chat session?
|
|
22
|
+
locale: en-US
|
|
23
|
+
created: 2026-07-01
|
|
24
|
+
updated: 2026-07-01
|
|
25
|
+
keywords:
|
|
26
|
+
- chat
|
|
27
|
+
- conversation
|
|
28
|
+
- messaging
|
|
29
|
+
- dashboard chat
|
|
30
|
+
related:
|
|
31
|
+
- features/messaging/dashboard-chat
|
|
32
|
+
- features/messaging/overview
|
|
33
|
+
- features/messaging/bang-commands
|
|
34
|
+
ui_anchors:
|
|
35
|
+
- /chat
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
# Chat Page
|
|
39
|
+
|
|
40
|
+
The `/chat` page lets you talk to your agent right inside the dashboard.
|
|
41
|
+
It uses the same agent, memory, and tools as the messaging apps — so
|
|
42
|
+
anything you could send the agent in a DM, you can type here.
|
|
43
|
+
|
|
44
|
+
## What you can do here
|
|
45
|
+
|
|
46
|
+
- **Message the agent.** Ask questions, give instructions, or follow up on
|
|
47
|
+
something it did. Replies stream back word by word, in real time.
|
|
48
|
+
- **Run bang commands.** `!help`, `!ingest`, `!compile`, `!ask`, and the
|
|
49
|
+
rest work exactly as they do on messaging apps.
|
|
50
|
+
- **Revisit past sessions.** Switch to an earlier conversation to re-read
|
|
51
|
+
what was said; completed threads are also visible under
|
|
52
|
+
[Agent Log → Conversations](activity.md).
|
|
53
|
+
|
|
54
|
+
## Where to go deeper
|
|
55
|
+
|
|
56
|
+
- [Dashboard Chat](../features/messaging/dashboard-chat.md) — the Chat
|
|
57
|
+
page in detail.
|
|
58
|
+
- [Messaging Overview](../features/messaging/overview.md) — the same agent
|
|
59
|
+
from Telegram, Slack, Discord, and WhatsApp, plus how pairing and voice
|
|
60
|
+
notes work.
|
|
61
|
+
- [Bang commands](../features/messaging/bang-commands.md) — the full `!`
|
|
62
|
+
command reference.
|
|
63
|
+
|
|
64
|
+
## Related
|
|
65
|
+
|
|
66
|
+
- [Agent Log page](activity.md) — where completed conversations are archived.
|
|
67
|
+
- [Connections page](connections.md) — link the messaging apps.
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/connections
|
|
4
|
+
title: "Connections Page"
|
|
5
|
+
id: page-connections
|
|
6
|
+
aliases:
|
|
7
|
+
- connections page
|
|
8
|
+
- integrations page
|
|
9
|
+
- connections hub
|
|
10
|
+
category: pages
|
|
11
|
+
summary: |
|
|
12
|
+
The Connections page is the hub for linking outside services to the
|
|
13
|
+
agent — messaging apps, git repositories, note sources (Obsidian and
|
|
14
|
+
Notion), calendar, mail, and MCP servers. Each has its own sub-page.
|
|
15
|
+
tags:
|
|
16
|
+
- integrations
|
|
17
|
+
status: stable
|
|
18
|
+
ask_examples:
|
|
19
|
+
- What can I do on the Connections page?
|
|
20
|
+
- How do I connect my calendar or mail?
|
|
21
|
+
- Where do I link Obsidian or Notion?
|
|
22
|
+
- How do I add an MCP server?
|
|
23
|
+
locale: en-US
|
|
24
|
+
created: 2026-07-01
|
|
25
|
+
updated: 2026-07-01
|
|
26
|
+
keywords:
|
|
27
|
+
- connections
|
|
28
|
+
- integrations
|
|
29
|
+
- messaging
|
|
30
|
+
- calendar
|
|
31
|
+
- mail
|
|
32
|
+
- mcp
|
|
33
|
+
related:
|
|
34
|
+
- features/messaging/overview
|
|
35
|
+
- features/integrations/calendar
|
|
36
|
+
- features/integrations/mail
|
|
37
|
+
- concepts/skills
|
|
38
|
+
ui_anchors:
|
|
39
|
+
- /connections
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
# Connections Page
|
|
43
|
+
|
|
44
|
+
The Connections area is where you connect outside services — your chat
|
|
45
|
+
apps, calendar, notes, and more — to the agent. It opens on the
|
|
46
|
+
**Messaging** tab, and a sidebar on the left switches between the
|
|
47
|
+
connection types.
|
|
48
|
+
|
|
49
|
+
## What you can do here
|
|
50
|
+
|
|
51
|
+
- **Messaging** (`/connections/messaging`) — pair Telegram, Slack, Discord,
|
|
52
|
+
and WhatsApp so you can DM the agent.
|
|
53
|
+
- **Repositories** (`/connections/repositories`) — register git repos to
|
|
54
|
+
watch (then tune them on the [Git page](../pages/git.md)).
|
|
55
|
+
- **Notes** (`/connections/notes`) — connect your personal Obsidian vault
|
|
56
|
+
and Notion.
|
|
57
|
+
- **Calendar** (`/connections/calendar`) — link Google Calendar.
|
|
58
|
+
- **Mail** (`/connections/mail`) — connect a mail account.
|
|
59
|
+
- **MCP Servers** (`/connections/mcp`) — attach Model Context Protocol
|
|
60
|
+
servers that give the agent more tools.
|
|
61
|
+
|
|
62
|
+
## Where to go deeper
|
|
63
|
+
|
|
64
|
+
- [Messaging Overview](../features/messaging/overview.md) — supported apps
|
|
65
|
+
and pairing.
|
|
66
|
+
- [Calendar](../features/integrations/calendar.md) ·
|
|
67
|
+
[Mail](../features/integrations/mail.md) ·
|
|
68
|
+
[Git](../features/integrations/git.md) ·
|
|
69
|
+
[Obsidian](../features/integrations/obsidian.md) ·
|
|
70
|
+
[Notion](../features/integrations/notion.md) — per-integration detail.
|
|
71
|
+
- [Skills](../concepts/skills.md) — how MCP servers expand what the agent
|
|
72
|
+
can do.
|
|
73
|
+
|
|
74
|
+
## Related
|
|
75
|
+
|
|
76
|
+
- [Git page](git.md) — configure repositories after registering them here.
|
|
77
|
+
- [Settings page](settings.md) — the agent's own primary vault is managed
|
|
78
|
+
from Settings → Management.
|