swarmaURI
Contents:
Getting Started
SDK:
Core Architecture
Standard Base and Concrete Classes
Community Plugins
Experimental Progress
Examples:
Jupyter Notebooks
swarmaURI
Standard Base and Concrete Classes
swarmauri.standard.agent_factories.concrete.JsonAgentFactory module
View page source
swarmauri.standard.agent_factories.concrete.JsonAgentFactory module
class
swarmauri.standard.agent_factories.concrete.JsonAgentFactory.
JsonAgentFactory
(
config
)
[source]
Bases:
object
create_agent
(
agent_type
,
**
kwargs
)
[source]
Return type
:
Any
property
date_created
:
str
export_to_file
(
file_path
)
[source]
Return type
:
None
property
id
:
int
property
last_modified
:
str
property
name
:
str
register_agent
(
agent_type
,
constructor
)
[source]
Return type
:
None
to_dict
(
)
[source]
Return type
:
Dict
[
str
,
Any
]
to_json
(
)
[source]
Return type
:
str
property
type
:
str