Skip to main content

kcode_k1_codex_adapter/
lib.rs

1#![doc = include_str!("../Documentation.md")]
2
3pub use kcode_k1_codex_runtime::{
4    Adapter, Config, DynamicTool, Error, ErrorKind, Event, ToolCall, ToolResult, Turn,
5};
6pub use kcode_k1_codex_shim::{
7    ASYNC_TOOL_ACKNOWLEDGEMENT, BoxCodec, Shim, ShimItem, ShimOutput, ToolCallLauncher,
8    ToolLaunchFuture,
9};