wraith-api 0.1.0

AI provider API client for the WRAITH coding agent
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "wraith-api"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
description = "AI provider API client for the WRAITH coding agent"
homepage = "https://github.com/Sulaiman-Dauda/wraith"

[dependencies]
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
runtime = { path = "../runtime", version = "0.1.0", package = "wraith-runtime" }
serde = { version = "1", features = ["derive"] }
serde_json.workspace = true
tokio = { version = "1", features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }

[lints]
workspace = true