mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat: add podcast generation capabilities to SurfSense deep agent and UI integration
This commit is contained in:
parent
3906ba52e0
commit
4c4e4b3c4c
9 changed files with 985 additions and 22 deletions
11
surfsense_web/components/tool-ui/index.ts
Normal file
11
surfsense_web/components/tool-ui/index.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* Tool UI Components
|
||||
*
|
||||
* This module exports custom UI components for assistant tools.
|
||||
* These components are registered with assistant-ui to render
|
||||
* rich UI when specific tools are called by the agent.
|
||||
*/
|
||||
|
||||
export { Audio } from "./audio";
|
||||
export { GeneratePodcastToolUI } from "./generate-podcast";
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue