agent-tools 0.1.0

agent command
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "agent-tools"
description = "agent command"
version = "0.1.0"
edition = "2024"
license = "MIT"
authors = ["Ancient"]
repository = "https://github.com/atlas-form/agent-tools.git"
documentation = "https://docs.rs/agent-tools"


[dependencies]
thiserror = "2"
wait-timeout = "0.2"

[dev-dependencies]
tempfile = "3.27.0"