Rust Code Agent Sdks banner
meawoppl meawoppl

Rust Code Agent Sdks

Development community

Description

Rust interfaces to the streaming code protocols.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

rust-code-agent-sdks

Typed Rust interfaces for AI code agent CLI protocols.

This workspace provides independent crates for interacting with [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [OpenAI Codex](https://github.com/openai/codex), [opencode](https://opencode.ai), [Meta Muse Code](https://dev.meta.ai/docs), and [Google Antigravity](https://antigravity.google) via their streaming protocols (JSON/JSONL over stdio, HTTP + SSE, or protobuf-JSON over a WebSocket).

Crates

Crate Version Docs CI WASM
`claude-codes` ![Crates.io](https://img.shields.io/crates/v/claude-codes.svg) ![docs.rs](https://docs.rs/claude-codes/badge.svg) ![CI](https://github.com/meawoppl/rust-code-agent-sdks/actions/workflows/ci.yml/badge.svg) ![Feature Matrix](https://github.com/meawoppl/rust-code-agent-sdks/actions/workflows/feature-matrix.yml/badge.svg)
`codex-codes` ![Crates.io](https://img.shields.io/crates/v/codex-codes.svg) ![docs.rs](https://docs.rs/codex-codes/badge.svg) ![CI](https://github.com/meawoppl/rust-code-agent-sdks/actions/workflows/ci.yml/badge.svg) ![Feature Matrix](https://github.com/meawoppl/rust-code-agent-sdks/actions/workflows/feature-matrix.yml/badge.svg)
`opencode-codes` ![Crates.io](https://img.shields.io/crates/v/opencode-codes.svg) [docs.rs](https://doc