modcomms/frontend/components/icons
michael 9e2473c3e9 Add Knowledge Base management system for AI agent specs
Full-stack implementation enabling UI-driven management of the 5 AI agent knowledge bases
(Legal, Brand Barclays, Brand Barclaycard, Channel Best Practices, Channel Tech Specs).

Backend:
- 4 new DB models: KnowledgeBase, SourceDocument, SpecVersion, ProcessingJob
- Migration 006: creates tables, seeds 5 KB rows, imports existing prompts/*.md as v1 specs
- KnowledgeBaseRepository with full CRUD for all 4 tables
- LlamaParseService for document parsing, KnowledgeBaseService for pipeline orchestration
- ReferenceDocsService updated with DB-backed spec loading + cache invalidation
- 11 REST endpoints under /api/knowledge-base (list, detail, upload, delete, process, job status, versions, diff, activate)
- StorageService extended with KB document storage

Frontend:
- TypeScript types for all KB entities (KnowledgeBaseListItem, SourceDocument, ProcessingJob, SpecVersion, DiffResult)
- ApiService methods for all KB endpoints including multipart file upload
- KnowledgeBase component with 3-level UI: agent grid, detail view (documents + versions tabs), diff viewer
- Drag-and-drop file upload, processing progress bar with 3s polling, version comparison
- KnowledgeBaseIcon + Sidebar nav item with adminOnly filtering

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-12 15:00:36 -06:00
..
AnalyticsIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
ArrowDownIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
ArrowLeftIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
AuditIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
BarclaysLogo.tsx Replace agent icons with clean Heroicons 2026-01-08 10:02:28 -06:00
BestPracticeIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
BrandIcon.tsx Replace agent icons with clean Heroicons 2026-01-08 10:02:28 -06:00
BriefcaseIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
BugIcon.tsx Replace low-quality icons on Analytics page with Heroicons 2026-01-27 15:30:18 -06:00
CampaignsIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
ChannelIcon.tsx Replace agent icons with clean Heroicons 2026-01-08 10:02:28 -06:00
ChatBubbleIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
ChevronDownIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
ClipboardIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
ClockIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
CopyGenAIIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
CopyIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
DashboardIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
DocumentIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
DownloadIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
EagleIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
ExportIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
FlagIcon.tsx Fix flagging feature: blue link in Auditing, remove alert popup, show solid red flag icon 2026-02-12 13:46:15 -06:00
HistoryIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
KnowledgeBaseIcon.tsx Add Knowledge Base management system for AI agent specs 2026-02-12 15:00:36 -06:00
LeadAgentIcon.tsx Replace agent icons with clean Heroicons 2026-01-08 10:02:28 -06:00
LegalIcon.tsx Replace agent icons with clean Heroicons 2026-01-08 10:02:28 -06:00
LightbulbIcon.tsx Replace low-quality icons on Analytics page with Heroicons 2026-01-27 15:30:18 -06:00
LogoutIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
MicrosoftLogo.tsx permissions changes 2025-12-18 16:51:27 +00:00
OliverLogo.tsx permissions changes 2025-12-18 16:51:27 +00:00
PaperClipIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
PDFIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
PlusIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
ProjectsIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
QuestionMarkIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
SendIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
SettingsIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
SpinnerIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
StatusIcons.tsx permissions changes 2025-12-18 16:51:27 +00:00
TagIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
TrashIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
TrendingUpIcon.tsx Replace low-quality icons on Analytics page with Heroicons 2026-01-27 15:30:18 -06:00
UploadIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
UserIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00
WorkfrontLogo.tsx permissions changes 2025-12-18 16:51:27 +00:00
XIcon.tsx permissions changes 2025-12-18 16:51:27 +00:00