Skip to content

Commit 31e3362

Browse files
committed
Correct links
1 parent e177184 commit 31e3362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/methodology/lesson-3-high-level-methodology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This is **grounding**—the bridge between the general-purpose knowledge and pat
6969

7070
For code context, you need semantic code search. [ChunkHound](https://chunkhound.github.io/) performs **code deep research**—answering architectural questions like "How is authentication handled?" or "What's the error handling pattern?" instead of just keyword matching. It retrieves the relevant patterns and implementations from your codebase.
7171

72-
### Domain Research: ArguSeek
72+
### Domain Research: [ArguSeek](https://github.com/ArguSeek/arguseek)
7373

7474
For domain knowledge, ArguSeek pulls information from Google directly and efficiently into your context. Need the latest API docs? Best practices from a specific framework? An algorithm buried in a 50-page research paper PDF? A solution from a GitHub issue? ArguSeek retrieves it and makes it available to your agent—no manual tab-switching, copy-pasting, or context reconstruction.
7575

website/docs/methodology/lesson-5-grounding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Total cost to your orchestrator: 9,300 tokens instead of 42,000+ from raw fetchi
284284
<details>
285285
<summary>Deep Dive: ArguSeek Architecture</summary>
286286

287-
[ArguSeek](https://arguseek.com)—structured pipeline for web research with semantic state management.
287+
[ArguSeek](https://github.com/ArguSeek/arguseek)—structured pipeline for web research with semantic state management.
288288

289289
**Key Differentiators:**
290290

0 commit comments

Comments
 (0)