autonomy phase 2.5 - tightening up some stuff in the pipeline
This commit is contained in:
@@ -301,10 +301,9 @@ async def run_reason(req: ReasonRequest):
|
||||
if proactive_enabled:
|
||||
try:
|
||||
from autonomy.proactive.monitor import get_proactive_monitor
|
||||
from autonomy.self.state import load_self_state
|
||||
|
||||
monitor = get_proactive_monitor(min_priority=proactive_min_priority)
|
||||
self_state = load_self_state()
|
||||
self_state = load_self_state() # Already imported at top of file
|
||||
|
||||
suggestion = await monitor.analyze_session(
|
||||
session_id=req.session_id,
|
||||
|
||||
Reference in New Issue
Block a user