This commit is contained in:
Sydney Runkle
2025-09-12 09:19:10 -04:00
parent 591fc388ea
commit 3db16ab21a

View File

@@ -38,6 +38,7 @@ from langchain_core.messages import (
HumanMessage,
)
# actually wait for core to run
class AgentAction(Serializable):
"""Represents a request to execute an action by an agent.