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 62e95cd commit a168667Copy full SHA for a168667
tests/test_ci_quick.py
@@ -44,6 +44,7 @@
44
from optillm.plugins.deep_research import DeepResearcher
45
from optillm.plugins.longcepo import run_longcepo
46
from optillm.plugins.spl import run_spl
47
+ from optillm.plugins.proxy import client, config, approach_handler
48
print("✅ Plugin submodule imports working - no relative import errors")
49
except ImportError as e:
50
if "attempted relative import" in str(e):
0 commit comments