Render operator train of thought as video on web app to ease viewing

- You can seek through the train of thought video of computer operation or
  follow it in live mode.
- Interleaves video with normal text thoughts.
- Video available of old interactions and currently streaming message.
This commit is contained in:
Debanjum
2025-05-31 04:31:23 -07:00
parent 6821bd38ed
commit 830a1af69e
4 changed files with 503 additions and 17 deletions

View File

@@ -144,7 +144,7 @@ interface Intent {
"inferred-queries": string[];
}
interface TrainOfThoughtObject {
export interface TrainOfThoughtObject {
type: string;
data: string;
}