Add Ollama support and fix logging issues - #4
Conversation
- Added `_generate_ollama` to `MemoryClient` in `sdk.py`. - Updated `chat` method to route to Ollama, Groq, or local SmolLM based on `Vault` config. - Added `ollama` command group to `cli.py` (`scan`, `list`, `use`). - Updated `logger.py` to write JSON logs to file and keep console output clean. - Updated `cli_bridge.py` to support `/ollama` commands in the TUI shell. - Implemented graceful failure for PostgreSQL/Qdrant connections to prevent crashes. Co-authored-by: badalraj9 <128183727+badalraj9@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Added `_generate_ollama` to `MemoryClient` in `sdk.py`. - Updated `chat` method to route to Ollama, Groq, or local SmolLM based on `Vault` config. - Added `ollama` command group to `cli.py` (`scan`, `list`, `use`). - Updated `logger.py` to write JSON logs to file and keep console output clean. - Updated `cli_bridge.py` to support `/ollama` commands in the TUI shell. - Implemented graceful failure for PostgreSQL/Qdrant connections to prevent crashes. - Updated `README.md` with instructions on how to run the CLI and use Ollama. Co-authored-by: badalraj9 <128183727+badalraj9@users.noreply.github.com>
- Added `_generate_ollama` to `MemoryClient` in `sdk.py`. - Updated `chat` method to route to Ollama, Groq, or local SmolLM based on `Vault` config. - Added `ollama` command group to `cli.py` (`scan`, `list`, `use`). - Updated `logger.py` to write JSON logs to file and keep console output clean. - Updated `cli_bridge.py` to support `/ollama` commands in the TUI shell. - Implemented graceful failure for PostgreSQL/Qdrant connections to prevent crashes. - Updated `README.md` with instructions on how to run the CLI and use Ollama. Co-authored-by: badalraj9 <128183727+badalraj9@users.noreply.github.com>
- Added `_generate_ollama` to `MemoryClient` in `sdk.py`. - Updated `chat` method to route to Ollama, Groq, or local SmolLM based on `Vault` config. - Added `ollama` command group to `cli.py` (`scan`, `list`, `use`). - Updated `logger.py` to write JSON logs to file and keep console output clean. - Updated `cli_bridge.py` to support `/ollama` commands in the TUI shell. - Implemented graceful failure for PostgreSQL/Qdrant connections to prevent crashes. - Updated `README.md` with instructions on how to run the CLI and use Ollama. Co-authored-by: badalraj9 <128183727+badalraj9@users.noreply.github.com>
Implemented native Ollama support for local LLM usage, added CLI commands to manage it, cleaned up logging to prevent terminal clutter, and ensured graceful failure when databases are unavailable.
PR created automatically by Jules for task 9081749028868676832 started by @badalraj9