docs: add new post#984
Conversation
|
This comment has been minimized.
This comment has been minimized.
📝 WalkthroughWalkthroughAdditions include a new blog article introducing VoltAgent's Tool Routing architecture—a two-layer routing approach to reduce prompt bloat while maintaining control—and a UI label update clarifying the product name as "VoltAgent Framework" in the documentation navbar. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying voltagent with
|
| Latest commit: |
0c821fe
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ecc621c2.voltagent.pages.dev |
| Branch Preview URL: | https://add-tool-routing-post.voltagent.pages.dev |
There was a problem hiding this comment.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
website/src/components/doc-navbar/index.tsx (1)
173-182: Align mobile label with updated tab name.
Desktop tab shows “VoltAgent Framework” while the mobile menu still shows “VoltAgent”.🧩 Suggested fix
- VoltAgent + VoltAgent Framework
🧹 Nitpick comments (1)
website/blog/2026-01-23-tool-routing/index.md (1)
33-33: Rephrase to avoid “issue you shared” in a public post.
This reads like a private conversation. Consider a neutral, public-facing phrasing.💡 Suggested edit
-The VoltAgent issue you shared describes exactly this: frameworks tend to expose the full tool set directly, and prompt size becomes the scaling bottleneck. +A common issue in agent frameworks is exposing the full tool set directly, making prompt size the scaling bottleneck.
PR Checklist
Please check if your PR fulfills the following requirements:
Bugs / Features
What is the current behavior?
What is the new behavior?
fixes (issue)
Notes for reviewers
Summary by cubic
Adds a new blog post introducing Tool Routing in VoltAgent—scaling tool use with a small router surface backed by a hidden tool pool via embeddings—with quick-start examples (pool vs expose, multiple routers, resolver mode) and notes on observability/guardrails. Also updates the docs navbar label to "VoltAgent Framework".
Written for commit 0c821fe. Summary will update on new commits.
Summary by CodeRabbit
Documentation
✏️ Tip: You can customize this high-level summary in your review settings.