feat(F): F-MEM agent_memory + frontend agent overview components
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
This commit is contained in:
Agent Zero
2026-08-17 17:14:51 +02:00
parent 638e3f3e1e
commit 158feec374
3 changed files with 244 additions and 0 deletions
@@ -0,0 +1,3 @@
-- Agent Memory: add metadata JSONB column for structured memory metadata
ALTER TABLE agent_memories ADD COLUMN IF NOT EXISTS metadata JSONB;