Skip to main content

microagents_core/
lib.rs

1//! Core agent runtime: builder, streaming execution, tool dispatch, and skill loading.
2
3pub mod agent;
4pub mod common;
5pub mod skills;
6pub mod types;