Docs.rs
agentic-core-0.1.4
agentic-core 0.1.4
Docs.rs crate page
MIT
14 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
gitcoder89431
Dependencies
anyhow ^1.0.82
normal
figment ^0.10.19
normal
ratatui ^0.26.2
normal
reqwest ^0.12.5
normal
serde ^1.0.197
normal
serde_json ^1.0.115
normal
thiserror ^1.0.61
normal
tokio ^1.37.0
normal
toml ^0.8.12
normal
Versions
29.91%
of the crate is documented
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
call_local_model
agentic_
core
0.1.4
In agentic_
core::
models
agentic_core
::
models
Function
call_
local_
model
Copy item path
Source
pub async fn call_local_model( endpoint: &
str
, model: &
str
, prompt: &
str
, ) ->
Result
<
String
,
Error
>