symbi 1.8.0

AI-native agent framework for building autonomous, policy-aware agents that can safely collaborate with humans, other agents, and large language models
1
2
3
4
5
6
7
8
9
10
11
pub mod agents_md;
pub mod chat;
pub mod cron;
pub mod doctor;
pub mod dsl;
pub mod init;
pub mod logs;
pub mod new;
pub mod skills;
pub mod status;
pub mod up;