llm-worker 0.2.1

A library for building autonomous LLM-powered systems
Documentation
1
2
3
4
5
6
7
8
9
//! APIスキーマ定義
//!
//! 各APIスキーマごとの変換ロジック
//! - リクエスト変換: Request → プロバイダ固有JSON
//! - レスポンス変換: SSEイベント → Event

pub mod anthropic;
pub mod gemini;
pub mod openai;