zoey-core 0.1.1

ZoeyAI core runtime and types — privacy-first AI agent framework optimized for local models
Documentation
1
2
3
4
5
6
7
pub struct Resolver;

impl Resolver {
    pub fn new() -> Self {
        Self
    }
}