Skip to content

Commit 1bb82e7

Browse files
docs: fix image link (#7227) (#7272)
Signed-off-by: Neal Vaidya <nealv@nvidia.com> Signed-off-by: Harrison King Saturley-Hall <hsaturleyhal@nvidia.com> Co-authored-by: Neal Vaidya <nealv@nvidia.com>
1 parent e7c72b7 commit 1bb82e7

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ CMakeCache.txt
3737
*_pb2.py
3838
*_pb2.pyi
3939
*.svg
40+
!docs/assets/**/*.svg
4041

4142
*pytest_report.md
4243
*pytest_report.xml
File renamed without changes.

docs/features/agentic_workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Agentic hints are per-request metadata that the agent client (e.g. Claude Code,
2828

2929
- **Flow:** Harness sets hints in the request → Dynamo frontend parses `nvext` into routing hints → KV router uses them for queue ordering and worker selection → backends use them for priority scheduling and cache eviction.
3030

31-
![Agentic workflow: Harness → hints in request → Dynamo frontend → routing hints → KV router (queue order, worker choice) → backend](/assets/img/agentic-hints-workflow.svg)
31+
![Agentic workflow: Harness → hints in request → Dynamo frontend → routing hints → KV router (queue order, worker choice) → backend](../assets/img/agentic-hints-workflow.svg)
3232

3333
The request body includes `nvext.agent_hints` (routing, scheduling) and `nvext.cache_control` (TTL-based pinning); the frontend passes the former to the KV router and the latter to the KV block manager for cache pinning, prefetching, and eviction.
3434

0 commit comments

Comments
 (0)