More merge

This commit is contained in:
Willie Zutz
2025-04-19 12:52:15 -06:00
parent 1a2ad8a59d
commit b2da9faeed
5 changed files with 12895 additions and 2071 deletions

View File

@ -242,6 +242,9 @@ class MetaSearchAgent implements MetaSearchAgentType {
systemInstructions: string,
isCompact?: boolean,
) {
console.log("compact mode", isCompact);
console.log("optimization mode", optimizationMode);
return RunnableSequence.from([
RunnableMap.from({
systemInstructions: () => systemInstructions,