agentia 0.1.0

A Rust library for building AI agents with a focus on modularity and extensibility.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "agentia"
version = "0.1.0"
edition = "2024"
authors = ["oscar.rs <jeff.cofos@gmail.com>"]
description = "A Rust library for building AI agents with a focus on modularity and extensibility."
license = "Apache-2.0"
repository = "https://github.com/Jeffr-K/agentia"
homepage = "https://github.com/Jeffr-K/agentia"
readme = "README.md"
keywords = ["AI", "agents"]
categories = ["development-tools"]

[dependencies]