Module tools

Module tools 

Source
Expand description

Built-in tools for VEX agents

This module provides a set of ready-to-use tools:

All built-in tools are pure computation (no network I/O) and safe for sandboxing.

Structs§

CalculatorTool
Calculator tool for evaluating mathematical expressions.
DateTimeTool
DateTime tool for retrieving current date and time.
HashTool
Hash tool for computing SHA-256 and SHA-512 hashes.
JsonPathTool
JSON Path tool for extracting values from JSON.
RegexTool
Regex tool for pattern matching and extraction.
UuidTool
UUID generation tool.

Functions§

builtin_registry
Create a registry with all built-in tools pre-registered