greentic 0.1.1

The fastest, most secure and extendable agentic platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod agent;
pub mod apps;
pub mod channel;
pub mod config;
pub mod executor;
pub mod flow;
pub mod logger;
pub mod mapper;
pub mod message;
pub mod node;
pub mod process;
pub mod schema;
pub mod secret;
pub mod state;
pub mod transformer;
pub mod util;
pub mod watcher;