CLI: vyasa tools
Usage: vyasa tools [OPTIONS] COMMAND [ARGS]...
Manage builder tool integrations (tools the agent uses to DO the work)
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Commands ───────────────────────────────────────────────────────────────────┐
│ list Show all configured tools. │
│ add Add a builder tool integration. │
│ remove Remove a builder tool integration. │
└──────────────────────────────────────────────────────────────────────────────┘
vyasa tools list
Usage: vyasa tools list [OPTIONS]
Show all configured tools.
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
vyasa tools add
Usage: vyasa tools add [OPTIONS]
Add a builder tool integration.
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ * --id TEXT Tool ID [required] │
│ * --command -c TEXT Command to invoke [required] │
│ --args TEXT Arguments template │
│ --description -d TEXT What this tool does │
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
vyasa tools remove
Usage: vyasa tools remove [OPTIONS]
Remove a builder tool integration.
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ * --id TEXT Tool ID to remove [required] │
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘