agent-cli 0.1.1

Agent AI command line
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "agent-cli"
version = "0.1.1"
description = "Agent AI command line"
repository = "https://github.com/AI-Robotic-Labs/ai-agent-cli"
documentation = "https://docs.rs/agent_cli"
license = "MIT"
edition = "2024"

[dependencies]
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.138"
rand = "0.9.1"

[[bin]]
name = "agent-cli"
path = "src/lib.rs"