aither-command 0.5.0

Command execution tool for aither agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "aither-command"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Command execution tool for aither agents"
readme = "../../README.md"
keywords = ["ai", "agent", "tool", "command"]
categories = ["api-bindings"]

[dependencies]
aither-core.workspace = true
anyhow = "1.0"
schemars = "1.2"
serde = { version = "1.0", features = ["derive"] }
async-process = "2.5"