Skip to content
Emir Sahin edited this page Oct 20, 2024 · 7 revisions

Welcome to the llm-axe documentation!

This Wiki is meant to serve as the official documentation for llm-axe.

Agent Functions Overview

Utilities Overview


What is 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.

What can I do with llm-axe?

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.

Why doesn't llm-axe have an Agent that can do X?

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!