Commit Graph

2778 Commits

Author SHA1 Message Date
Robin Braumann
d7caa5c6f0 docs(agents): document episodic memory implementation 2026-05-12 08:24:04 +02:00
Robin Braumann
268855d18a docs(agents): refresh episodic memory guide 2026-05-12 08:15:37 +02:00
Robin Braumann
526492294b Merge branch 'episodic-memory-cli-fe' into episodic-memory-docs 2026-05-12 08:01:55 +02:00
Robin Braumann
639a7d0d85 Merge branch 'episodic-memory-sdk' into episodic-memory-cli-fe 2026-05-12 08:01:40 +02:00
Robin Braumann
bbc7ec5764 fix(agents): correct memory age labels 2026-05-12 08:01:27 +02:00
Robin Braumann
1b4a4e8abc Merge branch 'episodic-memory-cli-fe' into episodic-memory-docs 2026-05-12 07:49:53 +02:00
Robin Braumann
a34e0232fa Merge branch 'episodic-memory-sdk' into episodic-memory-cli-fe
# Conflicts:
#	packages/frontend/editor-ui/src/features/agents/__tests__/AgentMemoryPanel.test.ts
#	packages/frontend/editor-ui/src/features/agents/components/AgentMemoryPanel.vue
2026-05-12 07:48:22 +02:00
Robin Braumann
f21ef90456 Merge branch 'cross-thread-memory-profiles' into episodic-memory-sdk 2026-05-12 07:47:38 +02:00
Robin Braumann
e18f5fb711 fix(agents): stabilize memory profile scope and reloads 2026-05-12 07:46:52 +02:00
Robin Braumann
7f3a642234 docs(agents): clarify episodic memory extraction 2026-05-11 23:51:38 +02:00
Robin Braumann
0973ee7081 docs(agents): align memory docs with n8n theme 2026-05-11 23:51:38 +02:00
Robin Braumann
87e546ffad docs(agents): document episodic memory 2026-05-11 23:51:38 +02:00
Robin Braumann
b64670a454 fix(agents): split episodic memory migration 2026-05-11 23:46:59 +02:00
Robin Braumann
dd66a27674 fix(agents): remove episodic embedder config 2026-05-11 23:46:46 +02:00
Robin Braumann
c4c0b74c7d feat(agents): add case memory integration 2026-05-11 23:46:35 +02:00
Robin Braumann
83d7eb9ef3 fix(agents): simplify episodic memory dedupe 2026-05-11 23:46:03 +02:00
Robin Braumann
6d5f9e36e0 fix(agents): improve episodic memory dedupe 2026-05-11 23:46:03 +02:00
Robin Braumann
abf39c2394 fix(agents): narrow episodic evidence roles 2026-05-11 23:46:03 +02:00
Robin Braumann
8652ad7c50 fix(agents): loosen episodic memory extraction 2026-05-11 23:46:03 +02:00
Robin Braumann
8945a7065a fix(agents): tighten episodic memory extraction 2026-05-11 23:46:03 +02:00
Robin Braumann
a33d86e520 feat(agents): add episodic memory runtime 2026-05-11 23:46:03 +02:00
Robin Braumann
a0955c1282 feat(agents): add user memory profiles 2026-05-11 23:42:17 +02:00
Robin Braumann
a85e07743e refactor(agents): rename memory profile blocks 2026-05-11 23:42:17 +02:00
Robin Braumann
8e0a28dd5b feat(agents): add memory profiles 2026-05-11 23:42:17 +02:00
Robin Braumann
739ba170a7 fix(agents): address observational integration checks 2026-05-11 23:42:03 +02:00
bjorger
4c27a75c55 chore(core): Remove unused memory backends (#30146) 2026-05-11 23:32:54 +02:00
Robin Braumann
31bcaa15d3 fix: guard thread-only working memory prompts 2026-05-11 23:32:53 +02:00
Robin Braumann
4d4f387bd1 fix(agents): Validate observational memory configs 2026-05-11 23:32:53 +02:00
Robin Braumann
d74d8afaa3 fix(core): Correct agent memory continuity and storage guidance 2026-05-11 23:32:52 +02:00
Robin Braumann
08809f5c1d feat(agents): Wire observer-written memory into sessions 2026-05-11 23:32:52 +02:00
Robin Braumann
2669cffd9d fix(agents): address observational memory checks 2026-05-11 23:32:40 +02:00
Robin Braumann
37a30f9db9 chore(agents): trim observational memory comments 2026-05-11 23:10:12 +02:00
Robin Braumann
3d5abd9294 fix(agents): narrow observational memory config 2026-05-11 21:55:34 +02:00
Robin Braumann
06944d524c fix: align observational memory runtime wiring 2026-05-11 21:10:27 +02:00
Robin Braumann
d691022d01 fix(core): Remove stray execution thread column (no-changelog) 2026-05-11 21:10:27 +02:00
Robin Braumann
326d2cdbe0 fix: Validate observational memory setup 2026-05-11 21:10:27 +02:00
Robin Braumann
d199e43582 feat(agents): Observe thread memory out of band 2026-05-11 21:10:09 +02:00
Robin Braumann
0ca270ade2 feat(agents): Add observation storage for thread memory 2026-05-11 21:09:46 +02:00
Michael Drury
e968723808
chore(core): Langsmith OTel telemetry for agent builder (#30259) 2026-05-11 18:29:33 +00:00
Albert Alises
bb73952fcc
fix(core): Defer credential setup during workflow builds (#30181) 2026-05-11 15:46:44 +00:00
Tomi Turtiainen
0a761355c4
fix(core): Prevent proxy layer accumulation in ObservableObject (#30129) 2026-05-11 14:29:28 +00:00
Svetoslav Dekov
3df6611fb3
chore(editor): Refactoring instance-ai workflow setup FE code (no-changelog) (#30012)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2026-05-11 13:33:15 +00:00
Milorad FIlipović
0494f24967
feat(core): Track no results in code-builder search tool (no-changelog) (#30165)
Some checks are pending
Build: Benchmark Image / build (push) Waiting to run
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.14.1) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
Util: Sync API Docs / sync-public-api (push) Waiting to run
2026-05-11 13:08:21 +00:00
José Braulio González Valido
3123f2551b
fix(core): Allow same-domain redirects in instance-ai web research (TRUST-73) (#30107)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 12:40:43 +00:00
Milorad FIlipović
127544ae5b
fix(core): Fix Resource Mapper types in SDK (no-changelog) (#30213) 2026-05-11 12:35:53 +00:00
Bernhard Wittmann
ea98243c2b
feat: Add deeplinkpairing and connection handling for native computer use (no-changelog) (#29445) 2026-05-11 12:35:08 +00:00
Arvin A
6f9b99a3cf
feat(editor): Eval run detail loading + error states (TRUST-70 follow-up) (#29817)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-05-11 11:36:03 +00:00
Mutasem Aldmour
0feec2fea6
fix(core): Make placeholder() return string (no-changelog) (#30100)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 11:32:35 +00:00
Mutasem Aldmour
d0367a00e8
chore: Align pairwise eval builder with production handover (#30019)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 11:00:37 +00:00
Michael Drury
7094b48c94
fix(core): Persist agent chat draft across modes and hide unfinished tool-approval toggle (#30123) 2026-05-11 10:53:59 +00:00