|
Add thinking/reasoning streaming support
Enable Ollama think param and stream reasoning chunks to client. New agent events: ThinkingDelta, ThinkingEnd. Config gains ollama_think and ollama_num_ctx settings. WebSocket protocol updated accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
|---|
|
|
| navi/api/websocket.py |
|---|
| navi/config.py |
|---|
| navi/core/__init__.py |
|---|
| navi/core/agent.py |
|---|
| navi/llm/base.py |
|---|
| navi/llm/ollama.py |
|---|