Skip to content

feat: agent persistent memory store#62

Open
DorianZheng wants to merge 3 commits intomainfrom
feature/agent-memory-store
Open

feat: agent persistent memory store#62
DorianZheng wants to merge 3 commits intomainfrom
feature/agent-memory-store

Conversation

@DorianZheng
Copy link
Copy Markdown
Member

@DorianZheng DorianZheng commented Apr 19, 2026

Summary

  • Adds agent_memory SQLite table (group_jid, key, value, updated_at)
  • Three new actions: memory_get, memory_set, memory_list — scoped per group JID
  • memory_set with value=null deletes the key
  • Full test coverage in src/agent/memory-actions.test.ts

Test plan

  • pnpm tsc --noEmit passes
  • pnpm test passes with all new tests green
  • Manual smoke test: memory_set + memory_get round-trip

Closes item-Wb2vDWih0VXBterEowXl9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant