Docs.rs
simple-agents-workflow-0.2.31
simple-agents-workflow 0.2.31
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
CraftsMan-Labs
Dependencies
async-trait ^0.1
normal
futures ^0.3
normal
jsonschema ^0.18
normal
opentelemetry ^0.24
normal
opentelemetry-otlp ^0.17
normal
opentelemetry_sdk ^0.24
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
simple-agent-type ^0.2.0
normal
simple-agents-core ^0.2.31
normal
simple-agents-healing ^0.2.0
normal
thiserror ^1.0
normal
tokio ^1.35
normal
tonic ^0.12
normal
criterion ^0.5
dev
proptest ^1.6
dev
Versions
49.71%
of the crate is documented
Platform
i686-pc-windows-msvc
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
evaluate_bool
simple_
agents_
workflow
0.2.31
In simple_
agents_
workflow::
expressions
simple_agents_workflow
::
expressions
Function
evaluate_
bool
Copy item path
Source
pub fn evaluate_bool( expression: &
str
, scoped_input: &
Value
, ) ->
Result
<
bool
,
ExpressionError
>