[package]
name = "openagents"
version = "0.1.0"
edition = "2021"
authors = ["OpenAgents Org <contact@openagents.org>"]
description = "OpenAgents is an open framework for building, connecting, and running autonomous agents."
license = "Apache-2.0"
repository = "https://github.com/openagents-org/openagents"
homepage = "https://github.com/openagents-org/openagents"
documentation = "https://docs.rs/openagents"
keywords = ["ai", "agents", "automation", "framework"]
categories = ["development-tools", "api-bindings"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }