amico-cli 0.1.1

The agent system executable for the Amico AI Agent Framework
Documentation
[[bin]]
name = "amico_bin"
path = "src/main.rs"

[dependencies.amico-core]
version = "0.1.1"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.43.0"

[lib]
name = "amico_lib"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The agent system executable for the Amico AI Agent Framework"
edition = "2021"
license = "MIT"
name = "amico-cli"
readme = "README.md"
repository = "https://github.com/AIMOverse/amico"
version = "0.1.1"