mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 04:30:36 +00:00
feat: add plugin-scan plugin
This commit is contained in:
parent
5950320e54
commit
934836a821
6 changed files with 396 additions and 0 deletions
11
plugins/plugin_scan/webui/main.html
Normal file
11
plugins/plugin_scan/webui/main.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Plugin Scanner</title>
|
||||
</head>
|
||||
<body>
|
||||
<x-component path="/plugins/plugin_scan/webui/plugin-scan.html"></x-component>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue