feat: Add simple chat session implementation and integrate into build system

This commit is contained in:
scawful
2025-10-04 00:02:01 -04:00
parent 94cf867d36
commit e1304384bc
4 changed files with 1063 additions and 23 deletions

View File

@@ -67,6 +67,7 @@ _yaze_ensure_yaml_cpp(YAZE_YAML_CPP_TARGET)
set(YAZE_AGENT_SOURCES
cli/handlers/agent/tool_commands.cc
cli/service/agent/conversational_agent_service.cc
cli/service/agent/simple_chat_session.cc
cli/service/agent/tool_dispatcher.cc
cli/service/ai/ai_service.cc
cli/service/ai/ollama_ai_service.cc