feat: Add proposal executor for agent response handling and command execution

This commit is contained in:
scawful
2025-10-04 05:18:09 -04:00
parent 8deb2656d5
commit acada1bec5
5 changed files with 320 additions and 117 deletions

View File

@@ -65,6 +65,7 @@ endfunction()
_yaze_ensure_yaml_cpp(YAZE_YAML_CPP_TARGET)
set(YAZE_AGENT_SOURCES
cli/service/agent/proposal_executor.cc
cli/handlers/agent/tool_commands.cc
cli/service/agent/conversational_agent_service.cc
cli/service/agent/simple_chat_session.cc