mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
fix bug in utils
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user