agentkit-core 0.9.2

Core transcript, content, usage, and cancellation primitives for agentkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
description = "Core transcript, content, usage, and cancellation primitives for agentkit."
homepage.workspace = true
name = "agentkit-core"
readme = "README.md"
repository.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[dependencies]
futures-timer.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true