docrag/tools
Z User b811162f78 Implement tool calling loop for LLM
- Pass all registered tools to LLM during chat completion
- Handle tool_calls from LLM response
- Execute tools and feed results back to LLM
- Loop until LLM returns final response
- Updated system prompt to encourage tool use
- Updated streaming to handle tool calls
- Increased MAX_TOOL_ITERATIONS to 5
2026-03-29 16:07:56 +00:00
..
__init__.py Implement tool calling loop for LLM 2026-03-29 16:07:56 +00:00
finance_tool.py Implement tool calling loop for LLM 2026-03-29 16:07:56 +00:00
medical_tool.py Implement tool calling loop for LLM 2026-03-29 16:07:56 +00:00
news_tool.py Implement tool calling loop for LLM 2026-03-29 16:07:56 +00:00
science_tool.py Implement tool calling loop for LLM 2026-03-29 16:07:56 +00:00
weather_tool.py Implement tool calling loop for LLM 2026-03-29 16:07:56 +00:00
web_tool.py Implement tool calling loop for LLM 2026-03-29 16:07:56 +00:00
wikipedia_tool.py Implement tool calling loop for LLM 2026-03-29 16:07:56 +00:00