Docs.rs
mofa-kernel-0.1.1
mofa-kernel 0.1.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
lijingrs
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
bincode ^1.3
normal
config ^0.14
normal
optional
futures ^0.3
normal
regex ^1
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
optional
thiserror ^1.0
normal
tokio ^1
normal
toml ^0.8
normal
optional
tracing ^0.1
normal
uuid ^1.7
normal
tempfile ^3
dev
Versions
85.26%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-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
Module reasoner
mofa_
kernel
0.1.1
Module reasoner
Module Items
Structs
Enums
Traits
In mofa_
kernel::
agent::
components
mofa_kernel
::
agent
::
components
Module
reasoner
Copy item path
Source
Expand description
推理组件
定义 Agent 的推理/思考能力
Structs
§
Reasoning
Result
推理结果
Thought
Step
思考步骤
Tool
Call
工具调用
Enums
§
Decision
决策类型
Thought
Step
Type
思考步骤类型
Traits
§
Reasoner
推理器 Trait