MCPcopy Create free account
hub / github.com/AI45Lab/Code / anthropic.rs

File anthropic.rs

core/src/llm/anthropic.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Anthropic Claude LLM client
2
3use super::http::{default_http_client, normalize_base_url, HttpClient};
4use super::structured;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected