feat: Implement Ollama AI service integration with health checks and command generation

This commit is contained in:
scawful
2025-10-03 01:00:28 -04:00
parent 40a4e43db9
commit 6cec21f7aa
6 changed files with 843 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ add_executable(
cli/handlers/agent/test_commands.cc
cli/handlers/agent/gui_commands.cc
cli/service/ai_service.cc
cli/service/ollama_ai_service.cc
cli/service/proposal_registry.cc
cli/service/resource_catalog.cc
cli/service/rom_sandbox_manager.cc