feat: support skills creator and gemini models

This commit is contained in:
saboteur7
2026-01-30 18:00:10 +08:00
parent 49fb4034c6
commit dd6a9c26bd
30 changed files with 3562 additions and 833 deletions

View File

@@ -20,7 +20,6 @@ class Bash(BaseTool):
IMPORTANT SAFETY GUIDELINES:
- You can freely create, modify, and delete files within the current workspace
- For operations outside the workspace or potentially destructive commands (rm -rf, system commands, etc.), always explain what you're about to do and ask for user confirmation first
- Be especially careful with: file deletions, system modifications, network operations, or commands that might affect system stability
- When in doubt, describe the command's purpose and ask for permission before executing"""
params: dict = {