chimera-opencode 0.2.0

OpenCode/OpenAI-compatible REST backend for the chimera AI agent SDK
Documentation
[package]
name = "chimera-opencode"
version = "0.2.0"
edition.workspace = true
license.workspace = true
description = "OpenCode/OpenAI-compatible REST backend for the chimera AI agent SDK"
repository = "https://github.com/ooojustin/chimera"
keywords = ["llm", "ai", "agent", "openai", "opencode"]
categories = ["api-bindings", "asynchronous"]

[dependencies]
chimera-core = { path = "../chimera-core", version = "=0.2.0" }
bon.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
tempfile.workspace = true
tokio.workspace = true

[dev-dependencies]
indoc.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }