2 ms·
I'm working on one right now where nearly everything can be expressed as a combination of workflows. There will be some built-in agent types out of the box but
by inhumantsar 4mo ago
I'm working on one right now where nearly everything can be expressed as a combination of workflows. There will be some built-in agent types out of the box but all the Lego pieces are there if you want to put together something different.
- michalsustr 4mo agoWhat language are you building this in? I’m interested but trying to stay away from js world for security reasons.
- inhumantsar 4mo agoThe system and plugins are Rust. Workflows can be defined in a plugin with Rust or externally with YAML. Might add support for custom WASM plugins down the road, but everything shipped with the system will be Rust.
- jxmesth 4mo agoI'd love to test this out when it's ready : )