| """Dual-mode agent system for BioinfoMCP. | |
| This package introduces: | |
| - BioinfoV1Executor: deterministic execution engine | |
| - BioinfoT1Consultant: reflection and strategy engine | |
| - SharedKnowledgeSpace: bridge for reports, insights, and pipeline configs | |
| """ | |
| from .orchestrator import DualModeAgentSystem | |
| __all__ = ["DualModeAgentSystem"] | |