Add hybrid research copilot workspace

This commit is contained in:
2026-03-14 19:32:00 -04:00
parent 7a42d73a48
commit 2ee9a549a3
27 changed files with 2864 additions and 323 deletions

View File

@@ -11,7 +11,8 @@ const taskLabels: Record<Task['task_type'], string> = {
refresh_prices: 'Refresh prices',
analyze_filing: 'Analyze filing',
portfolio_insights: 'Portfolio insights',
index_search: 'Index search'
index_search: 'Index search',
research_brief: 'Research brief'
};
export function TaskFeed({ tasks }: TaskFeedProps) {