funera-core 0.2.2

Core LLM agent engine — ReAct loop, providers, tools, skills, middleware, security
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[cfg(feature = "security")]
pub mod audit;
#[cfg(feature = "security")]
pub mod boundary;
#[cfg(feature = "security")]
pub mod path_guard;
#[cfg(feature = "security")]
pub mod policy;
#[cfg(feature = "security")]
pub mod registry;
#[cfg(feature = "sandbox")]
pub mod sandbox;
#[cfg(all(feature = "sandbox", target_os = "windows"))]
pub mod sandbox_win;
#[cfg(feature = "security")]
pub mod secret;