kcode-k1-codex-adapter 0.4.0

Compatibility facade for the concrete K1 Codex runtime and shim
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "kcode-k1-codex-adapter"
version = "0.4.0"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Compatibility facade for the concrete K1 Codex runtime and shim"
documentation = "https://docs.rs/kcode-k1-codex-adapter"
include = ["src/**", "Cargo.toml", "Documentation.md"]
autobins = false
autoexamples = false
autotests = false
autobenches = false

[dependencies]
kcode-k1-codex-runtime = "=0.2.0"
kcode-k1-codex-shim = "=0.2.0"