mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 15:52:34 +00:00
consolodation and improvements
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user