📄️ CLI
Code generator has a command line tool to generate source code for tools.
📄️ Simple
Simple code generator generates code for a tool from its spec.
📄️ OpenAPI
OpenAPI code generator generates LLM tools from OpenAPI specs. The whole OpenAPI spec is converted to a toolkit. Each operation is the OpenAPI spec is converted to a tool in this toolkit. Information of a tool is extracted from the OpenAPI spec.