Files
leocrm/app/plugins/builtins/agent_memory/migrations/0002_metadata.sql
T
Agent Zero 158feec374
Check Cross-Plugin Imports / check (push) Has been cancelled
feat(F): F-MEM agent_memory + frontend agent overview components
- 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
2026-08-17 17:14:51 +02:00

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;