Commit Graph

1 Commits

Author SHA1 Message Date
35793b7909 feat(agent-august): M0A - Prisma models + pgvector foundations
- Models: AgentAction, AgentAuditLog, AgentEngagement, KnowledgeArticle, KnowledgeChunk
- Enums: AgentActionType, AgentActionStatus, KnowledgeArticleStatus
- pgvector extension + HNSW vectorial index (cosine ops, 512 dims for voyage-3-lite)
- GIN tsvector index (russian + simple) for hybrid fulltext retrieval
- Auto-trigger to maintain content_tsv on insert/update
- New env vars: AGENT_*, VOYAGE_AI_*
- E2E seed truncation list updated with 5 new tables

Tests: +5 Vitest (T-M0A-01..05)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-19 21:14:58 +04:00