mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 17:55:26 -04:00
Odysseus v1.0
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# services/research/__init__.py
|
||||
"""Research service — deep research with LLM-in-the-loop."""
|
||||
|
||||
from .service import ResearchService, ResearchResult, ResearchSource
|
||||
from .research_handler import ResearchHandler
|
||||
|
||||
__all__ = [
|
||||
"ResearchService",
|
||||
"ResearchResult",
|
||||
"ResearchSource",
|
||||
"ResearchHandler",
|
||||
]
|
||||
Reference in New Issue
Block a user