Toolkit for LLM-powered applications
Top 98.2% on sourcepulse
This toolkit provides simple abstractions for common LLM application development tasks, targeting developers who want to integrate LLM capabilities without the complexity of larger frameworks. It offers features like automatic schema generation, pre-made agents with chat history, and customizable agents, enabling rapid implementation of LLM-powered features.
How It Works
The library abstracts common LLM interactions into intuitive classes and functions. It supports local LLMs (via Ollama) and external APIs, offering pre-built agents for tasks like web searching, PDF summarization, data extraction, and object detection. Its design emphasizes flexibility, allowing users to easily integrate their own LLMs and customize agent behavior with system prompts.
Quick Start & Requirements
pip install llm-axe
llama3:8b:instruct
(4-bit quantization).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The quality of results is highly dependent on the capabilities of the underlying LLM used. The project was tested with llama3:8b:instruct
, and performance with other models may vary. The license status requires clarification for commercial adoption.
6 months ago
Inactive