Hacker News new | ask | show | jobs
by HoyaSaxa 467 days ago
I’d be interested in seeing the scripts if you are able to share (redacted) versions of them
1 comments

I can't do that at the moment but the GenAIScript project repo has a good plug and play version that I built upon. In my opinion agent Typescript classes that return structured data tied to interfaces/types with their own memory is where it's at. Also been experimenting with a state machine class to hot potato the output between an agent that judges the results and the worker agent until satisfied.