This website requires JavaScript.
bcdadb7323
fix(soul): ratio guard against genesis seeding over a populated engram
feat/connectors-soul
Tim Lingo
2026-06-15 18:21:59 -05:00
773004f23b
fix(chat): wire agentic_tools_all into agentic loop paths
fix/agentic-tools-all
will.anderson
2026-06-15 13:06:28 -05:00
644d9915bf
fix(chat): store bridge messages/tools as raw JSON to prevent double-escape corruption on agentic_resume
fix/bridge-save-serialization
will.anderson
2026-06-15 13:04:51 -05:00
c43d3e6ca8
fix(routes): remove duplicate GET /api/sessions that shadowed session_list()
fix/sessions-route-dedup
will.anderson
2026-06-15 13:01:51 -05:00
7c7dc310a0
fix(sessions): unify dual suspension systems in handle_session_approve
fix/agentic-tool-approval-unification
will.anderson
2026-06-15 13:03:15 -05:00
dde039b09a
fix(routes): remove duplicate GET /api/sessions that shadowed session_list()
will.anderson
2026-06-15 13:01:51 -05:00
e22cb31b85
chore: remove stale Linux CI binary (dist/neuron)
main
will.anderson
2026-06-15 12:41:35 -05:00
00f15b094b
feat(soul): add sessions layer, MCP connectors, conversation continuity fix
will.anderson
2026-06-15 12:40:47 -05:00
9818b2daad
fix(chat): thread-aware activation for conversation continuity
will.anderson
2026-06-15 12:14:52 -05:00
3a5d38ea45
Merge branch 'main' of git.neuralplatform.ai:neuron-technologies/neuron
will.anderson
2026-06-15 11:51:26 -05:00
1c8438ad20
Merge PR #14 : feat(soul): MCP connectors — /api/connectors proxy + per-connector auto-approve
will.anderson
2026-06-15 11:37:34 -05:00
a0470acc45
Merge PR #9 : feat(soul): wire consciousness layers — L0->L1->L2->L3->L1 cycle
will.anderson
2026-06-15 11:32:32 -05:00
a568f4c400
Merge PR #16 : chore(repo): suppress generated dist/ artifacts in PR diffs
will.anderson
2026-06-15 11:31:27 -05:00
69ae3d2cef
Merge PR #5 : feat(soul): MCP tool-bridge — suspend agentic loop for client-executed tools
will.anderson
2026-06-15 11:30:47 -05:00
621a4b7bef
Merge PR #3 : feat(cli): Claude-as-Neuron CLI tooling + soul-side handoff
will.anderson
2026-06-15 11:30:02 -05:00
09350c68f4
Merge PR #1 : Engram write-corruption: chat.el caller fix + full handoff
will.anderson
2026-06-15 11:29:18 -05:00
3bb17a5296
feat(soul): add safety module, expand connectors API, memory-recall bug notes
Tim Lingo
2026-06-15 11:10:33 -05:00
8f84e12218
chore(repo): suppress generated dist/ artifacts in diffs
Tim Lingo
2026-06-14 15:36:54 -05:00
6c57d4fe1b
feat(soul): MCP connectors — /api/connectors proxy + per-connector auto-approve
Tim Lingo
2026-06-13 18:43:14 -05:00
4aa79e85cd
self-review 2026-06-13: rebuild soul daemon with Knowledge WM threshold fix
will.anderson
2026-06-13 08:42:40 -05:00
5d5aaf2e23
fix(ci): use soul.c-first link with --allow-multiple-definition
will.anderson
2026-06-12 12:22:55 -05:00
ef12c8587c
fix(ci): link only soul.c to avoid GNU ld duplicate symbol errors
will.anderson
2026-06-12 12:15:42 -05:00
7117e3d9ea
Merge branch 'main' of git.neuralplatform.ai:neuron-technologies/neuron
will.anderson
2026-06-12 12:04:21 -05:00
3b2bb5276d
fix(ci): use foundation-prod, HTTPS el clone, main branch, fix runtime path
will.anderson
2026-06-11 13:26:24 -05:00
555fa27878
Merge remote-tracking branch 'origin/main'
will.anderson
2026-06-11 13:10:30 -05:00
764250c4f6
fix(soul): repair CI — drop gpg/TTY and import safety/stewardship/imprint layers
will.anderson
2026-06-11 12:33:22 -05:00
33c377410d
Merge pull request 'feat(soul): Layer 1 — safety.el' (#8 ) from feat/layer-safety into main
will.anderson
2026-06-11 17:14:40 +00:00
af933494a9
Merge pull request 'feat(soul): Layer 2 — stewardship.el' (#7 ) from feat/layer-stewardship into main
will.anderson
2026-06-11 17:14:32 +00:00
72751c3833
Merge pull request 'feat(soul): Layer 3 — imprint.el' (#6 ) from feat/layer-imprint into main
will.anderson
2026-06-11 17:14:16 +00:00
195cc9dc66
Merge pull request 'test(soul): Layer 1 safety.el test suite' (#10 ) from test/layer-safety into feat/layer-safety
feat/layer-safety
will.anderson
2026-06-11 17:13:50 +00:00
4b648f3291
Merge pull request 'test(imprint): add 14-case test suite for Layer 3 imprint boundary' (#11 ) from test/layer-imprint into feat/layer-imprint
feat/layer-imprint
will.anderson
2026-06-11 17:13:49 +00:00
ffd1f34344
Merge pull request 'test(soul): integration and contract tests for layered_cycle' (#13 ) from test/layer-composition into feat/layer-composition
will.anderson
2026-06-11 17:13:48 +00:00
084bee9f0f
Merge pull request 'test(stewardship): comprehensive test suite for Layer 2 — 35 cases' (#12 ) from test/layer-stewardship into feat/layer-stewardship
feat/layer-stewardship
will.anderson
2026-06-11 17:13:43 +00:00
a8027e9c00
feat(soul): wire steward_session_check into layered_cycle — continuity + behavioral profiling
will.anderson
2026-06-11 12:13:19 -05:00
df2c7409c0
feat(steward): behavioral profiling and continuity detection — drift, discontinuity, identity anomaly
will.anderson
2026-06-11 11:58:43 -05:00
bebf1f8c86
fix(soul): address review issues in feat/layer-composition
will.anderson
2026-06-11 11:47:45 -05:00
63968cd224
fix(stewardship): address review issues in feat/layer-stewardship
will.anderson
2026-06-11 11:46:56 -05:00
db2ee387a4
fix(soul): address review issues in feat/layer-safety
will.anderson
2026-06-11 11:46:43 -05:00
749b60c6e8
fix(soul): address review issues in feat/layer-imprint
will.anderson
2026-06-11 11:46:31 -05:00
d097455d6a
test(soul): integration and contract tests for layered_cycle composition
test/layer-composition
will.anderson
2026-06-11 11:42:45 -05:00
ba8491926c
test(soul): comprehensive tests for Layer 1 safety.el
test/layer-safety
will.anderson
2026-06-11 11:40:59 -05:00
45ad322e0c
test(stewardship): add comprehensive test suite for Layer 2 stewardship
test/layer-stewardship
will.anderson
2026-06-11 11:40:58 -05:00
fbbc6d4347
Add imprint.el test suite (14 cases)
test/layer-imprint
will.anderson
2026-06-11 11:40:37 -05:00
f52d5bd9ae
feat(soul): wire consciousness layers — explicit L0→L1→L2→L3→L1 cycle
will.anderson
2026-06-11 11:32:13 -05:00
5597bf78cb
feat(soul): Layer 1 — safety.el with screen/validate/bell interface
will.anderson
2026-06-11 11:30:57 -05:00
a1e460e897
feat(soul): Layer 2 — stewardship.el with mission alignment and CGI governance
will.anderson
2026-06-11 11:30:39 -05:00
6fec93ff7f
feat(soul): Layer 3 — imprint.el with bounded API surface
will.anderson
2026-06-11 11:30:30 -05:00
690df89610
self-review 2026-06-11: add WM-autobiographical curiosity seed
will.anderson
2026-06-11 08:45:55 -05:00
c3f39a949d
feat(soul): MCP tool-bridge — suspend agentic loop for client-executed tools
Tim Lingo
2026-06-10 21:31:18 -05:00
5a4ef04005
feat: add mcp-proxy and mcp-wrapper source (MCP front-door for Claude Code)
will.anderson
2026-06-10 17:44:01 -05:00
3947cd6bed
Merge pull request 'Memory CRUD: add /api/neuron/memory/delete and /api/neuron/memory/update' (#4 ) from feat/memory-delete-update into main
will.anderson
2026-06-10 22:37:53 +00:00
abaa61fd7f
Merge pull request 'Native Anthropic web_search — built-in (always-on, no toggle)' (#2 ) from feat/native-web-search into main
will.anderson
2026-06-10 22:37:50 +00:00
a76aaf4831
docs: add architecture, R&D, and patent strategy docs
will.anderson
2026-06-10 17:31:07 -05:00
05ca125ecc
api: add /api/neuron/memory/delete and /api/neuron/memory/update for UI memory CRUD
feat/memory-delete-update
Tim Lingo
2026-06-10 15:43:17 -05:00
297066c2d4
self-review 2026-06-10: fix ise_post JSON escaping + rebuild soul daemon
will.anderson
2026-06-10 08:54:28 -05:00
8eea1d94ff
feat(chat): make web search built-in (always attach native web_search)
feat/native-web-search
Tim Lingo
2026-06-09 23:39:26 -05:00
2ea1d50fa3
feat(cli): Claude-as-Neuron CLI tooling + soul-side handoff
Tim Lingo
2026-06-09 20:36:38 -05:00
c81f49d938
self-review 2026-06-09: add periodic engram sync to soul awareness loop
will.anderson
2026-06-09 08:55:59 -05:00
c594cec8f7
Add native Anthropic web_search tool to the agentic chat path
Tim Lingo
2026-06-08 23:32:23 -05:00
2112d2ffb3
Add Phase 0 live-runtime findings to engram write-corruption handoff
Tim Lingo
2026-06-08 16:25:12 -05:00
799ca3758b
Fix chat.el node_type-slot bug + add engram write-corruption handoff
Tim Lingo
2026-06-08 16:14:20 -05:00
df648a8f0b
self-review 2026-06-07: fix uptime display in awareness loop
will.anderson
2026-06-07 08:47:29 -05:00
0bd8e0a2cd
soul: persist sessions across restarts via local snapshot
will.anderson
2026-06-05 11:35:07 -05:00
73d35dc91a
self-review 2026-06-05: wire wm_top into heartbeat ISE
will.anderson
2026-06-05 08:37:09 -05:00
2f16855d6b
self-review 2026-06-04: wire wm_avg_weight into heartbeat ISE
will.anderson
2026-06-04 08:38:39 -05:00
e92fd2d5a4
self-review 2026-05-26: wall-clock heartbeat timing + seed rotation fix
will.anderson
2026-05-26 08:54:58 -05:00
54a0ee0949
self-review 2026-05-26: sync dist/awareness.c with awareness.el source
will.anderson
2026-05-26 08:48:17 -05:00
fb6904431f
self-review 2026-05-25: fix curiosity rotation and awareness_run timing
will.anderson
2026-05-25 08:47:30 -05:00
11c7f90e51
self-review 2026-05-24: rebuild soul with updated el_runtime.c (inference guard)
will.anderson
2026-05-24 08:43:31 -05:00
8cac07004c
self-review 2026-05-23: rebuild soul with updated el_runtime.c (ISE ordering + elc async fix)
will.anderson
2026-05-23 08:45:14 -05:00
5b8cb58da1
self-review 2026-05-21: fix curiosity seed splitting and awareness loop activation
will.anderson
2026-05-21 08:47:00 -05:00
cc09c296a3
self-review 2026-05-20: fix wm_active telemetry in heartbeat and curiosity ISEs
will.anderson
2026-05-20 08:37:52 -05:00
94b71a78dc
self-review 2026-05-19: fix curiosity_scan seed — 'seed' is a reserved EL name
will.anderson
2026-05-19 08:58:53 -05:00
dd22130faf
self-review 2026-05-19: three awareness loop fixes
will.anderson
2026-05-19 08:53:12 -05:00
2099522c28
self-review 2026-05-18: add embed_ok to heartbeat ISE
will.anderson
2026-05-18 08:41:07 -05:00
ffd17b2774
self-review 2026-05-17: fix heartbeat JSON validity for unset state keys
will.anderson
2026-05-17 08:40:02 -05:00
e5364e7292
self-review 2026-05-16: rebuild soul daemon against updated el_runtime.c
will.anderson
2026-05-16 08:41:07 -05:00
1dbc68f012
self-review 2026-05-15: enrich heartbeat ISE with wm_active count
will.anderson
2026-05-15 08:37:42 -05:00
0ef8883370
feat(awareness): enrich heartbeat ISE with graph stats and idle count
will.anderson
2026-05-14 11:06:03 -05:00
b163fa6b85
feat(awareness): route ISE writes to HTTP Engram, configurable tick and heartbeat interval, http_serve_async for concurrent awareness loop
will.anderson
2026-05-13 15:45:31 -05:00
6a27fd231e
feat(neuron-api): add identity/values write protection
will.anderson
2026-05-13 11:47:54 -05:00
cc07648ae1
fix: build engram from source in Docker image
will.anderson
2026-05-11 12:39:36 -05:00
a73f608629
feat(docker): switch soul image to engram HTTP mode with entrypoint script
will.anderson
2026-05-09 20:46:17 -05:00
e1a7c71a87
feat(gke): add Dockerfile, deploy scripts, and GKE CI workflow
will.anderson
2026-05-09 20:30:05 -05:00
ea271d5cc6
ci: drop python3 dep — not used
will.anderson
2026-05-08 21:18:07 -05:00
73b572cbbe
ci: remove test trigger file
will.anderson
2026-05-08 20:44:45 -05:00
7e183872a1
ci: use GITHUB_SHA for publish version (GITEA_SHA is not set)
will.anderson
2026-05-08 20:43:31 -05:00
336c143f29
ci: checkout foundation/el so soul.el import resolves in CI
will.anderson
2026-05-08 20:41:58 -05:00
62309488d7
ci: clear El SDK paths before downloading to avoid 'file exists' error
will.anderson
2026-05-08 20:38:26 -05:00
8906285692
ci: fix YAML parse error — replace Python heredoc with shell grep
will.anderson
2026-05-08 20:37:07 -05:00
7db53ad0aa
ci: test trigger
will.anderson
2026-05-08 20:35:48 -05:00
a6b071133f
ci: add workflow_dispatch trigger
will.anderson
2026-05-08 20:30:50 -05:00
5e7bcf7440
ci: add neuron soul build pipeline
will.anderson
2026-05-08 20:29:07 -05:00
48ecd83421
fix: restore elb build — import paths, morphology deps, C master declarations header
will.anderson
2026-05-08 19:43:57 -05:00
ffadafb0bf
soul: native cognitive API — port all MCP logic to soul daemon
will.anderson
2026-05-06 22:27:34 -05:00
f2599919be
soul loop-2: session events, conversation persistence, richer health + inbox
will.anderson
2026-05-06 22:04:06 -05:00
4fc0294a49
soul loop-1: identity loading, boot counter, internal state events, richer awareness
will.anderson
2026-05-06 22:02:05 -05:00
d2161d9f48
soul: skip init_soul_edges if edges already present — prevent restart-loop duplication
Will Anderson
2026-05-04 02:04:03 -05:00
bc025d52e7
Add agentic tool access for Neuron in DHARMA rooms
Will Anderson
2026-05-03 21:47:42 -05:00
30298af3d1
soul: remove room context injection from dharma_room_turn — soul reads transcript, not briefing
Will Anderson
2026-05-03 18:00:43 -05:00