dist_agent_lang 1.0.19

Agentic programming with library and CLI support for Off/On-chain network integration
Documentation
1
2
3
4
5
6
7
8
9
10
@trust("hybrid")
@web
@ai
@chain("ethereum")
service SimpleCallTest {
    fn test_function() -> bool {
        let result = some_function("test");
        return result;
    }
}