Metadata-Version: 2.1
Name: voyage-agents
Version: 0.0.2
Summary: AI agent and tool calling library for small local models using llama.cpp.
Author: Ville Kuosmanen
Project-URL: Homepage, https://github.com/villekuosmanen/voyage-agents
Project-URL: Issues, https://github.com/villekuosmanen/voyage-agents/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: llama-cpp-python

# voyage-agents
AI Agents for local GPUs, by Voyage Robotics.

Originally built for a hackathon in 24 hours.

Find a 7B param multi-modal LLaVa x Mistral model in [HuggingFace](https://huggingface.co/villekuosmanen/LLaVa-1.6-Mistral-7B-llama.cpp/tree/main). You can also build models yourself using the llama.cpp library.

This is a standalone package. You need to install llama_cpp as well to use voyage_agents.

## Installation

```
pip install llama-cpp-python
pip install voyage_agents
```
