Master Thesis · Comenius University in Bratislava
| Author | Bc. Alex Haščík |
| Supervisor | Mgr. Marek Šuppa |
| Study programme | Applied Informatics |
| Field of study | Computer Science |
| Department | Department of Applied Informatics |
| University | Comenius University in Bratislava |
This thesis explores methods for improving the tool-routing capabilities of AI agents built on small, resource-constrained language models. Current agentic systems often rely on large models to select from a wide range of available tools - a capability that degrades significantly when model size is reduced. The work investigates lightweight approaches to tool routing, including candidate narrowing and confidence-based fallback mechanisms, evaluated on established benchmarks for agentic performance.
| Goal | Status |
|---|---|
| Study relevant literature on tool-routing and agentic LLM systems | Done |
| Set up local inference environment (Ollama, Llama.cpp) and test open-source SLMs on local hardware | Done |
| Integrate the BFCL (Berkeley Function Calling Leaderboard) evaluation framework | Done |
| Register a custom local model endpoint in BFCL via OpenAI-compatible Ollama server | Done |
| Run first empirical measurement | Done |