[codex] feat(memory-gateway): merge memory mode with main #2

Open
tomtan wants to merge 14 commits from memory-mode-main-pr into main
Owner

What changed

  • Merge the existing memory-mode work onto the current main branch in memory-mode-main-pr.
  • Add shared Memory Gateway config loading, credential storage, gateway client/service orchestration, and agent-loop registration.
  • Document the hybrid memory gateway setup and user provisioning flow.

Validation

  • uv run pytest tests/unit/test_config_loader.py tests/unit/test_memory_gateway_loader.py tests/unit/test_memory_gateway_credentials.py tests/unit/test_memory_gateway_service.py tests/unit/test_memory_gateway_registration.py tests/unit/test_memory_gateway_agent_loop.py tests/unit/test_context_builder.py tests/unit/test_websocket_chat.py
## What changed - Merge the existing `memory-mode` work onto the current `main` branch in `memory-mode-main-pr`. - Add shared Memory Gateway config loading, credential storage, gateway client/service orchestration, and agent-loop registration. - Document the hybrid memory gateway setup and user provisioning flow. ## Validation - `uv run pytest tests/unit/test_config_loader.py tests/unit/test_memory_gateway_loader.py tests/unit/test_memory_gateway_credentials.py tests/unit/test_memory_gateway_service.py tests/unit/test_memory_gateway_registration.py tests/unit/test_memory_gateway_agent_loop.py tests/unit/test_context_builder.py tests/unit/test_websocket_chat.py`
tomtan added 14 commits 2026-06-16 10:05:27 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin memory-mode-main-pr:memory-mode-main-pr
git checkout memory-mode-main-pr
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Beaver/beaver_project#2
No description provided.