opencode-sdk 0.1.7

Rust SDK for OpenCode (HTTP-first hybrid with SSE streaming)
Documentation
1
2
3
4
5
6
# Run a specific example
# Usage: just oc-example <name>
# Example: just oc-example basic

oc-example NAME *ARGS:
    cargo run --example {{NAME}} --features "http sse" -- "{{ARGS}}"