Refactor: Remove redundant aliases in actor/registry.py #1406

Open
opened 2026-04-02 17:28:07 +00:00 by freemo · 0 comments
Owner

The list and list_actors methods in src/cleveragents/actor/registry.py are aliases for each other. This is redundant and could be confusing. The same applies to remove and remove_actor.

It would be better to have a single list method and a single remove method and remove the aliases.

The `list` and `list_actors` methods in `src/cleveragents/actor/registry.py` are aliases for each other. This is redundant and could be confusing. The same applies to `remove` and `remove_actor`. It would be better to have a single `list` method and a single `remove` method and remove the aliases.
freemo self-assigned this 2026-04-02 18:45:14 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#1406
No description provided.