Spaces:
Runtime error
Runtime error
Update hallucination_detective.py
Browse files
hallucination_detective.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import logging
|
| 2 |
from typing import Dict, Any
|
| 3 |
-
from agentic_reliability_framework.runtime.agents.base import BaseAgent
|
| 4 |
from ai_event import AIEvent
|
| 5 |
|
| 6 |
logger = logging.getLogger(__name__)
|
|
|
|
| 1 |
import logging
|
| 2 |
from typing import Dict, Any
|
| 3 |
+
from agentic_reliability_framework.runtime.agents.base import BaseAgent, AgentSpecialization
|
| 4 |
from ai_event import AIEvent
|
| 5 |
|
| 6 |
logger = logging.getLogger(__name__)
|