Views
No views yet
cosine(task_tfidf, description_tfidf). TF-IDF only, ~6 MB, no torch,
no GPU. The default model behind pip install agent-tool-router.pip install git+https://github.com/dalek-ai/agent-tool-router.git1from agent_tool_router import Router
2r = Router.from_pretrained("baseline-v1-desc")
3r.route("cancel my pending order and refund the credit", k=3)
4# ['refundOrder', 'modify_pending_order_items', 'cancel_pending_order']| source | n calls | top-3 |
|---|---|---|
| Hermes function-calling-v1 | 4 376 | 74.3% |
| ToolACE | 17 169 | 52.4% |
| tau-bench | 8 880 | 3.2% |
| overall | 30 425 | 41.2% |
torch + sentence-transformers, switch to
baseline-v1-desc-hybrid.