We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bd111 commit d8ba8e8Copy full SHA for d8ba8e8
openhands-sdk/openhands/sdk/subagent/registry.py
@@ -106,8 +106,8 @@ def register_agent_if_absent(
106
Register a custom agent if no agent with that name exists yet.
107
108
Unlike register_agent(), this does not raise on duplicates. This is used
109
- by file-based and plugin-based agent loading to gracefully skip conflicts
110
- with programmatically registered agents.
+ in the remote conversation service, by file-based and plugin-based agent
+ loading to gracefully skip conflicts with programmatically registered agents.
111
112
Args:
113
factory_func: Function that takes an LLM and returns an Agent
0 commit comments