Skip to content

Commit db0ab6c

Browse files
anandgupta42claude
andcommitted
docs: update site-wide docs for training and new agent modes
- Homepage: update from "Four agents" to "Seven agents" — add Researcher, Trainer, Executive cards with descriptions - Getting Started: update training link to match new pitch "Corrections That Stick" - Tools index: add Training row (3 tools + 3 skills) with link - All references now consistent with simplified training system Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 181201b commit db0ab6c

File tree

4 files changed

+29
-24
lines changed

4 files changed

+29
-24
lines changed

.github/meta/commit.txt

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
1-
feat: merge training into memory with context-aware relevance scoring
2-
3-
Replace two parallel injection systems (memory 8KB + training 16KB)
4-
with a single unified injection that scores blocks by relevance to
5-
the current agent.
6-
7-
How it works:
8-
- All blocks (memory + training) loaded in one pass
9-
- Each block scored: agent tag match (+10), training kind relevance
10-
per agent (+1-5), applied count bonus (+0-3), recency (+0-2),
11-
non-training base (+5)
12-
- Builder sees rules/patterns first; analyst sees glossary/context first
13-
- Budget is 20KB unified, filled greedily by score
14-
- Training blocks still tracked with applied counts (fire-and-forget)
15-
16-
Architecture:
17-
- memory/prompt.ts: new scoreBlock(), unified inject() with InjectionContext
18-
- memory/types.ts: UNIFIED_INJECTION_BUDGET, AGENT_TRAINING_RELEVANCE weights
19-
- session/prompt.ts: single inject call with agent context (was 2 separate)
20-
- training/prompt.ts: deprecated, delegates to MemoryPrompt (backward compat)
21-
22-
No changes to: MemoryStore, TrainingStore, training tools, memory tools.
1+
docs: update site-wide docs for training and new agent modes
2+
3+
- Homepage: update from "Four agents" to "Seven agents" — add Researcher,
4+
Trainer, Executive cards with descriptions
5+
- Getting Started: update training link to match new pitch
6+
"Corrections That Stick"
7+
- Tools index: add Training row (3 tools + 3 skills) with link
8+
- All references now consistent with simplified training system
239

2410
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

docs/docs/data-engineering/tools/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ altimate has 55+ specialized tools organized by function.
1111
| [dbt Tools](dbt-tools.md) | 2 tools + 6 skills | Run, manifest parsing, test generation, scaffolding |
1212
| [Warehouse Tools](warehouse-tools.md) | 6 tools | Environment scanning, connection management, discovery, testing |
1313
| [Altimate Memory](memory-tools.md) | 3 tools | Persistent cross-session memory for warehouse config, conventions, and preferences |
14+
| [Training](../training/index.md) | 3 tools + 3 skills | Correct the agent once, it remembers forever, your team inherits it |
1415

1516
All tools are available in the interactive TUI. The agent automatically selects the right tools based on your request.

docs/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,5 +206,5 @@ If you have a ChatGPT Plus/Pro subscription, you can use Codex as your LLM backe
206206
- [Configuration](configure/config.md) — Full config file reference
207207
- [Providers](configure/providers.md) — Set up Anthropic, OpenAI, Bedrock, Ollama, and more
208208
- [Agent Modes](data-engineering/agent-modes.md) — Builder, Analyst, Validator, Migrator, Researcher, Trainer
209-
- [Train Your AI Teammate](data-engineering/training/index.md)Teach patterns, rules, glossary, and standards
209+
- [Training: Corrections That Stick](data-engineering/training/index.md)Correct the agent once, it remembers forever, your team inherits it
210210
- [Data Engineering Tools](data-engineering/tools/index.md) — 55+ specialized tools for SQL, dbt, and warehouses

docs/docs/index.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ npm install -g @altimateai/altimate-code
8383

8484
---
8585

86-
<h2 class="section-heading">Four specialized agents</h2>
86+
<h2 class="section-heading">Seven specialized agents</h2>
8787
<p class="section-sub">Each agent has scoped permissions and purpose-built tools for its role.</p>
8888

8989
<div class="grid cards" markdown>
@@ -112,6 +112,24 @@ npm install -g @altimateai/altimate-code
112112

113113
Cross-warehouse SQL translation, schema migration, and dialect conversion workflows.
114114

115+
- :material-magnify:{ .lg .middle } **Researcher**
116+
117+
---
118+
119+
Deep multi-step investigations with structured reports. Root cause analysis, cost audits, deprecation checks.
120+
121+
- :material-school:{ .lg .middle } **Trainer**
122+
123+
---
124+
125+
Correct the agent once, it remembers forever, your team inherits it. Teach patterns, rules, and domain knowledge.
126+
127+
- :material-account-tie:{ .lg .middle } **Executive**
128+
129+
---
130+
131+
Business-friendly reporting. No SQL jargon — translates technical findings into impact and recommendations.
132+
115133
</div>
116134

117135
---

0 commit comments

Comments
 (0)