docrag/rag
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
document_processor.py Implement tool calling loop for LLM 2026-03-29 16:07:56 +00:00
retriever.py Implement tool calling loop for LLM 2026-03-29 16:07:56 +00:00
vector_store.py Implement tool calling loop for LLM 2026-03-29 16:07:56 +00:00