mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-08 09:59:53 +00:00
tunnel component refactor
This commit is contained in:
parent
90eef87fd9
commit
eee6796299
8 changed files with 807 additions and 726 deletions
|
|
@ -6,3 +6,7 @@ class GetSettings(ApiHandler):
|
|||
async def process(self, input: dict, request: Request) -> dict | Response:
|
||||
set = settings.convert_out(settings.get_settings())
|
||||
return {"settings": set}
|
||||
|
||||
@classmethod
|
||||
def get_methods(cls) -> list[str]:
|
||||
return ["GET", "POST"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue