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
@@ -9,6 +9,6 @@ metadata:
app.kubernetes.io/name: poimen
app.kubernetes.io/component: orchestrator
data:
GIT_COMMIT: "4388820" # Updated automatically by CI/CD
GIT_COMMIT: "c2df8a0" # Updated automatically by CI/CD
GIT_BRANCH: "main"
DEPLOYMENT_DATE: "2026-08-26"
DEPLOYMENT_DATE: "2026-08-29"