openagents 0.1.0

OpenAgents is an open framework for building, connecting, and running autonomous agents.
[[bin]]
name = "openagents"
path = "src/main.rs"

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

[dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["OpenAgents Org <contact@openagents.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "api-bindings"]
description = "OpenAgents is an open framework for building, connecting, and running autonomous agents."
documentation = "https://docs.rs/openagents"
edition = "2021"
homepage = "https://github.com/openagents-org/openagents"
keywords = ["ai", "agents", "automation", "framework"]
license = "Apache-2.0"
name = "openagents"
readme = false
repository = "https://github.com/openagents-org/openagents"
version = "0.1.0"