feat(F): F-MEM agent_memory + frontend agent overview components
Check Cross-Plugin Imports / check (push) Has been cancelled
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:
@@ -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;
|
||||
Reference in New Issue
Block a user