Spaces:
Running
Running
Update app/.pyfun
Browse files- app/.pyfun +16 -8
app/.pyfun
CHANGED
|
@@ -474,14 +474,22 @@ SEARCH_TIMEOUT_SEC = "30"
|
|
| 474 |
# timeout_sec = "30"
|
| 475 |
# [TOOL.code_exec_END]
|
| 476 |
|
| 477 |
-
|
| 478 |
-
|
| 479 |
-
|
| 480 |
-
|
| 481 |
-
|
| 482 |
-
|
| 483 |
-
|
| 484 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 485 |
|
| 486 |
[TOOLS_END]
|
| 487 |
|
|
|
|
| 474 |
# timeout_sec = "30"
|
| 475 |
# [TOOL.code_exec_END]
|
| 476 |
|
| 477 |
+
# ββ Shellmaster 2.0 ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 478 |
+
|
| 479 |
+
[TOOL.shellmaster]
|
| 480 |
+
active = "false"
|
| 481 |
+
shellmaster_agent_url = "http://localhost:5004"
|
| 482 |
+
description = "Generate safe shell commands for requested tasks"
|
| 483 |
+
provider_type = "llm"
|
| 484 |
+
default_provider = "smollm"
|
| 485 |
+
timeout_sec = "30"
|
| 486 |
+
shellmaster_commands_file = "shellmaster_commands.jsonl"
|
| 487 |
+
shellmaster_commands_dataset_url = ""
|
| 488 |
+
shellmaster_customs_model_url = ""
|
| 489 |
+
system_prompt = "You are ShellMaster. Generate safe shell commands.
|
| 490 |
+
ALWAYS include a backup and recovery plan.
|
| 491 |
+
Output JSON: {command, backup, recovery, risk}"
|
| 492 |
+
[TOOL.shellmaster_END]
|
| 493 |
|
| 494 |
[TOOLS_END]
|
| 495 |
|