Buckets:
| """ | |
| OncoAgent Multi-Agent System — SOTA Architecture. | |
| This package implements a production-grade clinical oncology triage system | |
| using LangGraph for orchestration, incorporating: | |
| - Router: complexity classification + model tier selection | |
| - Corrective RAG: graded retrieval with query rewriting | |
| - Specialist: tier-adaptive clinical reasoning (9B/27B) | |
| - Critic: reflexion-pattern validation loop | |
| - HITL Gate: clinician approval for high-acuity cases | |
| - Formatter: structured output with confidence metrics | |
| Architecture inspired by Claude Code, Hermes Agent, Corrective RAG, | |
| and Reflexion patterns. | |
| """ | |
| from .graph import build_oncoagent_graph | |
| from .state import AgentState | |
| from .memory import get_memory_store, PatientMemoryStore | |
| from .tools import get_vllm_client, call_tier_model, get_tier_spec, TIER_SPECS | |
| __all__ = [ | |
| "build_oncoagent_graph", | |
| "AgentState", | |
| "get_memory_store", | |
| "PatientMemoryStore", | |
| "get_vllm_client", | |
| "call_tier_model", | |
| "get_tier_spec", | |
| "TIER_SPECS", | |
| ] | |
Xet Storage Details
- Size:
- 1.02 kB
- Xet hash:
- 620c4644bd7bb4e24ca04b035818ce0f619d67afe5b5716d1da3e311f3f3b4ef
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.