gitent-sdk 0.1.0

SDK for AI agents to integrate with gitent
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "gitent-sdk"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description = "SDK for AI agents to integrate with gitent"

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true }
anyhow = { workspace = true }
reqwest = { version = "0.12", features = ["json", "blocking"] }