autonomy phase 2.5 - tightening up some stuff in the pipeline
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
"energy": 0.8,
|
||||
"focus": "user_request",
|
||||
"confidence": 0.7,
|
||||
"curiosity": 0.7000000000000002,
|
||||
"last_updated": "2025-12-14T19:29:49.051207",
|
||||
"interaction_count": 5,
|
||||
"curiosity": 1.0,
|
||||
"last_updated": "2025-12-15T05:38:06.084867",
|
||||
"interaction_count": 14,
|
||||
"learning_queue": [],
|
||||
"active_goals": [],
|
||||
"preferences": {
|
||||
|
||||
@@ -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