feat(agent): integrate advanced features for enhanced conversational context
- Added support for advanced features in the ConversationalAgentService, including learned knowledge and TODO management, conditional on Z3ED_AI being enabled. - Implemented methods for injecting learned context and pretraining prompts into user messages, enhancing the conversational experience. - Updated header files to include necessary components for advanced features, ensuring modularity and clarity in the service's capabilities. Benefits: - Improved user interaction by providing contextually relevant responses. - Enhanced maintainability and extensibility of the agent's functionality.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <sstream>
|
||||
#include <map>
|
||||
#include "absl/strings/str_format.h"
|
||||
#include "absl/strings/str_join.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user