synth-ai-core
Rust core library for Synth AI - serverless post-training APIs.
This crate provides the low-level building blocks for Synth AI SDKs:
- API Client - HTTP client for Synth AI backend
- Streaming - Real-time job progress and event streaming
- Tracing - Session tracing with libsql storage
- Tunnels - Cloudflare tunnel management for local APIs
- Orchestration - Job lifecycle management
Usage
Most users should use the high-level synth-ai crate instead.
use SynthClient;
let client = from_env?;
License
MIT