| Crates.io | objectiveai |
| lib.rs | objectiveai |
| version | 0.1.3 |
| created_at | 2026-01-12 20:39:46.687849+00 |
| updated_at | 2026-01-23 19:43:34.241476+00 |
| description | ObjectiveAI SDK, definitions, and utilities |
| homepage | https://objective-ai.io |
| repository | https://github.com/ObjectiveAI/objectiveai |
| max_upload_size | |
| id | 2038821 |
| size | 439,505 |
Score everything. Rank everything. Simulate anyone.
The official Rust SDK for ObjectiveAI - a platform for remote Functions that score, rank, and simulate preferences using ensembles of LLMs.
Website | Documentation | GitHub | Discord
Add to your Cargo.toml:
[dependencies]
objectiveai = "0.1.1"
http (default) - Enables the HTTP client for API requestsTo use as a pure data structure library without HTTP:
[dependencies]
objectiveai = { version = "0.1.1", default-features = false }