Skip to content

Don't store agent configs in dictionaries #204

@mrkickling

Description

@mrkickling

Loading agents from scenario should create objects that are not dicts but instead dataclasses. It is difficult to know what should be in the agent config if a user wants to create their agents in code, so having dataclasses makes it easier to use from a user perspective.

AgentConfig already exists in the scenario but is not used.

Should be implemented but is a breaking changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions