Nymbo commited on
Commit
46b04f4
·
verified ·
1 Parent(s): 54b5528

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -30,7 +30,7 @@ Live Space: https://huggingface.co/spaces/Nymbo/Tools
30
  - Generate Video: Text-to-video via Hugging Face serverless inference (model, steps, guidance, size, fps, duration, seed).
31
  - Deep Research: Multi-query web research pipeline (DDG search + parallel fetch + LLM report synthesis) with downloadable report.
32
  - File System: Safe, sandboxed filesystem operations under a tool root.
33
- - Shell Exec: Run shell commands inside the same safe root as File System.
34
 
35
  ## Quick start
36
 
@@ -76,10 +76,10 @@ Example client config (JSON):
76
  - HF_READ_TOKEN: Enables Image Generation, Video Generation, and Deep Research (Hugging Face serverless inference). Required for those tools to appear as MCP tools.
77
  - HF_TOKEN: Alternative token fallback used by some providers (also enables Deep Research/Video).
78
  - NYMBO_TOOLS_ROOT: Overrides the File System/Shell working root. Defaults to Nymbo-Tools/Filesystem.
79
- - UNSAFE_ALLOW_ABS_PATHS=1: Allow absolute paths in File System and Shell Exec (off by default for safety).
80
 
81
  Notes:
82
- - Without a HF API key, you can still use Web Fetch, Web Search, Code Interpreter, Memory Manager, File System, Shell Exec, and Generate Speech.
83
  - Generate Speech requires the kokoro package and its dependencies; it works on CPU and uses CUDA if available. Doesn't require an API key because it's computed on the server itself.
84
 
85
  ## Persistence and privacy
@@ -183,7 +183,7 @@ Key fields:
183
  Output:
184
  - Human-readable listings or JSON-like error strings with code/message/hint.
185
 
186
- ### Shell_Exec (same safe root)
187
  Inputs:
188
  - command (str): Single-string shell command (pipelines supported by the host shell).
189
  - workdir (str): Relative to the root.
 
30
  - Generate Video: Text-to-video via Hugging Face serverless inference (model, steps, guidance, size, fps, duration, seed).
31
  - Deep Research: Multi-query web research pipeline (DDG search + parallel fetch + LLM report synthesis) with downloadable report.
32
  - File System: Safe, sandboxed filesystem operations under a tool root.
33
+ - Shell Command: Run shell commands inside the same safe root as File System.
34
 
35
  ## Quick start
36
 
 
76
  - HF_READ_TOKEN: Enables Image Generation, Video Generation, and Deep Research (Hugging Face serverless inference). Required for those tools to appear as MCP tools.
77
  - HF_TOKEN: Alternative token fallback used by some providers (also enables Deep Research/Video).
78
  - NYMBO_TOOLS_ROOT: Overrides the File System/Shell working root. Defaults to Nymbo-Tools/Filesystem.
79
+ - UNSAFE_ALLOW_ABS_PATHS=1: Allow absolute paths in File System and Shell Command (off by default for safety).
80
 
81
  Notes:
82
+ - Without a HF API key, you can still use Web Fetch, Web Search, Code Interpreter, Memory Manager, File System, Shell Command, and Generate Speech.
83
  - Generate Speech requires the kokoro package and its dependencies; it works on CPU and uses CUDA if available. Doesn't require an API key because it's computed on the server itself.
84
 
85
  ## Persistence and privacy
 
183
  Output:
184
  - Human-readable listings or JSON-like error strings with code/message/hint.
185
 
186
+ ### Shell_Command (same safe root)
187
  Inputs:
188
  - command (str): Single-string shell command (pipelines supported by the host shell).
189
  - workdir (str): Relative to the root.