fix bug in utils

This commit is contained in:
Yuhang Zhou
2026-01-27 22:56:01 +08:00
parent 940caf08ad
commit eb7cb00b74

View File

@@ -19,8 +19,6 @@ from .enhanced_role_playing import (
run_society,
arun_society,
)
from .enhanced_workforce import OwlWorkforce
from .enhanced_chat_agent import OwlWorkforceChatAgent
from .gaia import GAIABenchmark
from .document_toolkit import DocumentProcessingToolkit
@@ -32,6 +30,4 @@ __all__ = [
"arun_society",
"GAIABenchmark",
"DocumentProcessingToolkit",
"OwlWorkforce",
"OwlWorkforceChatAgent",
]