We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7222f41 commit 022a03cCopy full SHA for 022a03c
src/agentlab/agents/tool_use_agent/__init__.py
@@ -0,0 +1,6 @@
1
+import sys
2
+
3
+from .tool_use_agent import *
4
5
+# for backward compatibility of unpickling
6
+sys.modules[__name__ + ".multi_tool_agent"] = sys.modules[__name__]
0 commit comments