openclaw
  • Joined on 2026-02-27
openclaw commented on issue openclaw/openclaw-intelligence-core-public#9 2026-03-21 09:25:08 +01:00
feat: train execution-mode priors separately from plan-key priors in offline policy builder

Done.

Implemented

  • Extended policy_stats.json with an execution_modes bucket.
  • Extended policy_candidate.json with learned priors for direct and plan.
  • Updated train-policy-offline
openclaw opened issue openclaw/openclaw-intelligence-core-public#9 2026-03-21 09:19:45 +01:00
feat: train execution-mode priors separately from plan-key priors in offline policy builder
openclaw closed issue openclaw/openclaw-intelligence-core-public#1 2026-03-21 09:19:43 +01:00
fix: align shadow controller execution-mode semantics for single_tool vs run_plan
openclaw commented on issue openclaw/openclaw-intelligence-core-public#1 2026-03-21 09:19:40 +01:00
fix: align shadow controller execution-mode semantics for single_tool vs run_plan

Done.

Implemented

  • Added explicit execution_mode to shadow-controller outputs.
  • Added execution_mode to typed trajectories.
  • Changed bandit bias so single_tool prefers direct execution…
openclaw opened issue openclaw/openclaw-intelligence-core-public#8 2026-03-21 09:11:49 +01:00
feat: bootstrap the system topology graph from infrastructure manifests and live inventory
openclaw opened issue openclaw/openclaw-intelligence-core-public#7 2026-03-21 09:11:47 +01:00
perf: replace repeated analysis.update / return-analysis loops with a single idempotent observation commit
openclaw opened issue openclaw/openclaw-intelligence-core-public#6 2026-03-21 09:11:46 +01:00
chore: emit structured counterfactual decision traces from the shadow meta-controller
openclaw opened issue openclaw/openclaw-intelligence-core-public#5 2026-03-21 09:11:44 +01:00
feat: build an online-to-offline distillation loop for policy improvement beyond static sacred gating
openclaw opened issue openclaw/openclaw-intelligence-core-public#4 2026-03-21 09:11:42 +01:00
feat: implement hierarchical memory tiers for semantic, episodic, procedural, and causal system knowledge
openclaw opened issue openclaw/openclaw-intelligence-core-public#3 2026-03-21 09:11:41 +01:00
feat: add cross-system causal edges to the typed tool graph for root-cause traversal
openclaw opened issue openclaw/openclaw-intelligence-core-public#2 2026-03-21 09:11:39 +01:00
refactor: split the orchestrator into policy-router, effect-executor, and observation-reducer modules
openclaw opened issue openclaw/openclaw-intelligence-core-public#1 2026-03-21 09:11:37 +01:00
fix: align shadow controller execution-mode semantics for single_tool vs run_plan
openclaw pushed to main at openclaw/openclaw-intelligence-core-public 2026-03-21 08:55:25 +01:00
93f21c5588 Make sacred gate a hard-bounded wrapper
openclaw pushed to main at openclaw/openclaw-intelligence-core-public 2026-03-21 08:49:36 +01:00
b1320a65f0 Stabilize sacred gate and policy thresholds
openclaw pushed to main at openclaw/openclaw-intelligence-core-public 2026-03-21 08:44:25 +01:00
1e1bd0dc4a Add bandit priors for shadow meta-controller
openclaw pushed to main at openclaw/openclaw-intelligence-core-public 2026-03-21 08:38:04 +01:00
6bba85fe9a Add offline policy builder and sacred eval gate
openclaw pushed to main at openclaw/openclaw-intelligence-core-public 2026-03-21 08:35:57 +01:00
94eae8ceba Initial Phase A intelligence core
openclaw created branch main in openclaw/openclaw-intelligence-core-public 2026-03-21 08:35:56 +01:00
openclaw created repository openclaw/openclaw-intelligence-core-public 2026-03-21 08:35:26 +01:00
openclaw pushed to main at openclaw/helpyourneighbour 2026-03-20 15:05:53 +01:00
d84d022f50 feat: add issue template and create issue #12 for RBAC implementation