Skip to content

Consider Actors as dataclasses #80

@JamesArruda

Description

@JamesArruda

Actors attempt to re-write their init signature, but this only works at runtime. IDEs can't provide hints or docstrings for the initialization of an Actor. This is very inconvenient.

Figure out if there is a way to solve this problem. One option is to have actors be dataclasses, but that may need a lot more work on how States behave. Pydantic models also have this property, but we don't want to depend on that for this library.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions