Remix.run Logo
nvader 8 hours ago

I wrote and maintain this library of skills and workflows called Rust Bucket[0]

It sets up your repo to ensure agents use a workflow which breaks your user requests down into separate beads, works on them serially, runs a judge agent after every bead is complete to apply code quality rules, and also strict static checks of your code. It's really helpful in extracting long, high-quality turns from the agent. It's what we used to build Offload[1].

0: https://github.com/imbue-ai/rust-bucket : A rusty bucket to carry your slop ;)

1: https://github.com/imbue-ai/offload

arpinum 8 hours ago | parent [-]

rust-bucket is 404, did you make it private?

nvader 7 hours ago | parent [-]

Thanks for the flag--I guess I must have never made it public.

Fixed.