heartbit-core 2026.507.3

The Rust agentic framework — agents, tools, LLM providers, memory, evaluation.
Documentation
1
2
3
4
5
//! Authentication primitives.

pub mod ct;
pub mod tenant;
pub use tenant::TenantScope;