Expand description
Built-in tools for VEX agents
This module provides a set of ready-to-use tools:
CalculatorTool- Evaluate mathematical expressionsDateTimeTool- Get current date and timeUuidTool- Generate UUIDsHashTool- Compute SHA-256/SHA-512 hashesRegexTool- Pattern matching and extractionJsonPathTool- JSON value extraction
All built-in tools are pure computation (no network I/O) and safe for sandboxing.
Structs§
- Calculator
Tool - Calculator tool for evaluating mathematical expressions.
- Date
Time Tool - DateTime tool for retrieving current date and time.
- Hash
Tool - Hash tool for computing SHA-256 and SHA-512 hashes.
- Json
Path Tool - JSON Path tool for extracting values from JSON.
- Regex
Tool - Regex tool for pattern matching and extraction.
- Uuid
Tool - UUID generation tool.
Functions§
- builtin_
registry - Create a registry with all built-in tools pre-registered