llama-cpp-v3-agent-sdk 0.1.7

Agentic tool-use loop on top of llama-cpp-v3 — local LLM agents with built-in tools
Documentation
[package]
name = "llama-cpp-v3-agent-sdk"
version = "0.1.7"
edition = "2021"
description = "Agentic tool-use loop on top of llama-cpp-v3 — local LLM agents with built-in tools"
license = "MIT"
repository = "https://github.com/enlila/llama-cpp-v3"
readme = "README.md"

[dependencies]
llama-cpp-v3 = { path = "../llama-cpp-v3", version = "0.1.7" }
llama-cpp-sys-v3 = { path = "../llama-cpp-sys-v3", version = "0.1.7" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
glob = "0.3"
thiserror = "2"
dirs = "5"
anyhow = "1"
regex = "1"