CLI
Code generator has a command line tool to generate source code for tools.
The CLI tool is a JAR file. It can be downloaded from Maven central.
This CLI JAR file requires Java 11 to run.
Usage: easy-llm-tools [-hV] [COMMAND]
Generate code for LLM tools
-h, --help Show this help message and exit.
-V, --version Print version information and exit.
Commands:
simple Generate simple tool implementation
openapi Generate LLM tools from OpenAPI spec