feat: file viewer added

This commit is contained in:
kodi
2026-03-11 13:53:59 +01:00
parent 31a42d34c7
commit ba6a369f78
16 changed files with 550 additions and 2 deletions
+10
View File
@@ -58,6 +58,16 @@ class DeleteResponse(BaseModel):
path: str
class ViewResponse(BaseModel):
path: str
name: str
content_type: str
encoding: str
truncated: bool
size: int
content: str
class TaskListItem(BaseModel):
id: str
operation: str