feat: export tracker and bridge from crisis package (#99)
This commit is contained in:
@@ -7,6 +7,8 @@ Stands between a broken man and a machine that would tell him to die.
|
||||
from .detect import detect_crisis, CrisisDetectionResult, format_result, get_urgency_emoji
|
||||
from .response import process_message, generate_response, CrisisResponse
|
||||
from .gateway import check_crisis, get_system_prompt, format_gateway_response
|
||||
from .tracker import log_escalation, get_escalations, mark_resolved, get_stats
|
||||
from .bridge import handle_crisis_api
|
||||
|
||||
__all__ = [
|
||||
"detect_crisis",
|
||||
@@ -19,4 +21,9 @@ __all__ = [
|
||||
"format_result",
|
||||
"format_gateway_response",
|
||||
"get_urgency_emoji",
|
||||
"log_escalation",
|
||||
"get_escalations",
|
||||
"mark_resolved",
|
||||
"get_stats",
|
||||
"handle_crisis_api",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user