agentkit-plugins 0.10.6

Parser and validator for portable Agent Plugins packages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
description = "Parser and validator for portable Agent Plugins packages."
homepage.workspace = true
name = "agentkit-plugins"
readme = "README.md"
repository.workspace = true
version = "0.10.6"
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[dependencies]
http = "1"
serde.workspace = true
serde_json.workspace = true
serde-saphyr = "0.0.23"
thiserror.workspace = true
url = "2"