greentic 0.2.2

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