Skip to content

Commit

Permalink
Update registry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud committed Dec 27, 2024
1 parent 873785f commit 75fbf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/swarmauri/swarmauri/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
logger = logging.getLogger(__name__)

FIRST_CLASS_REGISTRY = {
'swarmauri.agents.ExampleAgent': 'swm_example_plugin.ExampleAgent',
'swarmauri.agents.ExampleAgent': 'swm_example_package.ExampleAgent',
'swarmauri.agents.QAAgent': 'swarmauri_standard.agents.QAAgent',
'swarmauri.agents.RagAgent': 'swarmauri_standard.agents.RagAgent',
'swarmauri.agents.SimpleConversationAgent': 'swarmauri_standard.agents.SimpleConversationAgent',
Expand Down

0 comments on commit 75fbf5e

Please sign in to comment.