mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-21 16:00:49 +00:00
- BatchId, ItemId, BatchJob, BatchItem, RequestCounts, BatchStatus, ExecutionMode - EngineError, QueueError types - JSONL validation migrated from proxy - SQLite schema init with migration from old tables - FileStore for batch file storage - JobQueue trait + SqliteQueue with full job lifecycle - WebhookQueue trait + SqliteWebhookQueue with durable delivery - WebhookDispatcher background loop with HMAC signing - BatchEngine facade: submit, get, list, cancel, get_items - 32 tests passing, clippy clean
10 lines
246 B
TOML
10 lines
246 B
TOML
[workspace]
|
|
members = ["crates/translator", "crates/client", "crates/batch_engine", "crates/proxy"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
repository = "https://github.com/whit3rabbit/anyllm-proxy"
|