The library for the llmvm core.
Assumes the following responsibilities: - Sending generation requests to backends - Managing message threads - Model presets - Prompt templates - Projects / workspaces
See the executable wrapper llmvm-core for more information.
Frontends may optionally use this crate directly to avoid using any IPC communciation.
Add the dependency to Cargo.toml
:
[dependencies]
llmvm-core-lib = { version = "<version>" }
Reference documentation can be found on docs.rs.