adding asdict

- added asdict to turn things into json compatible output
pull/615/head
Sambhav Dixit 2 months ago committed by GitHub
parent 9fced20f0c
commit 38db41b08c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,6 +57,8 @@ from clusterops import (
execute_with_cpu_cores, execute_with_cpu_cores,
) )
from swarms.agents.ape_agent import auto_generate_prompt from swarms.agents.ape_agent import auto_generate_prompt
from dataclasses import asdict
# Utils # Utils

Loading…
Cancel
Save