fix: model-owned map decisions and a dedicated memory schema #18

Merged
Jc-965 merged 3 commits from memory-moderation-optimization into main 2026-08-13 21:20:50 +00:00
Member

Summary

Fixes the failed deploy and makes the map a model decision instead of a keyword one.

  • The agent now stores memories in its own database schema, since the deployed database no longer allows writing to the shared one, which was crashing the service at startup
  • The map tool is available on every turn, so the model itself decides when an answer gets a map, covering shorthand like "gates to cuc" and no longer forcing maps onto messages that merely resemble place names
## Summary Fixes the failed deploy and makes the map a model decision instead of a keyword one. - The agent now stores memories in its own database schema, since the deployed database no longer allows writing to the shared one, which was crashing the service at startup - The map tool is available on every turn, so the model itself decides when an answer gets a map, covering shorthand like "gates to cuc" and no longer forcing maps onto messages that merely resemble place names
fix: let the model own the map decision provision a dedicated memory schema for the store
Some checks failed
kennel/deploy deployment healthy
CI / build (pull_request) Successful in 1m39s
CI / check-1 (pull_request) Failing after 1m55s
CI / check (pull_request) Failing after 0s
CI / test-agent (pull_request) Has been skipped
kennel/build build succeeded
431f048b81

Kennel Deployments

Torn down at 2026-08-13 21:20:52 UTC.

<!-- kennel-deployment --> ### Kennel Deployments Torn down at 2026-08-13 21:20:52 UTC.
fix: suppress semgrep false positive on schema creation
All checks were successful
kennel/deploy deployment healthy
kennel/build build succeeded
CI / build (pull_request) Successful in 1m51s
CI / check-1 (pull_request) Successful in 2m2s
CI / check (pull_request) Successful in 0s
CI / test-agent (pull_request) Successful in 48s
609bf9e2bf
fix: make memory schema creation static sql
All checks were successful
kennel/build build succeeded
CI / test-agent (pull_request) Successful in 49s
kennel/deploy deployment healthy
CI / build (pull_request) Successful in 1m28s
CI / check-1 (pull_request) Successful in 1m38s
CI / check (pull_request) Successful in 0s
c9319cbbe7
Jc-965 merged commit 5613c94feb into main 2026-08-13 21:20:50 +00:00
Sign in to join this conversation.
No description provided.