Docs.rs
objectiveai-sdk-2.2.0
objectiveai-sdk 2.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ObjectiveAI
Dependencies
anyhow ^1.0.102
normal
arbitrary ^1.4.2
normal
backoff ^0.4.0
normal
optional
base62 ^2.2.4
normal
base64 ^0.22.1
normal
chrono =0.4.39
normal
clap ^4.6.0
normal
optional
dashmap ^6.1
normal
optional
dirs ^6.0.0
normal
optional
eventsource-stream ^0.2.3
normal
optional
futures ^0.3.32
normal
optional
futures-util ^0.3.32
normal
optional
humantime ^2
normal
optional
indexmap ^2.13.0
normal
jmespath ^0.5.0
normal
json-escape ^0.3.1
normal
mime2ext ^0.1.54
normal
objectiveai-sdk-macros ^2.2.0
normal
rand ^0.9.2
normal
regex ^1.11
normal
optional
reqwest ^0.12.28
normal
optional
reqwest-eventsource ^0.6.0
normal
optional
rust_decimal ^1.40.0
normal
schemars ^1.2.1
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
serde_path_to_error ^0.1.20
normal
starlark ^0.13.0
normal
thiserror ^2.0.18
normal
tokio ^1.51.1
normal
optional
tokio-tungstenite ^0.24
normal
optional
tokio-util ^0.7.18
normal
optional
twox-hash ^2.1.2
normal
uuid ^1.22.0
normal
proc-macro2 ^1.0.106
dev
quote ^1.0.45
dev
syn ^2.0.117
dev
tempfile ^3.10
dev
walkdir ^2.5.0
dev
wiremock ^0.6
dev
getrandom ^0.3
normal
uuid ^1.22.0
normal
nix ^0.29
normal
optional
windows-sys ^0.59
normal
optional
Versions
26.57%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module cli
objectiveai_
sdk
2.2.0
Module cli
Module Items
Modules
Structs
Enums
In crate objectiveai_
sdk
objectiveai_sdk
Module
cli
Copy item path
Source
Modules
§
command
Async handlers for every cli leaf command (except
api
,
schemas
, the internal
instance
subprocess runner, and clap’s
external
plugin dispatch). Stubs today; typed
Args
plugins
Plugin protocol wire types and (future) helpers.
Structs
§
Error
A failure or advisory written to stdout.
fatal: true
means the process is exiting with a non-zero status;
fatal: false
is a non-blocking warning (e.g. auto-update failed but the requested command still ran).
Enums
§
Error
Type
Single-variant discriminator for
Error
’s
type
field. Always
"error"
on the wire.
Level
Severity matching the conventions used by bunyan / pino /
log
crate JSON encoders.
fatal
is encoded separately on
Error
.