Hacker News new | ask | show | jobs
by inhumantsar 30 days 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.
2 comments

What language are you building this in? I’m interested but trying to stay away from js world for security reasons.
The 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.

I'd love to test this out when it's ready : )