nexo-brain 5.3.26 → 5.3.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/plugin.json +1 -1
- package/package.json +1 -1
- package/src/hook_guardrails.py +44 -0
- package/src/server.py +3 -0
- package/src/tools_sessions.py +6 -1
- package/src/dashboard/static/favicon 2.svg +0 -32
- package/src/dashboard/static/nexo-logo 2.png +0 -0
- package/src/dashboard/static/nexo-logo 2.svg +0 -40
- package/src/dashboard/static/style 2.css +0 -2458
- package/src/dashboard/templates/adaptive 2.html +0 -118
- package/src/dashboard/templates/artifacts 2.html +0 -133
- package/src/dashboard/templates/backups 2.html +0 -136
- package/src/dashboard/templates/base 2.html +0 -417
- package/src/dashboard/templates/calendar 2.html +0 -591
- package/src/dashboard/templates/chat 2.html +0 -356
- package/src/dashboard/templates/claims 2.html +0 -259
- package/src/dashboard/templates/cortex 2.html +0 -321
- package/src/dashboard/templates/credentials 2.html +0 -128
- package/src/dashboard/templates/crons 2.html +0 -370
- package/src/dashboard/templates/dashboard 2.html +0 -494
- package/src/dashboard/templates/dreams 2.html +0 -252
- package/src/dashboard/templates/email 2.html +0 -160
- package/src/dashboard/templates/evolution 2.html +0 -189
- package/src/dashboard/templates/feed 2.html +0 -249
- package/src/dashboard/templates/followup_health 2.html +0 -170
- package/src/dashboard/templates/graph 2.html +0 -201
- package/src/dashboard/templates/guard 2.html +0 -259
- package/src/dashboard/templates/inbox 2.html +0 -251
- package/src/dashboard/templates/memory 2.html +0 -420
- package/src/dashboard/templates/operations 2.html +0 -608
- package/src/dashboard/templates/plugins 2.html +0 -185
- package/src/dashboard/templates/protocol 2.html +0 -199
- package/src/dashboard/templates/rules 2.html +0 -246
- package/src/dashboard/templates/sentiment 2.html +0 -247
- package/src/dashboard/templates/sessions 2.html +0 -218
- package/src/dashboard/templates/skills 2.html +0 -329
- package/src/dashboard/templates/somatic 2.html +0 -73
- package/src/dashboard/templates/triggers 2.html +0 -133
- package/src/dashboard/templates/trust 2.html +0 -360
- package/src/db/__init__ 2.py +0 -259
- package/src/db/_core 2.py +0 -437
- package/src/db/_credentials 2.py +0 -124
- package/src/db/_episodic 2.py +0 -762
- package/src/db/_evolution 2.py +0 -54
- package/src/db/_fts 2.py +0 -406
- package/src/db/_goal_profiles 2.py +0 -376
- package/src/db/_hot_context 2.py +0 -660
- package/src/db/_outcomes 2.py +0 -800
- package/src/db/_personal_scripts 2.py +0 -582
- package/src/db/_sessions 2.py +0 -330
- package/src/db/_tasks 2.py +0 -91
- package/src/db/_watchers 2.py +0 -173
- package/src/doctor/formatters 2.py +0 -52
- package/src/doctor/models 2.py +0 -69
- package/src/doctor/planes 2.py +0 -87
- package/src/doctor/providers/__init__ 2.py +0 -1
- package/src/doctor/providers/deep 2.py +0 -367
- package/src/evolution_cycle 2.py +0 -519
- package/src/hooks/auto_capture 2.py +0 -208
- package/src/hooks/caffeinate-guard 2.sh +0 -8
- package/src/hooks/capture-session 2.sh +0 -21
- package/src/hooks/capture-tool-logs 2.sh +0 -158
- package/src/hooks/daily-briefing-check 2.sh +0 -33
- package/src/hooks/heartbeat-enforcement 2.py +0 -90
- package/src/hooks/heartbeat-posttool 2.sh +0 -18
- package/src/hooks/inbox-hook 2.sh +0 -76
- package/src/hooks/post-compact 2.sh +0 -152
- package/src/hooks/pre-compact 2.sh +0 -169
- package/src/hooks/protocol-guardrail 2.sh +0 -10
- package/src/hooks/protocol-pretool-guardrail 2.sh +0 -9
- package/src/hooks/session-stop 2.sh +0 -52
- package/src/kg_populate 2.py +0 -292
- package/src/maintenance 2.py +0 -53
- package/src/memory_backends 2.py +0 -71
- package/src/migrate_embeddings 2.py +0 -124
- package/src/nexo_sdk 2.py +0 -103
- package/src/observability 2.py +0 -199
- package/src/plugin_loader 2.py +0 -217
- package/src/plugins/__init__ 2.py +0 -0
- package/src/plugins/artifact_registry 2.py +0 -450
- package/src/plugins/backup 2.py +0 -127
- package/src/plugins/claims_tools 2.py +0 -119
- package/src/plugins/cognitive_memory 2.py +0 -609
- package/src/plugins/core_rules 2.py +0 -252
- package/src/plugins/cortex 2.py +0 -1155
- package/src/plugins/entities 2.py +0 -67
- package/src/plugins/episodic_memory 2.py +0 -560
- package/src/plugins/evolution 2.py +0 -167
- package/src/plugins/goal_engine 2.py +0 -142
- package/src/plugins/guard 2.py +0 -862
- package/src/plugins/impact 2.py +0 -29
- package/src/plugins/knowledge_graph_tools 2.py +0 -137
- package/src/plugins/media_memory_tools 2.py +0 -98
- package/src/plugins/memory_export 2.py +0 -196
- package/src/plugins/outcomes 2.py +0 -130
- package/src/plugins/personal_scripts 2.py +0 -117
- package/src/plugins/preferences 2.py +0 -47
- package/src/plugins/protocol 2.py +0 -1449
- package/src/plugins/simple_api 2.py +0 -106
- package/src/plugins/skills 2.py +0 -341
- package/src/plugins/state_watchers 2.py +0 -79
- package/src/plugins/update 2.py +0 -986
- package/src/plugins/user_state_tools 2.py +0 -43
- package/src/plugins/workflow 2.py +0 -588
- package/src/protocol_settings 2.py +0 -59
- package/src/public_contribution 2.py +0 -466
- package/src/public_evolution_queue 2.py +0 -241
- package/src/requirements 2.txt +0 -14
- package/src/retroactive_learnings 2.py +0 -373
- package/src/rules/__init__ 2.py +0 -0
- package/src/rules/core-rules 2.json +0 -331
- package/src/rules/migrate 2.py +0 -207
- package/src/runtime_power 2.py +0 -874
- package/src/script_registry 2.py +0 -1559
- package/src/scripts/check-context 2.py +0 -272
- package/src/scripts/deep-sleep/apply_findings 2.py +0 -2327
- package/src/scripts/deep-sleep/collect 2.py +0 -928
- package/src/scripts/deep-sleep/extract 2.py +0 -330
- package/src/scripts/deep-sleep/extract-prompt 2.md +0 -285
- package/src/scripts/deep-sleep/synthesize 2.py +0 -312
- package/src/scripts/deep-sleep/synthesize-prompt 2.md +0 -336
- package/src/scripts/nexo-agent-run 2.py +0 -75
- package/src/scripts/nexo-auto-update 2.py +0 -6
- package/src/scripts/nexo-backup 2.sh +0 -25
- package/src/scripts/nexo-brain-activation 2.sh +0 -140
- package/src/scripts/nexo-catchup 2.py +0 -300
- package/src/scripts/nexo-cognitive-decay 2.py +0 -257
- package/src/scripts/nexo-cortex-cycle 2.py +0 -293
- package/src/scripts/nexo-cron-wrapper 2.sh +0 -53
- package/src/scripts/nexo-daily-self-audit 2.py +0 -2161
- package/src/scripts/nexo-dashboard 2.sh +0 -29
- package/src/scripts/nexo-deep-sleep 2.sh +0 -86
- package/src/scripts/nexo-evolution-run 2.py +0 -1664
- package/src/scripts/nexo-followup-hygiene 2.py +0 -139
- package/src/scripts/nexo-hook-record 2.py +0 -42
- package/src/scripts/nexo-immune 2.py +0 -936
- package/src/scripts/nexo-impact-scorer 2.py +0 -117
- package/src/scripts/nexo-inbox-hook 2.sh +0 -74
- package/src/scripts/nexo-install 2.py +0 -6
- package/src/scripts/nexo-learning-housekeep 2.py +0 -401
- package/src/scripts/nexo-learning-validator 2.py +0 -266
- package/src/scripts/nexo-migrate 2.py +0 -260
- package/src/scripts/nexo-outcome-checker 2.py +0 -127
- package/src/scripts/nexo-postmortem-consolidator 2.py +0 -456
- package/src/scripts/nexo-pre-commit 2.py +0 -120
- package/src/scripts/nexo-prevent-sleep 2.sh +0 -35
- package/src/scripts/nexo-proactive-dashboard 2.py +0 -354
- package/src/scripts/nexo-reflection 2.py +0 -256
- package/src/scripts/nexo-runtime-preflight 2.py +0 -274
- package/src/scripts/nexo-sleep 2.py +0 -631
- package/src/scripts/nexo-snapshot-restore 2.sh +0 -35
- package/src/scripts/nexo-sync-clients 2.py +0 -16
- package/src/scripts/nexo-synthesis 2.py +0 -475
- package/src/scripts/nexo-tcc-approve 2.sh +0 -79
- package/src/scripts/nexo-update 2.sh +0 -306
- package/src/scripts/nexo-watchdog 2.sh +0 -1207
- package/src/scripts/nexo-watchdog-smoke 2.py +0 -119
- package/src/scripts/rehydrate_learnings_from_archive 2.py +0 -245
- package/src/server 2.py +0 -1296
- package/src/skills/run-nexo-audit-phase/guide 2.md +0 -43
- package/src/skills/run-nexo-audit-phase/skill 2.json +0 -59
- package/src/skills/run-nexo-core-fix-cycle/guide 2.md +0 -17
- package/src/skills/run-nexo-core-fix-cycle/script 2.py +0 -276
- package/src/skills/run-nexo-core-fix-cycle/skill 2.json +0 -58
- package/src/skills/run-release-final-audit/guide 2.md +0 -16
- package/src/skills/run-release-final-audit/script 2.py +0 -259
- package/src/skills/run-release-final-audit/skill 2.json +0 -77
- package/src/skills/run-runtime-doctor/guide 2.md +0 -12
- package/src/skills/run-runtime-doctor/script 2.py +0 -21
- package/src/skills/run-runtime-doctor/skill 2.json +0 -25
- package/src/skills_runtime 2.py +0 -932
- package/src/state_watchers_runtime 2.py +0 -475
- package/src/storage_router 2.py +0 -32
- package/src/system_catalog 2.py +0 -786
- package/src/tools_coordination 2.py +0 -103
- package/src/tools_credentials 2.py +0 -68
- package/src/tools_drive 2.py +0 -487
- package/src/tools_hot_context 2.py +0 -163
- package/src/tools_learnings 2.py +0 -612
- package/src/tools_menu 2.py +0 -229
- package/src/tools_reminders 2.py +0 -88
- package/src/tools_reminders_crud 2.py +0 -363
- package/src/tools_sessions 2.py +0 -1054
- package/src/tools_system_catalog 2.py +0 -19
- package/src/tools_task_history 2.py +0 -57
- package/src/tools_transcripts 2.py +0 -98
- package/src/transcript_utils 2.py +0 -412
- package/src/user_context 2.py +0 -46
- package/src/user_data_portability 2.py +0 -328
- package/src/user_state_model 2.py +0 -170
- package/templates/CLAUDE.md 2.template +0 -108
- package/templates/CODEX.AGENTS.md 2.template +0 -66
- package/templates/launchagents/README 2.md +0 -132
- package/templates/launchagents/com.nexo.auto-close-sessions 2.plist +0 -39
- package/templates/launchagents/com.nexo.catchup 2.plist +0 -39
- package/templates/launchagents/com.nexo.cognitive-decay 2.plist +0 -40
- package/templates/launchagents/com.nexo.dashboard 2.plist +0 -43
- package/templates/launchagents/com.nexo.deep-sleep 2.plist +0 -43
- package/templates/launchagents/com.nexo.evolution 2.plist +0 -44
- package/templates/launchagents/com.nexo.followup-hygiene 2.plist +0 -45
- package/templates/launchagents/com.nexo.immune 2.plist +0 -41
- package/templates/launchagents/com.nexo.postmortem 2.plist +0 -45
- package/templates/launchagents/com.nexo.self-audit 2.plist +0 -47
- package/templates/launchagents/com.nexo.synthesis 2.plist +0 -45
- package/templates/launchagents/com.nexo.watchdog 2.plist +0 -37
- package/templates/nexo_helper 2.py +0 -301
- package/templates/openclaw 2.json +0 -13
- package/templates/plugin-template 2.py +0 -40
- package/templates/script-template 2.py +0 -59
- package/templates/script-template 2.sh +0 -13
- package/templates/skill-script-template 2.py +0 -48
- package/templates/skill-template 2.md +0 -33
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
"""Tools for NEXO hot context / recent 24h memory."""
|
|
2
|
-
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
|
|
5
|
-
import json
|
|
6
|
-
|
|
7
|
-
from db import (
|
|
8
|
-
derive_context_key,
|
|
9
|
-
capture_context_event,
|
|
10
|
-
get_hot_context,
|
|
11
|
-
build_pre_action_context,
|
|
12
|
-
format_pre_action_context_bundle,
|
|
13
|
-
resolve_hot_context,
|
|
14
|
-
search_hot_context,
|
|
15
|
-
)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
def _parse_metadata(metadata: str = "") -> dict:
|
|
19
|
-
if not metadata or not metadata.strip():
|
|
20
|
-
return {}
|
|
21
|
-
try:
|
|
22
|
-
parsed = json.loads(metadata)
|
|
23
|
-
except Exception:
|
|
24
|
-
return {"raw": metadata.strip()}
|
|
25
|
-
return parsed if isinstance(parsed, dict) else {"value": parsed}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
def handle_recent_context_capture(
|
|
29
|
-
title: str,
|
|
30
|
-
summary: str = "",
|
|
31
|
-
details: str = "",
|
|
32
|
-
topic: str = "",
|
|
33
|
-
context_key: str = "",
|
|
34
|
-
state: str = "active",
|
|
35
|
-
owner: str = "",
|
|
36
|
-
source_type: str = "",
|
|
37
|
-
source_id: str = "",
|
|
38
|
-
session_id: str = "",
|
|
39
|
-
actor: str = "nexo",
|
|
40
|
-
ttl_hours: int = 24,
|
|
41
|
-
metadata: str = "",
|
|
42
|
-
) -> str:
|
|
43
|
-
"""Capture/update a recent context item and append an event."""
|
|
44
|
-
clean_title = (title or "").strip()
|
|
45
|
-
if not clean_title and not summary.strip():
|
|
46
|
-
return "ERROR: title or summary is required."
|
|
47
|
-
resolved_key = derive_context_key(
|
|
48
|
-
context_key=context_key,
|
|
49
|
-
topic=topic,
|
|
50
|
-
title=clean_title or summary,
|
|
51
|
-
source_type=source_type,
|
|
52
|
-
source_id=source_id,
|
|
53
|
-
)
|
|
54
|
-
result = capture_context_event(
|
|
55
|
-
event_type="context_capture",
|
|
56
|
-
title=clean_title or summary,
|
|
57
|
-
summary=(summary or clean_title)[:600],
|
|
58
|
-
body=details[:1600] if details else "",
|
|
59
|
-
context_key=resolved_key,
|
|
60
|
-
topic=topic,
|
|
61
|
-
context_title=clean_title or summary or resolved_key,
|
|
62
|
-
context_summary=summary or details or clean_title,
|
|
63
|
-
context_type="topic",
|
|
64
|
-
state=state or "active",
|
|
65
|
-
owner=owner or "",
|
|
66
|
-
actor=actor or "nexo",
|
|
67
|
-
source_type=source_type or "",
|
|
68
|
-
source_id=source_id or "",
|
|
69
|
-
session_id=session_id or "",
|
|
70
|
-
metadata=_parse_metadata(metadata),
|
|
71
|
-
ttl_hours=ttl_hours,
|
|
72
|
-
)
|
|
73
|
-
event = result.get("event") or {}
|
|
74
|
-
return (
|
|
75
|
-
f"Recent context captured: {result.get('context_key') or resolved_key}\n"
|
|
76
|
-
f"Title: {clean_title or summary}\n"
|
|
77
|
-
f"State: {(result.get('context') or {}).get('state', state or 'active')}\n"
|
|
78
|
-
f"Event: {event.get('event_type', 'context_capture')}"
|
|
79
|
-
)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
def handle_recent_context(query: str = "", context_key: str = "", hours: int = 24, limit: int = 8) -> str:
|
|
83
|
-
"""Search hot context items and show their recent continuity."""
|
|
84
|
-
if context_key.strip():
|
|
85
|
-
item = get_hot_context(context_key.strip(), include_events=True, limit=max(4, int(limit or 8)))
|
|
86
|
-
if not item:
|
|
87
|
-
return f"No hot context found for {context_key.strip()}."
|
|
88
|
-
bundle = {
|
|
89
|
-
"query": query.strip(),
|
|
90
|
-
"context_key": context_key.strip(),
|
|
91
|
-
"hours": hours,
|
|
92
|
-
"contexts": [item],
|
|
93
|
-
"events": item.get("events") or [],
|
|
94
|
-
"reminders": [],
|
|
95
|
-
"followups": [],
|
|
96
|
-
"has_matches": True,
|
|
97
|
-
}
|
|
98
|
-
return format_pre_action_context_bundle(bundle)
|
|
99
|
-
|
|
100
|
-
bundle = build_pre_action_context(query=query, context_key="", session_id="", hours=hours, limit=limit)
|
|
101
|
-
return format_pre_action_context_bundle(bundle)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
def handle_pre_action_context(query: str = "", context_key: str = "", session_id: str = "", hours: int = 24, limit: int = 8) -> str:
|
|
105
|
-
"""Build the recent 24h bundle that agents/scripts should consult before acting."""
|
|
106
|
-
bundle = build_pre_action_context(
|
|
107
|
-
query=query,
|
|
108
|
-
context_key=context_key,
|
|
109
|
-
session_id=session_id,
|
|
110
|
-
hours=hours,
|
|
111
|
-
limit=limit,
|
|
112
|
-
)
|
|
113
|
-
return format_pre_action_context_bundle(bundle)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
def handle_recent_context_resolve(
|
|
117
|
-
context_key: str = "",
|
|
118
|
-
topic: str = "",
|
|
119
|
-
resolution: str = "",
|
|
120
|
-
actor: str = "nexo",
|
|
121
|
-
session_id: str = "",
|
|
122
|
-
source_type: str = "",
|
|
123
|
-
source_id: str = "",
|
|
124
|
-
ttl_hours: int = 24,
|
|
125
|
-
) -> str:
|
|
126
|
-
"""Resolve a hot-context item and append a resolution event."""
|
|
127
|
-
resolved_key = derive_context_key(
|
|
128
|
-
context_key=context_key,
|
|
129
|
-
topic=topic,
|
|
130
|
-
title=topic,
|
|
131
|
-
source_type=source_type,
|
|
132
|
-
source_id=source_id,
|
|
133
|
-
)
|
|
134
|
-
if not resolved_key:
|
|
135
|
-
return "ERROR: context_key or topic is required."
|
|
136
|
-
result = resolve_hot_context(
|
|
137
|
-
context_key=resolved_key,
|
|
138
|
-
resolution=resolution or "Context resolved.",
|
|
139
|
-
actor=actor or "nexo",
|
|
140
|
-
session_id=session_id or "",
|
|
141
|
-
source_type=source_type or "",
|
|
142
|
-
source_id=source_id or "",
|
|
143
|
-
ttl_hours=ttl_hours,
|
|
144
|
-
)
|
|
145
|
-
if "error" in result:
|
|
146
|
-
return f"ERROR: {result['error']}"
|
|
147
|
-
return f"Hot context resolved: {resolved_key}"
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
def handle_hot_context_list(hours: int = 24, limit: int = 10, state: str = "") -> str:
|
|
151
|
-
"""List active hot context items without the full event bundle."""
|
|
152
|
-
rows = search_hot_context("", hours=hours, limit=limit, state=state)
|
|
153
|
-
if not rows:
|
|
154
|
-
return "No hot context items."
|
|
155
|
-
lines = [f"HOT CONTEXT ({len(rows)}):"]
|
|
156
|
-
for item in rows:
|
|
157
|
-
summary = (item.get("summary") or "").strip()
|
|
158
|
-
suffix = f" — {summary[:120]}" if summary else ""
|
|
159
|
-
lines.append(
|
|
160
|
-
f"- {item.get('context_key')}: [{item.get('state')}] {item.get('title')} "
|
|
161
|
-
f"(last_event={item.get('last_event_at')}){suffix}"
|
|
162
|
-
)
|
|
163
|
-
return "\n".join(lines)
|