-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathNOTICE
More file actions
24 lines (19 loc) · 1.15 KB
/
Copy pathNOTICE
File metadata and controls
24 lines (19 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
agentmap — Credits & attribution
================================
agentmap is copyright 2026 Raymond Surya Chin and contributors,
licensed under the MIT License (see LICENSE).
-------------------------------------------------------------------------------
Algorithm credit
-------------------------------------------------------------------------------
agentmap's repo-map ranking — personalized PageRank importance scoring and the
identifier-graph symbol ranking — is an independent reimplementation, in
JavaScript, of the approach introduced by Aider's repo map
(https://github.com/Aider-AI/aider) by Paul Gauthier and contributors.
No Aider source code is copied or included here: PageRank is a public, textbook
algorithm, agentmap implements it from scratch (a dependency-free power
iteration in agentmap.mjs), and Aider itself relies on the networkx library
rather than hand-written ranking code. This NOTICE is a courtesy credit to the
project that pioneered applying that ranking approach to a coding-agent repo
map — not a statement of derivative authorship.
Aider is licensed under the Apache License, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0).