script: unify PandaScript to slash commands

Unifies PandaScript syntax by replacing uppercase keywords with slash
commands (e.g., `/goto`, `/click`, `/fill`). Refactors the `Command`
representation to use a generic tool call structure backed by schemas.

BREAKING CHANGE: Uppercase PandaScript keywords (GOTO, CLICK, TYPE, etc.)
are no longer supported. All scripts must use slash commands.
This commit is contained in:
Adrià Arrufat
2026-05-21 20:38:21 +02:00
parent 88ac71a474
commit 459893f414
13 changed files with 1482 additions and 2097 deletions

View File

File diff suppressed because it is too large Load Diff