You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Configuration is managed via the **Settings** page in the UI or environment vari
109
109
110
110
> [!TIP]
111
111
>**Unlock the full potential of your Agent**<br>
112
-
> Check out the **[Agent Prompting Guide](docs/agent.md)**for best practices, workflow examples, and **system prompt templates** (`CLAUDE.md`, `GEMINI.md`) to paste into your project.
112
+
> Check out the **[Agent Prompting Guide](docs/agent-prompting-guide.md)**for best practices, workflow examples, and **system prompt templates** (`CLAUDE.md`, `GEMINI.md`) to paste into your project.
113
113
114
114
### 1. Add Data Sources
115
115
Navigate to the Admin Dashboard ([http://localhost:3000](http://localhost:3000)) and click **"Add Source"**.
Description: `Search & Exploration tool. Performs a hybrid search (Keyword + Vector). Use this for specific questions, finding code snippets, or exploring topics across known sources.
132
132
133
133
ARGUMENT GUIDE:
@@ -183,7 +183,7 @@ USAGE EXAMPLES:
183
183
},
184
184
},
185
185
{
186
-
Name: "qurio_list_sources",
186
+
Name: "qurio_list_sources",
187
187
Description: `Discovery tool. Lists all available documentation sets (sources) currently indexed. Use this at the start of a session to understand what documentation is available.
188
188
189
189
USAGE EXAMPLE:
@@ -194,7 +194,7 @@ qurio_list_sources()`,
194
194
},
195
195
},
196
196
{
197
-
Name: "qurio_list_pages",
197
+
Name: "qurio_list_pages",
198
198
Description: `Navigation tool. Lists all individual pages/documents within a specific source. Use this to find the exact URL of a document when a search query is too broad or to browse the table of contents.
Description: `Deep Reading / Full Context tool. Retrieves the *entire* content of a specific page or document by its URL. Use this when a search result snippet is truncated or insufficient, or when you need to read a full guide/tutorial. Crucial: Always prefer this over guessing content if the search result is incomplete.
0 commit comments