[package]
edition = "2024"
name = "agentia"
version = "0.1.0"
authors = ["oscar.rs <jeff.cofos@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for building AI agents with a focus on modularity and extensibility."
homepage = "https://github.com/Jeffr-K/agentia"
readme = "README.md"
keywords = [
"AI",
"agents",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/Jeffr-K/agentia"
[lib]
name = "agentia"
path = "src/lib.rs"
[dependencies]