consolodation and improvements

This commit is contained in:
Lorenze Jay
2024-11-18 13:52:33 -08:00
parent b2c06d5b7a
commit cbfcde73ec
11 changed files with 248 additions and 320 deletions

View File

@@ -121,7 +121,6 @@ class Agent(BaseAgent):
default="safe",
description="Mode for code execution: 'safe' (using Docker) or 'unsafe' (direct execution).",
)
# TODO: Lorenze add knowledge_embedder. Support direct class or config dict.
_knowledge: Optional[Knowledge] = PrivateAttr(default=None)
@model_validator(mode="after")