@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
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/git
|
|
4
|
+
title: "Git Page"
|
|
5
|
+
id: page-git
|
|
6
|
+
aliases:
|
|
7
|
+
- git page
|
|
8
|
+
- repositories page
|
|
9
|
+
category: pages
|
|
10
|
+
summary: |
|
|
11
|
+
The Git page configures how the agent watches each registered
|
|
12
|
+
repository — polling cadence, automation triggers, and the daily git
|
|
13
|
+
management the morning routine performs. Repositories are registered on
|
|
14
|
+
the Connections page.
|
|
15
|
+
tags:
|
|
16
|
+
- git
|
|
17
|
+
- lifestyle
|
|
18
|
+
status: stable
|
|
19
|
+
ask_examples:
|
|
20
|
+
- What can I do on the Git page?
|
|
21
|
+
- How do I change how often the agent checks a repo?
|
|
22
|
+
- Where do I set up automation triggers for a repository?
|
|
23
|
+
- How do I add a repository?
|
|
24
|
+
locale: en-US
|
|
25
|
+
created: 2026-07-01
|
|
26
|
+
updated: 2026-07-01
|
|
27
|
+
keywords:
|
|
28
|
+
- git
|
|
29
|
+
- repositories
|
|
30
|
+
- polling
|
|
31
|
+
- triggers
|
|
32
|
+
- daily management
|
|
33
|
+
related:
|
|
34
|
+
- features/lifestyle/git
|
|
35
|
+
- features/integrations/git
|
|
36
|
+
- features/integrations/github
|
|
37
|
+
ui_anchors:
|
|
38
|
+
- /git
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
# Git Page
|
|
42
|
+
|
|
43
|
+
The `/git` page is where you fine-tune how the agent handles each
|
|
44
|
+
repository you've registered. Every registered repo shows three
|
|
45
|
+
collapsible sections.
|
|
46
|
+
|
|
47
|
+
## What you can do here
|
|
48
|
+
|
|
49
|
+
- **Polling** — how often the agent checks the repo for changes.
|
|
50
|
+
- **Triggers** — automation rules that start follow-up work when a change
|
|
51
|
+
matches a rule you set.
|
|
52
|
+
- **Daily git management** — the routine upkeep the morning routine runs
|
|
53
|
+
on the repo each day.
|
|
54
|
+
|
|
55
|
+
You add repositories on the Connections page
|
|
56
|
+
(`/connections/repositories`), not here. If you haven't registered any
|
|
57
|
+
yet, this page just shows a "No repositories registered" prompt that links
|
|
58
|
+
you there.
|
|
59
|
+
|
|
60
|
+
## Where to go deeper
|
|
61
|
+
|
|
62
|
+
- [Git (lifestyle)](../features/lifestyle/git.md) — how the agent watches
|
|
63
|
+
and reports on your repos.
|
|
64
|
+
- [Git integration](../features/integrations/git.md) — registering and
|
|
65
|
+
authenticating repositories.
|
|
66
|
+
- [GitHub integration](../features/integrations/github.md) — the GitHub
|
|
67
|
+
side (PRs, issues).
|
|
68
|
+
|
|
69
|
+
## Related
|
|
70
|
+
|
|
71
|
+
- [Connections page](connections.md) — register repositories here first.
|
|
72
|
+
- [Agents page](agents.md) — the morning routine that runs daily git
|
|
73
|
+
management.
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/knowledge
|
|
4
|
+
title: "Knowledge Page"
|
|
5
|
+
id: page-knowledge
|
|
6
|
+
aliases:
|
|
7
|
+
- knowledge page
|
|
8
|
+
- memory page
|
|
9
|
+
- context files page
|
|
10
|
+
category: pages
|
|
11
|
+
summary: |
|
|
12
|
+
The Knowledge page is where the agent's memory lives — the Markdown
|
|
13
|
+
context files it reads and writes, the skills it runs, plus activity,
|
|
14
|
+
entities, and a way to upload your own knowledge files.
|
|
15
|
+
tags:
|
|
16
|
+
- knowledge
|
|
17
|
+
- memory
|
|
18
|
+
- skills
|
|
19
|
+
status: stable
|
|
20
|
+
ask_examples:
|
|
21
|
+
- What can I do on the Knowledge page?
|
|
22
|
+
- Where do I edit what the agent knows about me?
|
|
23
|
+
- Where are the agent's skills?
|
|
24
|
+
- How do I upload a file into the agent's knowledge?
|
|
25
|
+
locale: en-US
|
|
26
|
+
created: 2026-07-01
|
|
27
|
+
updated: 2026-07-01
|
|
28
|
+
keywords:
|
|
29
|
+
- knowledge
|
|
30
|
+
- memory
|
|
31
|
+
- context files
|
|
32
|
+
- skills
|
|
33
|
+
- entities
|
|
34
|
+
- upload
|
|
35
|
+
related:
|
|
36
|
+
- concepts/memory-model
|
|
37
|
+
- concepts/skills
|
|
38
|
+
- features/memory-files/user-profile
|
|
39
|
+
- guides/import-knowledge-file
|
|
40
|
+
ui_anchors:
|
|
41
|
+
- /knowledge
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
# Knowledge Page
|
|
45
|
+
|
|
46
|
+
The `/knowledge` page is your window into the agent's memory and skills.
|
|
47
|
+
It has five tabs.
|
|
48
|
+
|
|
49
|
+
## What you can do here
|
|
50
|
+
|
|
51
|
+
- **Context Files** — browse and edit the plain-Markdown files the agent
|
|
52
|
+
reads and writes (identity/profile, state/today, journals, and more).
|
|
53
|
+
- **Skills** — review the skills the agent can run and how they're wired.
|
|
54
|
+
- **Activity** — see recent reads and writes against the knowledge store.
|
|
55
|
+
- **Entities** — the people, projects, and things the agent has extracted.
|
|
56
|
+
- **Upload** — add your own file into the agent's knowledge.
|
|
57
|
+
|
|
58
|
+
Tip: the `?` on each tab opens the concept doc for that tab specifically
|
|
59
|
+
(memory model, skills, or the import guide).
|
|
60
|
+
|
|
61
|
+
## Where to go deeper
|
|
62
|
+
|
|
63
|
+
- [Memory model](../concepts/memory-model.md) — the file layout and the
|
|
64
|
+
rules around it.
|
|
65
|
+
- [Skills](../concepts/skills.md) — how skills and the self-learning loop
|
|
66
|
+
work.
|
|
67
|
+
- [User profile file](../features/memory-files/user-profile.md) — what the
|
|
68
|
+
agent knows about you.
|
|
69
|
+
- [Import a knowledge file](../guides/import-knowledge-file.md) — the
|
|
70
|
+
upload flow end to end.
|
|
71
|
+
|
|
72
|
+
## Related
|
|
73
|
+
|
|
74
|
+
- [Wiki page](wiki.md) — a separate, workspace-scoped knowledge builder.
|
|
75
|
+
- [Settings page](settings.md) — Self-learning and Management live there.
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/overview
|
|
4
|
+
title: "Overview Page"
|
|
5
|
+
id: page-overview
|
|
6
|
+
aliases:
|
|
7
|
+
- overview page
|
|
8
|
+
- home page
|
|
9
|
+
- dashboard home
|
|
10
|
+
- landing page
|
|
11
|
+
category: pages
|
|
12
|
+
summary: |
|
|
13
|
+
The Overview is the dashboard home — your agent at a glance. It shows
|
|
14
|
+
current status, what needs your attention, today's activity and spend,
|
|
15
|
+
and shortcuts into the rest of the app.
|
|
16
|
+
tags:
|
|
17
|
+
- dashboard
|
|
18
|
+
status: stable
|
|
19
|
+
ask_examples:
|
|
20
|
+
- What can I do on the Overview page?
|
|
21
|
+
- Where do I approve something the agent is waiting on?
|
|
22
|
+
- How do I trigger an activity scan right now?
|
|
23
|
+
- Where do I see today's cost on the dashboard?
|
|
24
|
+
locale: en-US
|
|
25
|
+
created: 2026-07-01
|
|
26
|
+
updated: 2026-07-01
|
|
27
|
+
keywords:
|
|
28
|
+
- overview
|
|
29
|
+
- home
|
|
30
|
+
- status
|
|
31
|
+
- approvals
|
|
32
|
+
- run now
|
|
33
|
+
related:
|
|
34
|
+
- pages/activity
|
|
35
|
+
- pages/analytics
|
|
36
|
+
- concepts/agent-day
|
|
37
|
+
- features/operations/approvals
|
|
38
|
+
- features/operations/activity-and-conversations
|
|
39
|
+
ui_anchors:
|
|
40
|
+
- /
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
# Overview Page
|
|
44
|
+
|
|
45
|
+
The landing screen at `/`. It answers "is my agent OK, and does anything
|
|
46
|
+
need me right now?" without making you dig through the other pages.
|
|
47
|
+
|
|
48
|
+
## What you can do here
|
|
49
|
+
|
|
50
|
+
- **See what needs attention.** System warnings and pending
|
|
51
|
+
[approvals](../features/operations/approvals.md) surface at the top and
|
|
52
|
+
can be approved or rejected inline. Both are hidden when there is
|
|
53
|
+
nothing to act on.
|
|
54
|
+
- **Read the status bar.** Current agent state, the next scheduled
|
|
55
|
+
activity scan (with a **Run now** button to trigger it immediately),
|
|
56
|
+
and today's spend.
|
|
57
|
+
- **Skim recent activity.** A live feed of the latest agent events — jump
|
|
58
|
+
to the [Agent Log](activity.md) for the full history.
|
|
59
|
+
- **Glance at today's context.** Calendar preview, drafts awaiting your
|
|
60
|
+
review, a health summary, and a cost summary card.
|
|
61
|
+
- **Jump into your life.** "Your Life" shortcuts and a rotating capability
|
|
62
|
+
tip link out to Knowledge, Wiki, Reading, and more.
|
|
63
|
+
|
|
64
|
+
## Where to go deeper
|
|
65
|
+
|
|
66
|
+
- [The agent's day](../concepts/agent-day.md) — how routines, scans, and
|
|
67
|
+
quiet hours shape what you see here.
|
|
68
|
+
- [Approvals](../features/operations/approvals.md) — when the agent asks
|
|
69
|
+
before acting.
|
|
70
|
+
- [Activity & Conversations](../features/operations/activity-and-conversations.md)
|
|
71
|
+
— the full audit trail behind the recent-events feed.
|
|
72
|
+
- [Costs & quotas](../concepts/costs-and-quotas.md) — what the spend
|
|
73
|
+
numbers mean.
|
|
74
|
+
|
|
75
|
+
## Related
|
|
76
|
+
|
|
77
|
+
Every other dashboard page, all reachable from here:
|
|
78
|
+
|
|
79
|
+
- [Chat page](chat.md)
|
|
80
|
+
- [Agents page](agents.md)
|
|
81
|
+
- [Tasks page](tasks.md)
|
|
82
|
+
- [Agent Log page](activity.md)
|
|
83
|
+
- [Analytics page](analytics.md)
|
|
84
|
+
- [Knowledge page](knowledge.md)
|
|
85
|
+
- [Wiki page](wiki.md)
|
|
86
|
+
- [Reading page](reading.md)
|
|
87
|
+
- [Browser page](browser.md)
|
|
88
|
+
- [Git page](git.md)
|
|
89
|
+
- [Connections page](connections.md)
|
|
90
|
+
- [Settings page](settings.md)
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/reading
|
|
4
|
+
title: "Reading Page"
|
|
5
|
+
id: page-reading
|
|
6
|
+
aliases:
|
|
7
|
+
- reading page
|
|
8
|
+
- books page
|
|
9
|
+
- highlights page
|
|
10
|
+
category: pages
|
|
11
|
+
summary: |
|
|
12
|
+
The Reading page is your reading list built from Kindle — import your
|
|
13
|
+
My Clippings.txt, then browse books (filterable by status) and the
|
|
14
|
+
highlights the agent extracted.
|
|
15
|
+
tags:
|
|
16
|
+
- reading
|
|
17
|
+
- lifestyle
|
|
18
|
+
status: stable
|
|
19
|
+
ask_examples:
|
|
20
|
+
- What can I do on the Reading page?
|
|
21
|
+
- How do I import my Kindle highlights?
|
|
22
|
+
- Where do I see my book highlights?
|
|
23
|
+
- How do I filter books I've finished?
|
|
24
|
+
locale: en-US
|
|
25
|
+
created: 2026-07-01
|
|
26
|
+
updated: 2026-07-01
|
|
27
|
+
keywords:
|
|
28
|
+
- reading
|
|
29
|
+
- books
|
|
30
|
+
- highlights
|
|
31
|
+
- kindle
|
|
32
|
+
- clippings
|
|
33
|
+
related:
|
|
34
|
+
- features/lifestyle/reading
|
|
35
|
+
ui_anchors:
|
|
36
|
+
- /reading
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
# Reading Page
|
|
40
|
+
|
|
41
|
+
The `/reading` page gathers your Kindle reading into one browsable
|
|
42
|
+
list, split across two tabs.
|
|
43
|
+
|
|
44
|
+
## What you can do here
|
|
45
|
+
|
|
46
|
+
- **Import My Clippings.txt** with the button in the header (connect your
|
|
47
|
+
Kindle via OpenMTP or the Send-to-Kindle app first). After the first
|
|
48
|
+
upload, new highlights arrive on their own through the Kindle Notebook
|
|
49
|
+
Export email pipeline — Kindle emails your exported notes and the agent
|
|
50
|
+
imports them for you.
|
|
51
|
+
- **Books tab** — every book, filterable by status (All, Reading,
|
|
52
|
+
Completed, Abandoned).
|
|
53
|
+
- **Highlights tab** — the individual highlights extracted from your
|
|
54
|
+
clippings.
|
|
55
|
+
|
|
56
|
+
## Where to go deeper
|
|
57
|
+
|
|
58
|
+
- [Reading](../features/lifestyle/reading.md) — how the Kindle import and
|
|
59
|
+
highlight sync work, and how the agent uses them.
|
|
60
|
+
|
|
61
|
+
## Related
|
|
62
|
+
|
|
63
|
+
- [Knowledge page](knowledge.md) — where longer-lived notes live.
|
|
64
|
+
- [Overview page](overview.md) — Reading is one of the "Your Life"
|
|
65
|
+
shortcuts.
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/settings
|
|
4
|
+
title: "Settings Page"
|
|
5
|
+
id: page-settings
|
|
6
|
+
aliases:
|
|
7
|
+
- settings page
|
|
8
|
+
- settings hub
|
|
9
|
+
- preferences page
|
|
10
|
+
category: pages
|
|
11
|
+
summary: |
|
|
12
|
+
The Settings page is the configuration hub. The landing tab covers the
|
|
13
|
+
agent's identity and management mode; a sidebar groups the rest —
|
|
14
|
+
Profile, Intelligence, Operations, Browser, and System.
|
|
15
|
+
tags:
|
|
16
|
+
- config
|
|
17
|
+
status: stable
|
|
18
|
+
ask_examples:
|
|
19
|
+
- What can I do on the Settings page?
|
|
20
|
+
- Where do I change the agent's name or character?
|
|
21
|
+
- Where do I set quiet hours?
|
|
22
|
+
- Where do I change which model handles a tier?
|
|
23
|
+
locale: en-US
|
|
24
|
+
created: 2026-07-01
|
|
25
|
+
updated: 2026-07-01
|
|
26
|
+
keywords:
|
|
27
|
+
- settings
|
|
28
|
+
- configuration
|
|
29
|
+
- models
|
|
30
|
+
- hours
|
|
31
|
+
- safety
|
|
32
|
+
related:
|
|
33
|
+
- concepts/agent-day
|
|
34
|
+
- concepts/backends-and-tiers
|
|
35
|
+
- features/operations/quiet-hours
|
|
36
|
+
- concepts/safety-and-execution
|
|
37
|
+
ui_anchors:
|
|
38
|
+
- /settings
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
# Settings Page
|
|
42
|
+
|
|
43
|
+
The `/settings` landing (**Agent**) covers the basics — the agent's display
|
|
44
|
+
name, its character, management mode, and vault health. A sidebar groups
|
|
45
|
+
everything else.
|
|
46
|
+
|
|
47
|
+
## What you can do here
|
|
48
|
+
|
|
49
|
+
- **Profile** — **Agent** (name, character, management mode) and
|
|
50
|
+
**Hours & Notifications** (quiet hours, notification policy).
|
|
51
|
+
- **Intelligence** — **Models** (which model serves each tier — the
|
|
52
|
+
agent's speed/cost levels),
|
|
53
|
+
**Self-learning** (skill-overlay review), **Lessons** (the feedback
|
|
54
|
+
learning store), and **Wiki** (workspace configuration).
|
|
55
|
+
- **Operations** — **Management** (the agent's primary vault + management
|
|
56
|
+
mode) and **Commands** (settings for bang-commands — the `!`-prefixed
|
|
57
|
+
shortcuts you type in chat).
|
|
58
|
+
- **Browser** — **Browser History** and **Browser Automation** settings
|
|
59
|
+
(mirrored on the [Browser page](../pages/browser.md)).
|
|
60
|
+
- **System** — **Safety** (tool policy), **Infrastructure** (config keys,
|
|
61
|
+
paths), and **Danger Zone** (reset and reinstall).
|
|
62
|
+
|
|
63
|
+
## Where to go deeper
|
|
64
|
+
|
|
65
|
+
- [The agent's day](../concepts/agent-day.md) — hours and routines.
|
|
66
|
+
- [Backends & tiers](../concepts/backends-and-tiers.md) — what the Models
|
|
67
|
+
page controls.
|
|
68
|
+
- [Quiet hours](../features/operations/quiet-hours.md) — when the agent
|
|
69
|
+
stays silent.
|
|
70
|
+
- [Safety & execution](../concepts/safety-and-execution.md) — what the
|
|
71
|
+
Safety page governs.
|
|
72
|
+
- [Config reference](../reference/config.md) — every editable key.
|
|
73
|
+
|
|
74
|
+
## Related
|
|
75
|
+
|
|
76
|
+
- [Agents page](agents.md) — per-agent schedules and rulebooks.
|
|
77
|
+
- [Connections page](connections.md) — link outside services.
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/tasks
|
|
4
|
+
title: "Tasks Page"
|
|
5
|
+
id: page-tasks
|
|
6
|
+
aliases:
|
|
7
|
+
- tasks page
|
|
8
|
+
- task board
|
|
9
|
+
- queue page
|
|
10
|
+
- schedule page
|
|
11
|
+
category: pages
|
|
12
|
+
summary: |
|
|
13
|
+
The Tasks page is the operations hub — everything the agent has in
|
|
14
|
+
motion. A standing Board of work items, a run Queue (upcoming and
|
|
15
|
+
history), and your recurring Scheduled DMs, all in your timezone.
|
|
16
|
+
tags:
|
|
17
|
+
- agents
|
|
18
|
+
- scheduler
|
|
19
|
+
status: stable
|
|
20
|
+
ask_examples:
|
|
21
|
+
- What can I do on the Tasks page?
|
|
22
|
+
- Where do I see what the agent is about to run?
|
|
23
|
+
- How do I set up a recurring DM reminder?
|
|
24
|
+
- Where did the Schedule page go?
|
|
25
|
+
locale: en-US
|
|
26
|
+
created: 2026-07-01
|
|
27
|
+
updated: 2026-07-01
|
|
28
|
+
keywords:
|
|
29
|
+
- tasks
|
|
30
|
+
- queue
|
|
31
|
+
- schedule
|
|
32
|
+
- scheduled dms
|
|
33
|
+
- board
|
|
34
|
+
related:
|
|
35
|
+
- pages/agents
|
|
36
|
+
- features/memory-files/schedule
|
|
37
|
+
- features/operations/schedule-approaching
|
|
38
|
+
- concepts/routines
|
|
39
|
+
ui_anchors:
|
|
40
|
+
- /tasks
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
# Tasks Page
|
|
44
|
+
|
|
45
|
+
The `/tasks` page is where the standing work, the run queue, and your
|
|
46
|
+
scheduled DMs all live. (The old **Schedule** page merged in here — its
|
|
47
|
+
queue and DM rules are now the Queue and Scheduled DMs tabs.)
|
|
48
|
+
|
|
49
|
+
## What you can do here
|
|
50
|
+
|
|
51
|
+
- **Board tab** — the read-only Unified Task Board: a live inventory of
|
|
52
|
+
everything in motion (agents, triggers, runs, background workers), each
|
|
53
|
+
clickable for detail.
|
|
54
|
+
- **Queue tab** — the concrete runs your schedules produce. **Upcoming**
|
|
55
|
+
lists what is about to run, soonest first; **History** shows what already ran.
|
|
56
|
+
- **Scheduled DMs tab** — the home for recurring DM rules (the reminders
|
|
57
|
+
and nudges). Create, edit, and remove them here.
|
|
58
|
+
- **Status strip** at the top shows the next scheduled run.
|
|
59
|
+
|
|
60
|
+
All times render in your own timezone.
|
|
61
|
+
|
|
62
|
+
## Where to go deeper
|
|
63
|
+
|
|
64
|
+
- [The schedule memory file](../features/memory-files/schedule.md) — how
|
|
65
|
+
scheduled work is stored.
|
|
66
|
+
- [Schedule approaching](../features/operations/schedule-approaching.md) —
|
|
67
|
+
the heads-up the agent gives before a run.
|
|
68
|
+
- [Routines](../concepts/routines.md) — the recurring agents that feed the
|
|
69
|
+
queue.
|
|
70
|
+
|
|
71
|
+
## Related
|
|
72
|
+
|
|
73
|
+
- [Agents page](agents.md) — the identities behind the runs.
|
|
74
|
+
- [Overview page](overview.md) — the next run also shows on the home status bar.
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
---
|
|
2
|
+
schema_version: 1
|
|
3
|
+
slug: pages/wiki
|
|
4
|
+
title: "Wiki Page"
|
|
5
|
+
id: page-wiki
|
|
6
|
+
aliases:
|
|
7
|
+
- wiki page
|
|
8
|
+
- wiki dashboard
|
|
9
|
+
category: pages
|
|
10
|
+
summary: |
|
|
11
|
+
The Wiki page is the dashboard for the personal wiki builder — an opt-in
|
|
12
|
+
workspace that turns URLs, pastes, and notes you DM into a linked
|
|
13
|
+
Markdown wiki. It shows the index and recent activity, or an enable
|
|
14
|
+
prompt when no workspace exists yet.
|
|
15
|
+
tags:
|
|
16
|
+
- wiki
|
|
17
|
+
- knowledge
|
|
18
|
+
status: stable
|
|
19
|
+
ask_examples:
|
|
20
|
+
- What can I do on the Wiki page?
|
|
21
|
+
- How do I enable the wiki?
|
|
22
|
+
- Where do I see my wiki's articles?
|
|
23
|
+
- How do I add a source to my wiki?
|
|
24
|
+
locale: en-US
|
|
25
|
+
created: 2026-07-01
|
|
26
|
+
updated: 2026-07-01
|
|
27
|
+
keywords:
|
|
28
|
+
- wiki
|
|
29
|
+
- workspace
|
|
30
|
+
- ingest
|
|
31
|
+
- compile
|
|
32
|
+
- articles
|
|
33
|
+
related:
|
|
34
|
+
- features/wiki/overview
|
|
35
|
+
- features/wiki/dashboard
|
|
36
|
+
- features/wiki/commands
|
|
37
|
+
- guides/build-your-wiki
|
|
38
|
+
ui_anchors:
|
|
39
|
+
- /wiki
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
# Wiki Page
|
|
43
|
+
|
|
44
|
+
The `/wiki` page is where you read your wiki — the view surface for the
|
|
45
|
+
wiki builder. You build the wiki itself over DM. The wiki is opt-in: until
|
|
46
|
+
you enable a workspace, the page shows a **Wiki not enabled** card with a
|
|
47
|
+
prompt to turn it on.
|
|
48
|
+
|
|
49
|
+
## What you can do here
|
|
50
|
+
|
|
51
|
+
- **Enable a workspace** the first time, from the enable card.
|
|
52
|
+
- **Browse the index** of synthesized articles once a workspace is active.
|
|
53
|
+
- **Watch recent activity** — the latest captures, compiles, and answers.
|
|
54
|
+
- **Build the wiki over DM.** The real work happens through bang commands
|
|
55
|
+
(messages that start with `!`) you send the agent: `!ingest` to capture,
|
|
56
|
+
`!compile` to synthesize, `!ask` for cited answers, and
|
|
57
|
+
`!lint` / `!trace` / `!connect` to audit, trace history, and bridge
|
|
58
|
+
domains.
|
|
59
|
+
|
|
60
|
+
## Where to go deeper
|
|
61
|
+
|
|
62
|
+
- [Wiki overview](../features/wiki/overview.md) — the workspace concept and
|
|
63
|
+
the `00_inbox` / `10_raw` / `20_wiki` / `30_outputs` layers.
|
|
64
|
+
- [Wiki dashboard](../features/wiki/dashboard.md) — this page and the
|
|
65
|
+
timeline in detail.
|
|
66
|
+
- [Wiki commands](../features/wiki/commands.md) — the full `!` reference.
|
|
67
|
+
- [Build your wiki](../guides/build-your-wiki.md) — first-day walkthrough.
|
|
68
|
+
|
|
69
|
+
## Related
|
|
70
|
+
|
|
71
|
+
- [Knowledge page](knowledge.md) — the agent's own memory (distinct from
|
|
72
|
+
the wiki).
|
|
73
|
+
- [Settings → Wiki](settings.md) — workspace configuration.
|
|
@@ -16,9 +16,6 @@ summary: |
|
|
|
16
16
|
per-route files under packages/daemon/src/api/routes/.
|
|
17
17
|
section: api
|
|
18
18
|
tags:
|
|
19
|
-
- reference
|
|
20
|
-
- api
|
|
21
|
-
- core
|
|
22
19
|
- operations
|
|
23
20
|
status: stable
|
|
24
21
|
ask_examples:
|
|
@@ -28,7 +25,7 @@ ask_examples:
|
|
|
28
25
|
- How do I list registered backends?
|
|
29
26
|
locale: en-US
|
|
30
27
|
created: 2026-04-25
|
|
31
|
-
updated: 2026-
|
|
28
|
+
updated: 2026-07-01
|
|
32
29
|
keywords:
|
|
33
30
|
- API
|
|
34
31
|
- REST
|
|
@@ -50,20 +47,23 @@ related:
|
|
|
50
47
|
|
|
51
48
|
# API Reference
|
|
52
49
|
|
|
53
|
-
The daemon serves
|
|
54
|
-
`8321`).
|
|
55
|
-
exception is the GitHub webhook receiver,
|
|
50
|
+
The daemon serves one Hono web app on `127.0.0.1:PA_API_PORT` (default
|
|
51
|
+
`8321`). Hono is a small, fast HTTP framework. Almost every endpoint sits
|
|
52
|
+
under `/api/*`; the one exception is the GitHub webhook receiver, at the
|
|
53
|
+
root path `/webhook/github`.
|
|
54
|
+
|
|
56
55
|
**Source of truth:** `packages/daemon/src/api/server.ts` (`createApp`)
|
|
57
|
-
registers most route groups
|
|
58
|
-
`packages/daemon/src/bootstrap/api.ts`
|
|
59
|
-
only
|
|
60
|
-
or directory under `packages/daemon/src/api/routes/`.
|
|
56
|
+
registers most route groups. One more group is mounted later, in
|
|
57
|
+
`packages/daemon/src/bootstrap/api.ts` — the docs corpus plus docs-QA,
|
|
58
|
+
which can only be wired up once the search indexer is ready. Each group
|
|
59
|
+
lives in its own file or directory under `packages/daemon/src/api/routes/`.
|
|
61
60
|
|
|
62
61
|
## Auth
|
|
63
62
|
|
|
64
|
-
A bearer token
|
|
65
|
-
|
|
66
|
-
|
|
63
|
+
A bearer token — a secret string that proves a caller is allowed to use
|
|
64
|
+
the API — is generated at first launch and stored in the OS keychain. The
|
|
65
|
+
dashboard reads it through the daemon proxy; external callers pass it in
|
|
66
|
+
the `Authorization: Bearer <token>` header.
|
|
67
67
|
|
|
68
68
|
## Route Groups
|
|
69
69
|
|
|
@@ -187,9 +187,10 @@ keys.
|
|
|
187
187
|
## Risk classification
|
|
188
188
|
|
|
189
189
|
Every endpoint carries a `RiskTier` from
|
|
190
|
-
`packages/daemon/src/safety/risk-classifier.ts
|
|
191
|
-
values (the former **notify** tier
|
|
192
|
-
now covers everything that used to be
|
|
190
|
+
`packages/daemon/src/safety/risk-classifier.ts` that says how much
|
|
191
|
+
protection it needs. There are three values (the former **notify** tier
|
|
192
|
+
was removed daemon-wide — Approve now covers everything that used to be
|
|
193
|
+
Notify):
|
|
193
194
|
|
|
194
195
|
- **autonomous** — safe to execute without any auth or notification.
|
|
195
196
|
- **read_sensitive** — touches personal data (email, calendar, notes,
|
|
@@ -14,8 +14,6 @@ summary: |
|
|
|
14
14
|
dashboard, plus the environment variables that override defaults.
|
|
15
15
|
section: cli
|
|
16
16
|
tags:
|
|
17
|
-
- core
|
|
18
|
-
- reference
|
|
19
17
|
- cli
|
|
20
18
|
- operations
|
|
21
19
|
status: stable
|
|
@@ -28,7 +26,7 @@ ask_examples:
|
|
|
28
26
|
- How do I check my install with aitne doctor?
|
|
29
27
|
locale: en-US
|
|
30
28
|
created: 2026-04-27
|
|
31
|
-
updated: 2026-
|
|
29
|
+
updated: 2026-07-01
|
|
32
30
|
keywords:
|
|
33
31
|
- aitne start
|
|
34
32
|
- aitne stop
|
|
@@ -54,6 +52,7 @@ related:
|
|
|
54
52
|
- features/messaging/bang-commands
|
|
55
53
|
- reference/knowledge-layout
|
|
56
54
|
- reference/config
|
|
55
|
+
- reference/keyboard-shortcuts
|
|
57
56
|
ui_anchors:
|
|
58
57
|
- /setup
|
|
59
58
|
- /activity
|
|
@@ -66,10 +65,11 @@ ui_anchors:
|
|
|
66
65
|
|
|
67
66
|
`aitne` is the project's CLI (`bin/aitne.mjs`). The `pnpm <cmd>` forms are
|
|
68
67
|
workspace scripts that delegate to the same entry point. Use whichever you
|
|
69
|
-
prefer — `aitne start` and `pnpm start` do the same thing. After
|
|
70
|
-
the npm package globally (`npm install -g @aitne-sh/aitne`) the `aitne`
|
|
71
|
-
binary
|
|
72
|
-
|
|
68
|
+
prefer — `aitne start` and `pnpm start` do the same thing. After you install
|
|
69
|
+
the npm package globally (`npm install -g @aitne-sh/aitne`), the `aitne`
|
|
70
|
+
binary lands on your `$PATH` (the list of folders your shell searches for
|
|
71
|
+
commands), so you can run it from anywhere — you no longer need to be inside
|
|
72
|
+
the repo. The tables below show both forms.
|
|
73
73
|
|
|
74
74
|
Note: `pnpm build` is *not* the same as `aitne build`. `pnpm build` runs
|
|
75
75
|
`turbo run build` directly; `aitne build` runs the same build **and** writes
|
|
@@ -157,9 +157,10 @@ lives under `PA_DATA_DIR`, **not** inside the repo.
|
|
|
157
157
|
|
|
158
158
|
## Where data lives
|
|
159
159
|
|
|
160
|
-
The context vault is
|
|
161
|
-
|
|
162
|
-
daemon at
|
|
160
|
+
The context vault is split into six top-level folders (context-vault v2),
|
|
161
|
+
each one an "authority class" — a separate group of memory files. The agent
|
|
162
|
+
never writes these files directly; every write goes through the daemon at
|
|
163
|
+
`http://localhost:8321/api/context/<class>/<path>`.
|
|
163
164
|
|
|
164
165
|
```
|
|
165
166
|
~/.personal-agent/
|
|
@@ -182,3 +183,5 @@ daemon at `http://localhost:8321/api/context/<class>/<path>`.
|
|
|
182
183
|
guide that uses these commands end-to-end.
|
|
183
184
|
- [Reinstall Cleanly](../guides/reinstall-cleanly.md) — when you need
|
|
184
185
|
to wipe state and start over.
|
|
186
|
+
- [Keyboard Shortcuts](./keyboard-shortcuts.md) — the dashboard hotkeys
|
|
187
|
+
that pair with these terminal commands.
|