@aitne-sh/aitne 0.1.6 → 0.1.8
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 +195 -1029
- package/agent-assets/agent-profiles/_safety.md +49 -17
- package/agent-assets/agent-profiles/profile-importer.md +1 -1
- package/agent-assets/agent-profiles/routine.md +4 -3
- package/agent-assets/docs/concepts/agent-day.md +6 -1
- package/agent-assets/docs/concepts/auth-health.md +10 -1
- package/agent-assets/docs/concepts/backends-and-tiers.md +74 -40
- package/agent-assets/docs/concepts/costs-and-quotas.md +25 -5
- package/agent-assets/docs/concepts/delegated-mode.md +147 -68
- package/agent-assets/docs/concepts/memory-model.md +9 -4
- package/agent-assets/docs/concepts/observations.md +13 -1
- package/agent-assets/docs/concepts/process-keys.md +20 -5
- package/agent-assets/docs/concepts/routines.md +38 -20
- package/agent-assets/docs/concepts/safety-model.md +30 -13
- package/agent-assets/docs/concepts/skills.md +12 -7
- package/agent-assets/docs/features/integrations/calendar.md +1 -1
- package/agent-assets/docs/features/integrations/git.md +2 -2
- package/agent-assets/docs/features/integrations/github.md +9 -2
- package/agent-assets/docs/features/integrations/mail.md +1 -1
- package/agent-assets/docs/features/integrations/notion.md +34 -6
- package/agent-assets/docs/features/integrations/obsidian.md +7 -2
- package/agent-assets/docs/features/lifestyle/git.md +4 -7
- package/agent-assets/docs/features/lifestyle/receipts.md +17 -2
- package/agent-assets/docs/features/lifestyle/travel-bookings.md +15 -0
- package/agent-assets/docs/features/lifestyle/travel-time.md +7 -1
- package/agent-assets/docs/features/memory-files/agent-journal.md +2 -2
- package/agent-assets/docs/features/memory-files/projects.md +6 -0
- package/agent-assets/docs/features/memory-files/roadmap.md +5 -0
- package/agent-assets/docs/features/memory-files/today.md +1 -0
- package/agent-assets/docs/features/memory-files/user-profile.md +6 -0
- package/agent-assets/docs/features/messaging/bang-commands.md +20 -10
- package/agent-assets/docs/features/messaging/discord.md +12 -1
- package/agent-assets/docs/features/messaging/overview.md +10 -7
- package/agent-assets/docs/features/messaging/slack.md +13 -1
- package/agent-assets/docs/features/messaging/telegram.md +7 -1
- package/agent-assets/docs/features/messaging/whatsapp.md +12 -1
- package/agent-assets/docs/features/operations/activity-and-conversations.md +2 -2
- package/agent-assets/docs/features/operations/approvals.md +6 -0
- package/agent-assets/docs/features/operations/backend-routing.md +7 -0
- package/agent-assets/docs/features/operations/cost-tracking.md +6 -0
- package/agent-assets/docs/features/operations/notifications.md +6 -0
- package/agent-assets/docs/features/operations/schedule-approaching.md +22 -9
- package/agent-assets/docs/features/routines/custom-routines.md +10 -4
- package/agent-assets/docs/features/routines/evening-review.md +1 -1
- package/agent-assets/docs/features/routines/hourly-check.md +1 -1
- package/agent-assets/docs/features/routines/morning-routine.md +24 -15
- package/agent-assets/docs/features/routines/weekly-review.md +38 -12
- package/agent-assets/docs/features/wiki/commands.md +11 -0
- package/agent-assets/docs/features/wiki/overview.md +13 -3
- package/agent-assets/docs/getting-started/01-what-is-this.md +32 -11
- package/agent-assets/docs/getting-started/02-first-steps.md +17 -4
- package/agent-assets/docs/getting-started/03-what-can-this-do.md +21 -11
- package/agent-assets/docs/getting-started/04-first-day.md +14 -0
- package/agent-assets/docs/glossary.md +65 -12
- package/agent-assets/docs/guides/add-a-custom-routine.md +12 -0
- package/agent-assets/docs/guides/backup-and-restore.md +16 -2
- package/agent-assets/docs/guides/budget-and-cost-for-wiki.md +6 -0
- package/agent-assets/docs/guides/build-your-wiki.md +14 -0
- package/agent-assets/docs/guides/change-which-model-handles-x.md +7 -0
- package/agent-assets/docs/guides/connect-a-new-mail-account.md +16 -0
- package/agent-assets/docs/guides/explore-with-trace-and-connect.md +6 -0
- package/agent-assets/docs/guides/import-knowledge-file.md +11 -0
- package/agent-assets/docs/guides/install-and-run.md +20 -4
- package/agent-assets/docs/guides/maintain-wiki-health.md +6 -0
- package/agent-assets/docs/guides/migrate-machines.md +13 -1
- package/agent-assets/docs/guides/multiple-wikis-for-multiple-domains.md +9 -0
- package/agent-assets/docs/guides/pause-the-agent.md +12 -4
- package/agent-assets/docs/guides/reinstall-cleanly.md +19 -4
- package/agent-assets/docs/guides/setup-wizard.md +20 -9
- package/agent-assets/docs/guides/switch-default-backend.md +10 -1
- package/agent-assets/docs/guides/use-an-existing-obsidian-vault.md +5 -0
- package/agent-assets/docs/reference/api.md +29 -1
- package/agent-assets/docs/reference/cli-commands.md +22 -3
- package/agent-assets/docs/reference/config.md +37 -5
- package/agent-assets/docs/reference/disallowed-tools.md +13 -0
- package/agent-assets/docs/reference/keyboard-shortcuts.md +13 -0
- package/agent-assets/docs/reference/process-keys.md +70 -20
- package/agent-assets/docs/reference/skills.md +27 -9
- package/agent-assets/docs/troubleshooting/auth-failed.md +7 -2
- package/agent-assets/docs/troubleshooting/dashboard-shows-degraded.md +13 -1
- package/agent-assets/docs/troubleshooting/fallback-keeps-firing.md +10 -0
- package/agent-assets/docs/troubleshooting/messaging-not-pairing.md +11 -0
- package/agent-assets/docs/troubleshooting/morning-routine-didnt-run.md +9 -4
- package/agent-assets/docs/troubleshooting/observation-not-detected.md +12 -0
- package/agent-assets/docs/troubleshooting/quota-exhausted.md +7 -1
- package/agent-assets/docs/troubleshooting/wiki-ingest-full-blocked.md +5 -0
- package/agent-assets/docs/troubleshooting/wiki-write-failed.md +5 -0
- package/agent-assets/optimizer-skills/drift-analysis/SKILL.md +1 -1
- package/agent-assets/optimizer-skills/skill-curation/SKILL.md +2 -2
- package/agent-assets/skills/agent-actions/SKILL.md +122 -0
- package/agent-assets/skills/attach/SKILL.md +1 -2
- package/agent-assets/skills/context/SKILL.md +36 -454
- package/agent-assets/skills/context/references/api.md +220 -0
- package/agent-assets/skills/context/references/required-frontmatter.md +73 -0
- package/agent-assets/skills/context/references/snapshot-files.md +103 -0
- package/agent-assets/skills/context/seeds/file-responsibilities.seed.json +1 -1
- package/agent-assets/skills/docs-search/SKILL.md +13 -13
- package/agent-assets/skills/external-services/SKILL.delegated.claude.md +5 -7
- package/agent-assets/skills/external-services/SKILL.delegated.codex.md +5 -7
- package/agent-assets/skills/external-services/SKILL.delegated.gemini.md +5 -7
- package/agent-assets/skills/external-services/SKILL.md +6 -259
- package/agent-assets/skills/external-services/SKILL.native.claude.md +1 -2
- package/agent-assets/skills/external-services/SKILL.native.codex.md +1 -2
- package/agent-assets/skills/external-services/SKILL.native.gemini.md +1 -2
- package/agent-assets/skills/external-services/references/calendar-apple.md +97 -0
- package/agent-assets/skills/external-services/references/calendar-google.md +72 -0
- package/agent-assets/skills/external-services/references/calendar-outlook.md +36 -0
- package/agent-assets/skills/external-services/references/github.md +17 -0
- package/agent-assets/skills/external-services/references/obsidian.md +49 -0
- package/agent-assets/skills/external-services/references/skills-crud.md +27 -0
- package/agent-assets/skills/gmail-lifestyle/SKILL.md +224 -0
- package/agent-assets/skills/gmail-lifestyle/references/receipts-api.md +93 -0
- package/agent-assets/skills/gmail-lifestyle/references/travel-bookings-api.md +75 -0
- package/agent-assets/skills/gmail-lifestyle/references/travel-time-api.md +59 -0
- package/agent-assets/skills/mail/SKILL.delegated.claude.md +1 -1
- package/agent-assets/skills/mail/SKILL.delegated.codex.md +1 -1
- package/agent-assets/skills/mail/SKILL.delegated.gemini.md +1 -1
- package/agent-assets/skills/mail/SKILL.md +9 -114
- package/agent-assets/skills/mail/SKILL.native.claude.md +1 -1
- package/agent-assets/skills/mail/SKILL.native.codex.md +1 -1
- package/agent-assets/skills/mail/SKILL.native.gemini.md +1 -1
- package/agent-assets/skills/mail/references/api.md +108 -0
- package/agent-assets/skills/mail/references/examples.md +70 -0
- package/agent-assets/skills/mail/references/providers.md +8 -8
- package/agent-assets/skills/managed-tasks/SKILL.md +472 -0
- package/agent-assets/skills/managed-tasks/references/errors.md +70 -0
- package/agent-assets/skills/managed-tasks/references/output-path.md +75 -0
- package/agent-assets/skills/managed-tasks/references/recurrence-rule.md +86 -0
- package/agent-assets/skills/management-policy/SKILL.md +33 -105
- package/agent-assets/skills/management-policy/references/policy-workflow.md +101 -0
- package/agent-assets/skills/notify/SKILL.md +6 -78
- package/agent-assets/skills/notify/references/priority.md +60 -0
- package/agent-assets/skills/notion/SKILL.delegated.claude.md +1 -1
- package/agent-assets/skills/notion/SKILL.delegated.codex.md +1 -1
- package/agent-assets/skills/notion/SKILL.delegated.gemini.md +1 -1
- package/agent-assets/skills/notion/SKILL.md +6 -10
- package/agent-assets/skills/notion/SKILL.native.claude.md +1 -2
- package/agent-assets/skills/notion/SKILL.native.codex.md +1 -2
- package/agent-assets/skills/notion/SKILL.native.gemini.md +1 -2
- package/agent-assets/skills/observations/SKILL.md +1 -6
- package/agent-assets/skills/project-doc/SKILL.md +1 -5
- package/agent-assets/skills/reading/SKILL.md +2 -2
- package/agent-assets/skills/roadmap/SKILL.md +37 -135
- package/agent-assets/skills/roadmap/references/api.md +100 -0
- package/agent-assets/skills/roadmap/references/cross-check.md +73 -0
- package/agent-assets/skills/roadmap/references/migration.md +56 -0
- package/agent-assets/skills/roadmap/references/preparation-timeline.md +2 -2
- package/agent-assets/skills/schedule/SKILL.md +52 -88
- package/agent-assets/skills/schedule/references/batch.md +93 -0
- package/agent-assets/skills/schedule/references/errors.md +214 -0
- package/agent-assets/skills/schedule/references/model-selection.md +96 -0
- package/agent-assets/skills/schedule/references/recurrence-rule.md +86 -0
- package/agent-assets/skills/schedule/references/recurring.md +185 -0
- package/agent-assets/skills/scheduled-managed-task/SKILL.md +13 -15
- package/agent-assets/skills/today/SKILL.md +27 -57
- package/agent-assets/skills/today/references/agent-plan-lifecycle.md +113 -0
- package/agent-assets/skills/user-interview/SKILL.md +12 -59
- package/agent-assets/skills/user-interview/references/op-briefing.md +51 -0
- package/agent-assets/skills/user-interview/references/op-morning.md +59 -0
- package/agent-assets/skills/user-interview/references/sweep-and-fallback.md +1 -1
- package/agent-assets/skills/user-profile/SKILL.md +43 -63
- package/agent-assets/skills/user-profile/references/character-preferences.md +83 -0
- package/agent-assets/skills/user-profile/seeds/topic-files.seed.json +28 -0
- package/agent-assets/skills/wiki/wiki-ask/SKILL.md +0 -1
- package/agent-assets/skills/wiki/wiki-compile/SKILL.md +0 -1
- package/agent-assets/skills/wiki/wiki-connect/SKILL.md +0 -1
- package/agent-assets/skills/wiki/wiki-graduate/SKILL.md +0 -1
- package/agent-assets/skills/wiki/wiki-ingest/SKILL.md +0 -1
- package/agent-assets/skills/wiki/wiki-lint/SKILL.md +0 -1
- package/agent-assets/skills/wiki/wiki-trace/SKILL.md +0 -1
- package/agent-assets/skills/wiki/wiki-vault-rules/SKILL.md +0 -1
- package/agent-assets/system-prompts/routine-fetch-window.md +68 -0
- package/agent-assets/system-prompts/skill-index-instruction.md +26 -0
- package/agent-assets/task-flows/_partials/calendar-acquire.google_calendar.md +18 -11
- package/agent-assets/task-flows/_partials/calendar-acquire.outlook_calendar.md +16 -9
- package/agent-assets/task-flows/_partials/capture-user-info.md +24 -0
- package/agent-assets/task-flows/_partials/confirm-subflow.md +68 -0
- package/agent-assets/task-flows/_partials/dm-intent.long-horizon.md +35 -0
- package/agent-assets/task-flows/_partials/dm-intent.project.md +391 -0
- package/agent-assets/task-flows/_partials/mail-acquire.gmail.md +20 -11
- package/agent-assets/task-flows/_partials/mail-acquire.outlook_mail.md +17 -9
- package/agent-assets/task-flows/_partials/notion-acquire.notion.md +18 -12
- package/agent-assets/task-flows/knowledge.import.md +1 -1
- package/agent-assets/task-flows/message.received.dm.md +13 -15
- package/agent-assets/task-flows/message.received.dm_first.md +10 -14
- package/agent-assets/task-flows/routine.custom.md +3 -1
- package/agent-assets/task-flows/routine.evening_review.md +39 -163
- package/agent-assets/task-flows/routine.fetch_window.md +17 -12
- package/agent-assets/task-flows/routine.hourly_check.md +16 -8
- package/agent-assets/task-flows/routine.hourly_check.triage.md +1 -1
- package/agent-assets/task-flows/routine.monthly_review.md +46 -4
- package/agent-assets/task-flows/routine.morning_routine_journal.md +113 -0
- package/agent-assets/task-flows/routine.morning_routine_today.md +673 -0
- package/agent-assets/task-flows/routine.roadmap_refresh.md +60 -15
- package/agent-assets/task-flows/routine.user_profile_sweep.md +9 -10
- package/agent-assets/task-flows/routine.weekly_review.md +285 -70
- package/agent-assets/task-flows/scheduled.dm.md +8 -8
- package/agent-assets/task-flows/scheduled.task.md +5 -5
- package/agent-assets/task-flows/setup.initial.md +165 -245
- package/agent-assets/task-flows/wiki.ingest_url.md +1 -1
- package/agent-assets/templates/_manifest.json +7 -7
- package/agent-assets/templates/dossiers/_index.md +1 -1
- package/agent-assets/templates/rules/journal-format.md +145 -38
- package/agent-assets/templates/user/expertise.md +4 -2
- package/agent-assets/templates/user/goals.md +4 -2
- package/agent-assets/templates/user/people.md +8 -2
- package/agent-assets/templates/user/personal.md +4 -2
- package/agent-assets/templates/user/work.md +4 -2
- package/bin/aitne.mjs +8 -1
- package/package.json +4 -4
- package/scripts/commands/doctor.mjs +52 -0
- package/scripts/commands/run-now.mjs +202 -0
- package/scripts/commands/verify.mjs +264 -0
- package/agent-assets/docs/features/routines/monthly-review.md +0 -65
- package/agent-assets/skills/management-task-modify/SKILL.md +0 -203
- package/agent-assets/skills/management-task-register/SKILL.md +0 -330
- package/agent-assets/skills/management-task-stop/SKILL.md +0 -166
- package/agent-assets/skills/receipts/SKILL.md +0 -134
- package/agent-assets/skills/travel/SKILL.md +0 -132
- package/agent-assets/skills/travel-time/SKILL.md +0 -158
- package/agent-assets/task-flows/routine.morning_routine.md +0 -322
- package/agent-assets/task-flows/routine.morning_routine_initial.md +0 -204
|
@@ -3,6 +3,11 @@ schema_version: 1
|
|
|
3
3
|
slug: getting-started/03-what-can-this-do
|
|
4
4
|
title: What This App Can Do
|
|
5
5
|
id: what-can-this-do
|
|
6
|
+
aliases:
|
|
7
|
+
- what can it do
|
|
8
|
+
- capabilities
|
|
9
|
+
- feature tour
|
|
10
|
+
- what features exist
|
|
6
11
|
category: getting-started
|
|
7
12
|
summary: |
|
|
8
13
|
A tour of Aitne's capabilities at a beginner-friendly
|
|
@@ -17,17 +22,25 @@ ask_examples:
|
|
|
17
22
|
- What can Aitne actually do?
|
|
18
23
|
- What features should I try first?
|
|
19
24
|
- How does the agent reach out to me?
|
|
25
|
+
- Can the agent transcribe my voice messages?
|
|
26
|
+
- Can the agent build me a personal wiki?
|
|
20
27
|
locale: en-US
|
|
28
|
+
keywords:
|
|
29
|
+
- capabilities
|
|
30
|
+
- feature tour
|
|
31
|
+
- overview
|
|
32
|
+
- voice transcription
|
|
33
|
+
- wiki
|
|
34
|
+
- lifestyle
|
|
21
35
|
created: 2026-04-27
|
|
22
|
-
updated: 2026-05-
|
|
36
|
+
updated: 2026-05-15
|
|
23
37
|
related:
|
|
24
38
|
- getting-started/01-what-is-this
|
|
25
39
|
- getting-started/02-first-steps
|
|
26
40
|
- getting-started/04-first-day
|
|
27
41
|
- concepts/routines
|
|
28
42
|
- concepts/memory-model
|
|
29
|
-
- features/messaging/
|
|
30
|
-
- features/operations/skill-self-optimization
|
|
43
|
+
- features/messaging/overview
|
|
31
44
|
- features/wiki/overview
|
|
32
45
|
- features/wiki/commands
|
|
33
46
|
---
|
|
@@ -41,7 +54,7 @@ the doc that goes deep.
|
|
|
41
54
|
|
|
42
55
|
The agent runs **routines** on a schedule. The morning routine builds
|
|
43
56
|
`today.md` from your calendar, mail, tasks, and notes; the evening
|
|
44
|
-
review writes a journal entry; weekly
|
|
57
|
+
review writes a journal entry; the weekly review rolls up the week.
|
|
45
58
|
|
|
46
59
|
- [Routines](../concepts/routines.md) — what runs and when.
|
|
47
60
|
- [Morning Routine](../features/routines/morning-routine.md)
|
|
@@ -55,9 +68,8 @@ something comes up. Voice notes are transcribed locally with Whisper
|
|
|
55
68
|
so you can talk to it the same way you'd type.
|
|
56
69
|
|
|
57
70
|
- [Messaging Overview](../features/messaging/overview.md) — supported
|
|
58
|
-
apps and how
|
|
59
|
-
|
|
60
|
-
local transcription of inbound audio.
|
|
71
|
+
apps, how pairing works, and how voice notes get transcribed
|
|
72
|
+
locally with Whisper.
|
|
61
73
|
- [Dashboard Chat](../features/messaging/dashboard-chat.md) — the
|
|
62
74
|
in-dashboard chat surface.
|
|
63
75
|
|
|
@@ -130,10 +142,8 @@ operations keep the agent from doing anything you don't want.
|
|
|
130
142
|
A background self-optimization loop watches how your knowledge layout
|
|
131
143
|
drifts (new folders, schema tweaks, vocabulary changes) and refines
|
|
132
144
|
specific skill sections to match. The original SKILL.md files are
|
|
133
|
-
never rewritten — overlays are reversible.
|
|
134
|
-
|
|
135
|
-
- [Skill Self-Optimization](../features/operations/skill-self-optimization.md)
|
|
136
|
-
— the loop, the cadence, and the dashboard surface.
|
|
145
|
+
never rewritten — overlays are reversible. The loop runs as a daemon
|
|
146
|
+
observer; you can review its proposals from the dashboard.
|
|
137
147
|
|
|
138
148
|
## Related
|
|
139
149
|
|
|
@@ -8,11 +8,25 @@ summary: |
|
|
|
8
8
|
Turn the freshly-installed agent into one that actually helps you —
|
|
9
9
|
teach it about you, connect the tools you use, and describe the work
|
|
10
10
|
you want it to do.
|
|
11
|
+
aliases:
|
|
12
|
+
- first day
|
|
13
|
+
- onboarding day 1
|
|
14
|
+
- day one
|
|
15
|
+
- day zero
|
|
11
16
|
section: getting-started
|
|
12
17
|
tags:
|
|
13
18
|
- core
|
|
14
19
|
- getting-started
|
|
20
|
+
- setup
|
|
15
21
|
status: stable
|
|
22
|
+
keywords:
|
|
23
|
+
- first day
|
|
24
|
+
- onboarding
|
|
25
|
+
- import history
|
|
26
|
+
- chatgpt import
|
|
27
|
+
- integrations
|
|
28
|
+
- profile
|
|
29
|
+
- teach the agent
|
|
16
30
|
ask_examples:
|
|
17
31
|
- What should I do on my first day?
|
|
18
32
|
- How do I make the agent useful?
|
|
@@ -3,25 +3,47 @@ schema_version: 1
|
|
|
3
3
|
slug: glossary
|
|
4
4
|
title: Glossary
|
|
5
5
|
id: glossary
|
|
6
|
+
aliases:
|
|
7
|
+
- terms
|
|
8
|
+
- vocabulary
|
|
9
|
+
- lexicon
|
|
6
10
|
category: glossary
|
|
7
11
|
summary: |
|
|
8
12
|
Single flat term list for Aitne vocabulary. Cross-references
|
|
9
13
|
link to a single canonical anchor here so concept docs do not drift.
|
|
14
|
+
tags:
|
|
15
|
+
- core
|
|
16
|
+
- reference
|
|
17
|
+
- glossary
|
|
10
18
|
status: stable
|
|
11
19
|
ask_examples:
|
|
12
20
|
- What is a ProcessKey?
|
|
13
21
|
- What does heavy tier mean?
|
|
14
22
|
- What is the difference between light and heavy tiers?
|
|
23
|
+
- What is OpenCode?
|
|
24
|
+
- What is a routine pre-pass?
|
|
25
|
+
- What is the wiki workspace?
|
|
15
26
|
locale: en-US
|
|
16
27
|
created: 2026-04-25
|
|
17
|
-
updated: 2026-
|
|
28
|
+
updated: 2026-05-15
|
|
18
29
|
keywords:
|
|
19
30
|
- terminology
|
|
20
31
|
- vocabulary
|
|
21
32
|
- glossary
|
|
33
|
+
- backend
|
|
34
|
+
- processkey
|
|
35
|
+
- tier
|
|
36
|
+
- opencode
|
|
37
|
+
- observation
|
|
38
|
+
- skill
|
|
39
|
+
- wiki workspace
|
|
22
40
|
related:
|
|
23
41
|
- concepts/agent-day
|
|
42
|
+
- concepts/backends-and-tiers
|
|
43
|
+
- concepts/process-keys
|
|
44
|
+
- concepts/observations
|
|
24
45
|
- features/routines/morning-routine
|
|
46
|
+
- features/wiki/overview
|
|
25
47
|
---
|
|
26
48
|
|
|
27
49
|
# Glossary
|
|
@@ -38,9 +60,10 @@ and rationale.
|
|
|
38
60
|
## Backend
|
|
39
61
|
|
|
40
62
|
One of the model providers Aitne can dispatch to: `claude`
|
|
41
|
-
(Claude Code SDK), `codex` (Codex CLI),
|
|
42
|
-
|
|
43
|
-
the others can be
|
|
63
|
+
(Claude Code SDK), `codex` (Codex CLI), `gemini` (Gemini CLI), or
|
|
64
|
+
`opencode` (`@opencode-ai/sdk` HTTP server). Each backend is configured
|
|
65
|
+
per-installation; one is the **main backend**, and the others can be
|
|
66
|
+
enabled as fallbacks.
|
|
44
67
|
|
|
45
68
|
## Backend Router
|
|
46
69
|
|
|
@@ -63,17 +86,47 @@ The hour-of-day at which the agent day rolls over. Configured via
|
|
|
63
86
|
|
|
64
87
|
## Heavy Tier
|
|
65
88
|
|
|
66
|
-
|
|
67
|
-
4.7, GPT-5.5, Gemini 3 Pro
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
89
|
+
Synonym for the **high** tier — the expensive, high-quality model lane
|
|
90
|
+
on each backend (Claude Opus 4.7, GPT-5.5, Gemini 3 Pro, Opus 4.7 via
|
|
91
|
+
OpenCode). Registered but not auto-selected on any routine: after
|
|
92
|
+
`docs/design/appendices/morning-routine-optimization.md` Phase 7
|
|
93
|
+
(2026-05-16) the only flows that default to this tier are `setup` and
|
|
94
|
+
`knowledge.import`. Operators can pin any other process key to high
|
|
95
|
+
per row from `/settings/models`.
|
|
71
96
|
|
|
72
97
|
## Light Tier
|
|
73
98
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
99
|
+
Operator-facing umbrella for the two non-heavy lanes on each backend:
|
|
100
|
+
|
|
101
|
+
- **Medium / Main** (Claude Sonnet 4.6, GPT-5.4-mini, Gemini 3 Flash,
|
|
102
|
+
Sonnet 4.6 via OpenCode) — default for owner DMs, dashboard chat,
|
|
103
|
+
the hourly check, and the morning / evening / weekly review
|
|
104
|
+
routines.
|
|
105
|
+
- **Lite / Delegated** (Claude Haiku 4.5 and equivalents) — reserved
|
|
106
|
+
for mechanical / delegated surfaces: Gmail classification, GitHub
|
|
107
|
+
triage, calendar-change handlers, the routine pre-pass fetcher,
|
|
108
|
+
the `delegated_task` invoker.
|
|
109
|
+
|
|
110
|
+
## OpenCode
|
|
111
|
+
|
|
112
|
+
The 4th backend (joined 2026-05). Implemented on top of
|
|
113
|
+
`@opencode-ai/sdk`'s HTTP server. Operates in **Managed** mode (the
|
|
114
|
+
daemon spawns a local loopback server) or **Remote** mode (operator
|
|
115
|
+
points at an existing baseUrl). OpenCode dispatches the same
|
|
116
|
+
ProcessKey set as Claude / Codex / Gemini but does not host
|
|
117
|
+
native-mode integration connectors. Cost telemetry reads
|
|
118
|
+
`session.info.cost` + `info.tokens` with a `MODEL_REGISTRY` pricing
|
|
119
|
+
fallback when upstream reports zero.
|
|
120
|
+
|
|
121
|
+
## Routine Pre-pass
|
|
122
|
+
|
|
123
|
+
A lite-tier `routine.fetch_window` session spawned before each main
|
|
124
|
+
routine (morning / today_refresh / hourly_check / evening / weekly).
|
|
125
|
+
It fetches each routine's mail / calendar / Notion window
|
|
126
|
+
(`ROUTINE_WINDOWS`) and POSTs the results to `/api/observations`. The
|
|
127
|
+
main routine then consumes the resulting `<fetch_report>` block and
|
|
128
|
+
pending observations instead of calling upstream APIs itself. Introduced
|
|
129
|
+
in 2026-05 to trim morning-routine input tokens by ~24%.
|
|
77
130
|
|
|
78
131
|
## ProcessKey
|
|
79
132
|
|
|
@@ -3,6 +3,11 @@ schema_version: 1
|
|
|
3
3
|
slug: guides/add-a-custom-routine
|
|
4
4
|
title: Add a Custom Routine
|
|
5
5
|
id: add-a-custom-routine
|
|
6
|
+
aliases:
|
|
7
|
+
- custom routine
|
|
8
|
+
- user-defined routine
|
|
9
|
+
- add a routine
|
|
10
|
+
- scheduled task
|
|
6
11
|
category: guides
|
|
7
12
|
summary: |
|
|
8
13
|
Define a new autonomous routine — slug, cron expression, tier, and
|
|
@@ -12,6 +17,7 @@ section: add-a-custom-routine
|
|
|
12
17
|
tags:
|
|
13
18
|
- guide
|
|
14
19
|
- routines
|
|
20
|
+
- scheduler
|
|
15
21
|
status: stable
|
|
16
22
|
ask_examples:
|
|
17
23
|
- How do I add a custom routine?
|
|
@@ -19,6 +25,12 @@ ask_examples:
|
|
|
19
25
|
locale: en-US
|
|
20
26
|
created: 2026-04-25
|
|
21
27
|
updated: 2026-04-25
|
|
28
|
+
keywords:
|
|
29
|
+
- custom routine
|
|
30
|
+
- schedule
|
|
31
|
+
- cron
|
|
32
|
+
- recurrence
|
|
33
|
+
- PUT /api/recurring-schedules
|
|
22
34
|
related:
|
|
23
35
|
- features/routines/custom-routines
|
|
24
36
|
- concepts/routines
|
|
@@ -3,6 +3,11 @@ schema_version: 1
|
|
|
3
3
|
slug: guides/backup-and-restore
|
|
4
4
|
title: Backup and Restore
|
|
5
5
|
id: backup-and-restore
|
|
6
|
+
aliases:
|
|
7
|
+
- backup
|
|
8
|
+
- restore
|
|
9
|
+
- tarball backup
|
|
10
|
+
- context backup
|
|
6
11
|
category: guides
|
|
7
12
|
summary: |
|
|
8
13
|
Aitne's data lives in two places — the SQLite database and
|
|
@@ -12,6 +17,7 @@ section: backup-and-restore
|
|
|
12
17
|
tags:
|
|
13
18
|
- guide
|
|
14
19
|
- operations
|
|
20
|
+
- backup
|
|
15
21
|
status: stable
|
|
16
22
|
ask_examples:
|
|
17
23
|
- How do I back up Aitne?
|
|
@@ -19,6 +25,14 @@ ask_examples:
|
|
|
19
25
|
locale: en-US
|
|
20
26
|
created: 2026-04-25
|
|
21
27
|
updated: 2026-04-25
|
|
28
|
+
keywords:
|
|
29
|
+
- backup
|
|
30
|
+
- restore
|
|
31
|
+
- tarball
|
|
32
|
+
- rsync
|
|
33
|
+
- git
|
|
34
|
+
- PA_DATA_DIR
|
|
35
|
+
- snapshot
|
|
22
36
|
related:
|
|
23
37
|
- guides/reinstall-cleanly
|
|
24
38
|
- guides/migrate-machines
|
|
@@ -32,9 +46,9 @@ Capture all Aitne state in a tar that you can restore later.
|
|
|
32
46
|
|
|
33
47
|
## Steps
|
|
34
48
|
|
|
35
|
-
1. `
|
|
49
|
+
1. `aitne stop`.
|
|
36
50
|
2. `tar -czf personal-agent-backup-$(date +%F).tgz ~/.personal-agent/`.
|
|
37
|
-
3. To restore: extract the tar to your home directory, then `
|
|
51
|
+
3. To restore: extract the tar to your home directory, then `aitne start`.
|
|
38
52
|
|
|
39
53
|
## Verification
|
|
40
54
|
|
|
@@ -3,6 +3,11 @@ schema_version: 1
|
|
|
3
3
|
slug: guides/build-your-wiki
|
|
4
4
|
title: Build Your Wiki
|
|
5
5
|
id: build-your-wiki
|
|
6
|
+
aliases:
|
|
7
|
+
- build wiki
|
|
8
|
+
- wiki walkthrough
|
|
9
|
+
- first wiki
|
|
10
|
+
- ingest compile
|
|
6
11
|
category: guides
|
|
7
12
|
summary: |
|
|
8
13
|
Enable the internal wiki, send your first URL, compile the raw
|
|
@@ -11,6 +16,7 @@ section: build-your-wiki
|
|
|
11
16
|
tags:
|
|
12
17
|
- guide
|
|
13
18
|
- wiki
|
|
19
|
+
- knowledge
|
|
14
20
|
status: stable
|
|
15
21
|
ask_examples:
|
|
16
22
|
- How do I start using the wiki?
|
|
@@ -18,6 +24,14 @@ ask_examples:
|
|
|
18
24
|
locale: en-US
|
|
19
25
|
created: 2026-05-12
|
|
20
26
|
updated: 2026-05-12
|
|
27
|
+
keywords:
|
|
28
|
+
- wiki
|
|
29
|
+
- build wiki
|
|
30
|
+
- !ingest
|
|
31
|
+
- !compile
|
|
32
|
+
- !ask
|
|
33
|
+
- workspace
|
|
34
|
+
- first day wiki
|
|
21
35
|
related:
|
|
22
36
|
- features/wiki/overview
|
|
23
37
|
- features/wiki/commands
|
|
@@ -14,12 +14,19 @@ section: change-which-model-handles-x
|
|
|
14
14
|
tags:
|
|
15
15
|
- guide
|
|
16
16
|
- backends
|
|
17
|
+
- models
|
|
17
18
|
status: stable
|
|
18
19
|
ask_examples:
|
|
19
20
|
- How do I make my morning routine use Sonnet instead of Opus?
|
|
20
21
|
locale: en-US
|
|
21
22
|
created: 2026-04-25
|
|
22
23
|
updated: 2026-04-25
|
|
24
|
+
keywords:
|
|
25
|
+
- per-process model
|
|
26
|
+
- /settings/models
|
|
27
|
+
- process binding
|
|
28
|
+
- tier override
|
|
29
|
+
- change model
|
|
23
30
|
related:
|
|
24
31
|
- guides/switch-default-backend
|
|
25
32
|
- concepts/backends-and-tiers
|
|
@@ -3,6 +3,12 @@ schema_version: 1
|
|
|
3
3
|
slug: guides/connect-a-new-mail-account
|
|
4
4
|
title: Connect a New Mail Account
|
|
5
5
|
id: connect-a-new-mail-account
|
|
6
|
+
aliases:
|
|
7
|
+
- connect mail
|
|
8
|
+
- add mail account
|
|
9
|
+
- imap setup
|
|
10
|
+
- gmail setup
|
|
11
|
+
- outlook setup
|
|
6
12
|
category: guides
|
|
7
13
|
summary: |
|
|
8
14
|
Add a Gmail / Outlook / Yahoo / iCloud account to the mail
|
|
@@ -11,6 +17,7 @@ section: connect-a-new-mail-account
|
|
|
11
17
|
tags:
|
|
12
18
|
- guide
|
|
13
19
|
- mail
|
|
20
|
+
- integrations
|
|
14
21
|
status: stable
|
|
15
22
|
ask_examples:
|
|
16
23
|
- How do I add another Gmail account?
|
|
@@ -18,6 +25,15 @@ ask_examples:
|
|
|
18
25
|
locale: en-US
|
|
19
26
|
created: 2026-04-25
|
|
20
27
|
updated: 2026-04-25
|
|
28
|
+
keywords:
|
|
29
|
+
- mail
|
|
30
|
+
- imap
|
|
31
|
+
- gmail
|
|
32
|
+
- outlook
|
|
33
|
+
- yahoo
|
|
34
|
+
- icloud
|
|
35
|
+
- mail provider
|
|
36
|
+
- OAuth
|
|
21
37
|
related:
|
|
22
38
|
- features/integrations/mail
|
|
23
39
|
---
|
|
@@ -3,6 +3,11 @@ schema_version: 1
|
|
|
3
3
|
slug: guides/import-knowledge-file
|
|
4
4
|
title: Import a Knowledge File
|
|
5
5
|
id: import-knowledge-file
|
|
6
|
+
aliases:
|
|
7
|
+
- import history
|
|
8
|
+
- import chatgpt
|
|
9
|
+
- import gemini
|
|
10
|
+
- knowledge import
|
|
6
11
|
category: guides
|
|
7
12
|
summary: |
|
|
8
13
|
Upload a Markdown or text file of personal facts so the agent folds
|
|
@@ -27,6 +32,12 @@ created: 2026-04-28
|
|
|
27
32
|
updated: 2026-04-28
|
|
28
33
|
ui_anchors:
|
|
29
34
|
- /knowledge
|
|
35
|
+
keywords:
|
|
36
|
+
- import
|
|
37
|
+
- chatgpt history
|
|
38
|
+
- gemini history
|
|
39
|
+
- json import
|
|
40
|
+
- knowledge
|
|
30
41
|
related:
|
|
31
42
|
- concepts/memory-model
|
|
32
43
|
- features/memory-files/user-profile
|
|
@@ -3,30 +3,46 @@ schema_version: 1
|
|
|
3
3
|
slug: guides/install-and-run
|
|
4
4
|
title: Install and Run
|
|
5
5
|
id: install-and-run
|
|
6
|
+
aliases:
|
|
7
|
+
- install
|
|
8
|
+
- installation
|
|
9
|
+
- first install
|
|
10
|
+
- first run
|
|
11
|
+
- get aitne running
|
|
6
12
|
category: guides
|
|
7
13
|
summary: |
|
|
8
|
-
|
|
9
|
-
|
|
14
|
+
Install Aitne via the npm package (or clone the repo for development),
|
|
15
|
+
start the daemon and dashboard, and open the dashboard at :3000.
|
|
16
|
+
section: install-and-run
|
|
10
17
|
tags:
|
|
18
|
+
- core
|
|
19
|
+
- guide
|
|
20
|
+
- getting-started
|
|
11
21
|
- install
|
|
12
22
|
- setup
|
|
23
|
+
- operations
|
|
13
24
|
status: stable
|
|
14
25
|
ask_examples:
|
|
15
26
|
- How do I install Aitne?
|
|
16
27
|
- What command starts the daemon?
|
|
17
28
|
- Where does Aitne put its data?
|
|
29
|
+
- How do I install the aitne npm package?
|
|
18
30
|
locale: en-US
|
|
19
31
|
created: 2026-04-25
|
|
20
|
-
updated: 2026-
|
|
32
|
+
updated: 2026-05-15
|
|
21
33
|
keywords:
|
|
22
34
|
- install
|
|
23
35
|
- first run
|
|
24
36
|
- pnpm
|
|
25
|
-
-
|
|
37
|
+
- npm install aitne
|
|
38
|
+
- aitne start
|
|
39
|
+
- PA_DATA_DIR
|
|
40
|
+
- node 22
|
|
26
41
|
related:
|
|
27
42
|
- reference/cli-commands
|
|
28
43
|
- guides/reinstall-cleanly
|
|
29
44
|
- guides/migrate-machines
|
|
45
|
+
- getting-started/02-first-steps
|
|
30
46
|
---
|
|
31
47
|
|
|
32
48
|
# Install and Run
|
|
@@ -3,6 +3,11 @@ schema_version: 1
|
|
|
3
3
|
slug: guides/migrate-machines
|
|
4
4
|
title: Migrate Machines
|
|
5
5
|
id: migrate-machines
|
|
6
|
+
aliases:
|
|
7
|
+
- migrate
|
|
8
|
+
- move machines
|
|
9
|
+
- transfer install
|
|
10
|
+
- move install
|
|
6
11
|
category: guides
|
|
7
12
|
summary: |
|
|
8
13
|
Move a Aitne install to a new machine — install the daemon,
|
|
@@ -11,12 +16,19 @@ section: migrate-machines
|
|
|
11
16
|
tags:
|
|
12
17
|
- guide
|
|
13
18
|
- operations
|
|
19
|
+
- migration
|
|
14
20
|
status: stable
|
|
15
21
|
ask_examples:
|
|
16
22
|
- Can I move Aitne to a new laptop?
|
|
17
23
|
locale: en-US
|
|
18
24
|
created: 2026-04-25
|
|
19
25
|
updated: 2026-04-25
|
|
26
|
+
keywords:
|
|
27
|
+
- migrate
|
|
28
|
+
- move install
|
|
29
|
+
- PA_DATA_DIR
|
|
30
|
+
- rsync
|
|
31
|
+
- second machine
|
|
20
32
|
related:
|
|
21
33
|
- guides/backup-and-restore
|
|
22
34
|
- guides/reinstall-cleanly
|
|
@@ -31,7 +43,7 @@ context-file history.
|
|
|
31
43
|
|
|
32
44
|
## Steps
|
|
33
45
|
|
|
34
|
-
1. On the old machine: `
|
|
46
|
+
1. On the old machine: `aitne stop`.
|
|
35
47
|
2. Copy `~/.personal-agent/context/` to the new machine.
|
|
36
48
|
3. On the new machine: install per [Install and Run](install-and-run.md).
|
|
37
49
|
4. Optionally copy `data/personal_agent.db` (skip if upgrading daemon versions).
|
|
@@ -3,6 +3,10 @@ schema_version: 1
|
|
|
3
3
|
slug: guides/multiple-wikis-for-multiple-domains
|
|
4
4
|
title: Multiple Wikis for Multiple Domains
|
|
5
5
|
id: multiple-wikis-for-multiple-domains
|
|
6
|
+
aliases:
|
|
7
|
+
- multi-workspace wiki
|
|
8
|
+
- multiple workspaces
|
|
9
|
+
- domain wikis
|
|
6
10
|
category: guides
|
|
7
11
|
summary: |
|
|
8
12
|
Run more than one wiki workspace inside the same daemon. Address
|
|
@@ -21,6 +25,11 @@ ask_examples:
|
|
|
21
25
|
locale: en-US
|
|
22
26
|
created: 2026-05-12
|
|
23
27
|
updated: 2026-05-12
|
|
28
|
+
keywords:
|
|
29
|
+
- multi-workspace
|
|
30
|
+
- wiki workspace
|
|
31
|
+
- default workspace
|
|
32
|
+
- @workspace token
|
|
24
33
|
related:
|
|
25
34
|
- features/wiki/overview
|
|
26
35
|
- features/wiki/commands
|
|
@@ -14,6 +14,7 @@ section: pause-the-agent
|
|
|
14
14
|
tags:
|
|
15
15
|
- guide
|
|
16
16
|
- operations
|
|
17
|
+
- messaging
|
|
17
18
|
status: stable
|
|
18
19
|
ask_examples:
|
|
19
20
|
- How do I pause the agent without uninstalling?
|
|
@@ -21,6 +22,13 @@ ask_examples:
|
|
|
21
22
|
locale: en-US
|
|
22
23
|
created: 2026-04-25
|
|
23
24
|
updated: 2026-04-25
|
|
25
|
+
keywords:
|
|
26
|
+
- pause agent
|
|
27
|
+
- stop agent
|
|
28
|
+
- !stop
|
|
29
|
+
- !start
|
|
30
|
+
- disable autonomous
|
|
31
|
+
- go silent
|
|
24
32
|
related:
|
|
25
33
|
- features/operations/quiet-hours
|
|
26
34
|
- features/messaging/bang-commands
|
|
@@ -45,14 +53,14 @@ losing your install.
|
|
|
45
53
|
daemon keeps running so you can `!start` to resume. See
|
|
46
54
|
[Bang Commands](../features/messaging/bang-commands.md).
|
|
47
55
|
2. **Disable the hourly check** from `/settings/routines` — toggle
|
|
48
|
-
`hourlyCheckEnabled` off. Morning, evening, weekly
|
|
49
|
-
|
|
50
|
-
|
|
56
|
+
`hourlyCheckEnabled` off. Morning, evening, and weekly reviews
|
|
57
|
+
fire at fixed times in code, so they cannot be toggled from the
|
|
58
|
+
dashboard; the most reliable mute is `aitne stop`.
|
|
51
59
|
3. **Set an extended quiet hours window** on `/settings/schedule` —
|
|
52
60
|
e.g. `quietHoursStart: "00:00"`, `quietHoursEnd: "23:59"`. Both
|
|
53
61
|
fields take an `HH:MM` string. This silences notifications while
|
|
54
62
|
keeping routines running.
|
|
55
|
-
4. **Optionally** stop the daemon entirely with `
|
|
63
|
+
4. **Optionally** stop the daemon entirely with `aitne stop`. This is
|
|
56
64
|
the only way to fully suppress the fixed-schedule routines.
|
|
57
65
|
|
|
58
66
|
## Verification
|
|
@@ -3,6 +3,12 @@ schema_version: 1
|
|
|
3
3
|
slug: guides/reinstall-cleanly
|
|
4
4
|
title: Reinstall Cleanly
|
|
5
5
|
id: reinstall-cleanly
|
|
6
|
+
aliases:
|
|
7
|
+
- reinstall
|
|
8
|
+
- clean reinstall
|
|
9
|
+
- factory reset
|
|
10
|
+
- wipe data
|
|
11
|
+
- fresh install
|
|
6
12
|
category: guides
|
|
7
13
|
summary: |
|
|
8
14
|
Aitne's policy is "clean reinstall, no data migration".
|
|
@@ -12,6 +18,7 @@ section: reinstall-cleanly
|
|
|
12
18
|
tags:
|
|
13
19
|
- guide
|
|
14
20
|
- operations
|
|
21
|
+
- reinstall
|
|
15
22
|
status: stable
|
|
16
23
|
ask_examples:
|
|
17
24
|
- How do I reinstall Aitne?
|
|
@@ -19,6 +26,13 @@ ask_examples:
|
|
|
19
26
|
locale: en-US
|
|
20
27
|
created: 2026-04-25
|
|
21
28
|
updated: 2026-04-25
|
|
29
|
+
keywords:
|
|
30
|
+
- reinstall
|
|
31
|
+
- factory reset
|
|
32
|
+
- wipe
|
|
33
|
+
- fresh install
|
|
34
|
+
- PA_DATA_DIR
|
|
35
|
+
- aitne uninstall
|
|
22
36
|
related:
|
|
23
37
|
- guides/backup-and-restore
|
|
24
38
|
---
|
|
@@ -35,11 +49,12 @@ Reset Aitne's state without losing your context files.
|
|
|
35
49
|
|
|
36
50
|
## Steps
|
|
37
51
|
|
|
38
|
-
1. `
|
|
52
|
+
1. `aitne stop`.
|
|
39
53
|
2. `cp -R ~/.personal-agent/context backup/` (optional).
|
|
40
|
-
3. `rm ~/.personal-agent/data/personal_agent.db
|
|
41
|
-
inside `data/`, not at the top of the data dir
|
|
42
|
-
|
|
54
|
+
3. `rm ~/.personal-agent/data/personal_agent.db*` (the SQLite file
|
|
55
|
+
lives inside `data/`, not at the top of the data dir; the `*`
|
|
56
|
+
also clears the `-shm`/`-wal` companions left behind by WAL mode).
|
|
57
|
+
4. `aitne start`.
|
|
43
58
|
5. Walk the setup wizard again.
|
|
44
59
|
|
|
45
60
|
## Verification
|