158feec374
Check Cross-Plugin Imports / check (push) Has been cancelled
- F-MEM: app/ai/agent_memory.py (236 lines) — store/retrieve/search agent memory with embeddings - Frontend: AgentDashboard.tsx (831 lines), AgentsOverview.tsx (35 lines) — agent list and dashboard - agent_memory plugin models updated
4 lines
143 B
SQL
4 lines
143 B
SQL
-- Agent Memory: add metadata JSONB column for structured memory metadata
|
|
|
|
ALTER TABLE agent_memories ADD COLUMN IF NOT EXISTS metadata JSONB;
|