diff --git a/libs/core/langchain_core/agents.py b/libs/core/langchain_core/agents.py index 213dd8ffddd..dae02a86f13 100644 --- a/libs/core/langchain_core/agents.py +++ b/libs/core/langchain_core/agents.py @@ -39,8 +39,6 @@ from langchain_core.messages import ( ) -# get core to run - class AgentAction(Serializable): """Represents a request to execute an action by an agent.