|
6 | 6 |
|
7 | 7 | **The repo map your coding agent is _forced_ to use — ~98% fewer tokens to understand your TS/JS codebase.** |
8 | 8 |
|
9 | | -Your AI coding agent doesn't actually *know* your codebase. Every session it re-learns it |
10 | | -from scratch — opening files and running grep after grep just to figure out what connects to |
11 | | -what, burning thousands of tokens (and your money) before it writes a single line. agentmap |
12 | | -hands it the answer instead: a ranked map of your whole repo it can query in one shot. |
13 | | - |
14 | | -The payoff: it answers "understand the codebase" questions in **~98% fewer tokens on average** |
15 | | -(up to **99.9% per task**) than reading raw files. Under the hood — personalized PageRank |
16 | | -importance, Aider-style symbol ranking, a token-budgeted digest, and a single `--any` router |
17 | | -(file → symbol → feature → live git-grep) — all wired straight into the agent loop so it |
18 | | -actually gets used, not just published. |
| 9 | +Your AI coding agent doesn't actually *know* your codebase — every session it re-learns it by |
| 10 | +opening files and running grep after grep just to figure out what connects to what, burning |
| 11 | +thousands of tokens (and your money) before it writes a single line. agentmap fixes that: it's |
| 12 | +a **queryable, ranked code-relationship map for TypeScript/JavaScript repos** the agent queries |
| 13 | +in one shot instead. |
| 14 | + |
| 15 | +The payoff: "understand the codebase" questions answered in **~98% fewer tokens on average** |
| 16 | +(up to **99.9% per task**) vs reading raw files — via personalized PageRank importance, |
| 17 | +Aider-style symbol ranking, a token-budgeted digest, and a single `--any` router (file → symbol |
| 18 | +→ feature → live git-grep), all wired into the agent loop so it actually gets used, not just |
| 19 | +published. |
19 | 20 |
|
20 | 21 | [](https://www.npmjs.com/package/@raymondchins/agentmap) |
21 | 22 | [](https://github.com/raymondchins/agentmap/actions/workflows/ci.yml) |
|
0 commit comments