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 added the
State
Unverified
label 2026-04-02 18:17:09 +00:00
freemo self-assigned this 2026-04-02 18:45:14 +00:00
freemo added the
Priority
Backlog
label 2026-04-02 19:29:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cleveragents/cleveragents-core#1406