-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
100 lines (94 loc) 路 4.59 KB
/
Copy pathCargo.toml
File metadata and controls
100 lines (94 loc) 路 4.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[package]
name = "kit"
version = "0.1.117"
edition = "2024"
rust-version = "1.94.0"
publish = false
[dependencies]
a2a-protocol-client = "=0.10.0"
a2a-protocol-server = { version = "=0.10.0", default-features = false }
a2a-protocol-types = "=0.10.0"
agent-client-protocol = { version = "=2.0.0", features = ["unstable_session_fork", "unstable_session_inject"] }
agent-client-protocol-schema = { git = "https://github.com/danielkov/agent-client-protocol", rev = "6e7e044f9464c4fd652d90699a09e9edc8b3bbad", features = ["unstable_session_notices"] }
agent-client-protocol-http = { version = "=2.0.0", default-features = false, features = ["server"] }
agentkit-acp = { version = "=0.10.11", features = ["unstable-inject"] }
agentkit-adapter-completions = "=0.10.8"
agentkit-core = "=0.10.5"
agentkit-context = "=0.10.5"
agentkit-compaction = "=0.10.5"
agentkit-loop = { version = "=0.10.11", features = ["otel"] }
agentkit-mcp = "=0.10.6"
agentkit-http = "=0.10.6"
agentkit-plugins = "=0.10.7"
agentkit-provider-openai = "=0.10.6"
agentkit-provider-openrouter = "=0.10.8"
agentkit-task-manager = "=0.10.7"
agentkit-tool-compose = { version = "=0.10.9", default-features = false, features = ["runlet"] }
agentkit-tool-skills = "=0.10.8"
agentkit-tools-core = "=0.10.5"
async-trait = "=0.1.92"
atomicwrites = "=0.4.4"
axum = "=0.8.9"
base64 = "=0.23.1"
blake3 = "=1.8.7"
bytes = "=1.12.1"
clap = { version = "=4.6.6", features = ["derive"] }
crossterm = { version = "=0.29.0", features = ["event-stream"] }
flate2 = "=1.1.10"
futures-util = "=0.3.34"
getrandom = "=0.4.3"
hyper = "=1.11.1"
hyper-util = { version = "=0.1.20", features = ["server", "http1", "http2", "tokio"] }
image = { version = "=0.25.10", default-features = false, features = ["gif", "jpeg", "png", "webp"] }
jsonwebtoken = { version = "=11.0.0", default-features = false, features = ["aws_lc_rs"] }
keyring = { version = "=4.1.6", default-features = false, features = ["v1"] }
jsonschema = { version = "=0.52.0", default-features = false, features = ["idna"] }
opentelemetry = { version = "=0.32.0", default-features = false, features = ["trace"] }
opentelemetry-otlp = { version = "=0.32.0", default-features = false, features = ["grpc-tonic", "tls-webpki-roots", "trace"] }
opentelemetry_sdk = { version = "=0.32.1", default-features = false, features = ["trace"] }
ratatui = { version = "=0.30.2", default-features = false, features = ["crossterm", "layout-cache"] }
ratatui-image = { version = "=11.0.6", default-features = false, features = ["crossterm"] }
reqwest = { version = "=0.13.4", default-features = false, features = ["blocking", "form", "rustls", "stream"] }
rmcp = { version = "=3.1.4", default-features = false, features = ["auth", "client"] }
runlet = "=0.4.0"
serde = { version = "=1.0.229", features = ["derive"] }
serde_json = "=1.0.151"
shlex = "=2.0.1"
sha2 = "=0.11.0"
subtle = "=2.6.1"
tar = { version = "=0.4.46", default-features = false }
toml = "=1.1.4"
tokio = { version = "=1.53.1", features = ["fs", "io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] }
tokio-util = { version = "=0.7.19", features = ["compat"] }
tower = { version = "=0.5.3", features = ["util"] }
tracing = "=0.1.44"
tracing-opentelemetry = { version = "=0.33.0", default-features = false }
tracing-subscriber = { version = "=0.3.23", default-features = false, features = ["registry", "std"] }
unicode-segmentation = "=1.13.3"
unicode-width = "=0.2.2"
url = "=2.5.8"
uuid = { version = "=1.26.0", features = ["v5"] }
zip = { version = "=8.6.0", default-features = false, features = ["deflate-flate2-zlib-rs"] }
zeroize = { version = "=1.9.0", features = ["derive"] }
[target.'cfg(unix)'.dependencies]
libc = "=0.2.189"
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "=0.61.2", features = [
"Win32_System_Com",
"Win32_UI_Shell",
"Win32_UI_WindowsAndMessaging",
] }
[dev-dependencies]
jsonwebtoken = { version = "=11.0.0", default-features = false, features = ["aws_lc_rs", "use_pem"] }
tempfile = "=3.27.0"
tokio = { version = "=1.53.1", features = ["test-util"] }
[patch.crates-io]
agentkit-acp = { git = "https://github.com/danielkov/agentkit.git", rev = "64244da92cfe983d7da8bf5ecac20b54bce4677a" }
agent-client-protocol = { git = "https://github.com/danielkov/rust-sdk.git", rev = "2f039993d1d6ed8da35b38c31f54a7cbb7338c70" }
agent-client-protocol-http = { git = "https://github.com/danielkov/rust-sdk.git", rev = "2f039993d1d6ed8da35b38c31f54a7cbb7338c70" }
[patch."https://github.com/danielkov/agentkit.git"]
agentkit-capabilities = "=0.10.5"
agentkit-core = "=0.10.5"
agentkit-loop = "=0.10.11"
agentkit-task-manager = "=0.10.7"
agentkit-tools-core = "=0.10.5"