Skip to main content

Crate codei_sdk

Crate codei_sdk 

Source
Expand description

Programmatic SDK for CodeI.

Structs§

AgentRuntime
Shared LLM / tool runtime for an interactive session.
CodeiClient
Programmatic entry point for running CodeI agents.
CodeiClientBuilder
Builder for CodeiClient.
InteractiveLaunch
Launch bundle for TUI / REPL interactive modes.
RunResult
Result of a single agent run.
SessionHandle
SessionService
Persistent session registry with in-memory agent runtime cache.

Enums§

SdkError

Functions§

agent_loop
approval_policy
build_agent_runtime
build_interactive_launch
open_session_store
resolve_session
run_turn
run_turn_with_events
spawn_turn
tool_context