Docs.rs
noether-engine-0.3.1
noether-engine 0.3.1
Docs.rs crate page
EUPL-1.2
Links
Homepage
Repository
crates.io
Source
Owners
alpibrupa
Dependencies
arrow ^54
normal
optional
base64 ^0.22
normal
optional
chrono ^0.4
normal
ed25519-dalek ^2
normal
hex ^0.4
normal
noether-core ^0.3
normal
noether-store ^0.3
normal
rand ^0.8
normal
regex ^1
normal
reqwest ^0.13
normal
optional
rusqlite ^0.39.0
normal
optional
serde ^1
normal
serde_jcs ^0.2
normal
serde_json ^1
normal
sha2 ^0.11
normal
thiserror ^2
normal
wasm-bindgen ^0.2
normal
optional
proptest ^1
dev
tempfile ^3
dev
getrandom ^0.2
normal
Versions
43.47%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module llm
noether_
engine
0.3.1
Module llm
Module Items
Modules
Structs
Enums
Traits
In crate noether_
engine
noether_engine
Module
llm
Copy item path
Source
Modules
§
anthropic
Anthropic API provider.
mistral
Mistral AI native API provider.
openai
OpenAI API provider (also works with any OpenAI-compatible API).
vertex
Structs
§
LlmConfig
Message
Mock
LlmProvider
Mock LLM provider for testing. Returns the pre-configured response regardless of input.
Sequence
Mock
LlmProvider
Mock LLM provider that returns responses from a queue. When the queue is exhausted, returns the fallback response. Useful for testing multi-step flows like synthesis (compose → codegen → recompose).
Enums
§
LlmError
Role
Traits
§
LlmProvider
Trait for LLM text completion.