kcode-k1-chat-testkit 0.2.1

One-shot foundation conformance verifiers for K1 chat implementations
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "kcode-k1-chat-testkit"
version = "0.2.1"
edition = "2024"
license = "MIT"
description = "One-shot foundation conformance verifiers for K1 chat implementations"

[dependencies]
kcode-k1-chat-core = "0.2.0"
tokio = { version = "1", features = ["rt", "sync", "time", "test-util"] }