openclaw-node 0.1.0

Node.js bindings for OpenClaw Rust core - AI providers, auth, events, and tools
Documentation
1
2
3
4
5
6
7
8
9
//! AI Provider bindings for Anthropic, `OpenAI`, etc.

mod anthropic;
mod openai;
pub mod types;

pub use anthropic::AnthropicProvider;
pub use openai::OpenAIProvider;
pub use types::*;