-
Notifications
You must be signed in to change notification settings - Fork 31
Home
This Wiki is meant to serve as the official documentation for llm-axe.
llm-axe is meant to be a flexible development toolkit that provides simple abstractions for commonly used functions related to LLMs. It's not meant to intrude in your development workflow as other larger frameworks often do. It has functions for automatic schema generation, pre-made agents with self-tracking chat history and fully customizable agents.
With llm-axe, you can easily make function callers, AI with internet access, data extraction agents and more!
See our examples folder for a quick showcase of llm-axe's capabilities.
The goal of llm-axe is not to be a product for end users, but a development toolkit to help you create your ideas. If you have an idea for an Agent or functionality, the tools are there for you to bring it to life!