diff --git a/swarms/structs/agent.py b/swarms/structs/agent.py index 30073fab..1471ff3e 100644 --- a/swarms/structs/agent.py +++ b/swarms/structs/agent.py @@ -57,6 +57,8 @@ from clusterops import ( execute_with_cpu_cores, ) from swarms.agents.ape_agent import auto_generate_prompt +from dataclasses import asdict + # Utils