feat(memory): add Temporal activities integration for memory service

- Implement 12 Temporal activities for memory operations
- Activities: create, update, search, context, diagnose, analyze, document
- Add activity registration and worker setup
- Full retry/timeout configuration with observability
- Include workflow patterns and examples
- All tests passing (23/23)

Documentation:
- MEMORY_INTEGRATION.md: High-level integration guide
- MEMORY_ACTIVITIES.md: Complete activities reference
- REGISTERED_ACTIVITIES.md: Registry and calling conventions
This commit is contained in:
Test
2026-08-29 21:49:24 -07:00
parent 978a33377c
commit 5ef14ad5ec
15 changed files with 4122 additions and 4 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ spec:
labels:
app: poimen-worker
annotations:
git-commit: "4388820" # ✅ Updated on each push, triggers rolling restart
deployment-date: "2026-08-26"
git-commit: "c2df8a0" # ✅ Updated on each push, triggers rolling restart
deployment-date: "2026-08-29"
spec:
containers:
- name: worker