mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 12:10:57 +00:00
api cleanup, microphone permission
This commit is contained in:
parent
37615c5a24
commit
99b4accd7b
35 changed files with 81 additions and 95 deletions
|
|
@ -1,8 +1,6 @@
|
|||
import base64
|
||||
from werkzeug.datastructures import FileStorage
|
||||
from python.helpers.api import ApiHandler
|
||||
from flask import Request, Response, send_file
|
||||
|
||||
from python.helpers.api import ApiHandler, Request, Response
|
||||
from python.helpers.file_browser import FileBrowser
|
||||
from python.helpers import files, runtime
|
||||
from python.api import get_work_dir_files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue