Update agent_registry.py

pull/1019/head
nathanogaga118 2 months ago committed by GitHub
parent 06c34d6e6c
commit 9790bcddc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -94,6 +94,9 @@ class AgentRegistry:
""" """
Adds a new agent to the registry. Adds a new agent to the registry.
Args:
agent (Agent): The agent to add.
Raises: Raises:
ValueError: If the agent_name is invalid or already exists in the registry. ValueError: If the agent_name is invalid or already exists in the registry.
ValidationError: If the input data is invalid. ValidationError: If the input data is invalid.

Loading…
Cancel
Save