MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / anthropic.rs

File anthropic.rs

crates/opencode-provider/src/anthropic.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use async_trait::async_trait;
2use futures::StreamExt;
3use reqwest::Client;
4use serde::{Deserialize, Serialize};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected