[package] name = "smart-llamas" version = "0.0.1" edition = "2021" description = "A minimal framework for developing Large Language Models that are able to use tools when appropriate" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" fxhash = "0.2" google-places-api = "0.5" nalgebra = "0.32" ollama-rs-mangle-fork = { version = "0.1", features = ["stream"] } ordered-float = "4" serde = "1" serde_json = "1.0" static_assertions = "1" tokio = { version = "1", features = ["full"]} tokio-rayon = "2" tokio-stream = "0.1"