From 591fc388ea965b1456e07a54bad9d04884321f7d Mon Sep 17 00:00:00 2001 From: Sydney Runkle Date: Fri, 12 Sep 2025 09:13:30 -0400 Subject: [PATCH] now no more core --- libs/core/langchain_core/agents.py | 2 -- 1 file changed, 2 deletions(-) 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.