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
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[lib]
name = "llama_cpp_v3_agent_sdk"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.dirs]
version = "5"

[dependencies.glob]
version = "0.3"

[dependencies.llama-cpp-sys-v3]
version = "0.1.7"

[dependencies.llama-cpp-v3]
version = "0.1.7"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"