agentcoinorg / evo.ninja

A versatile generalist agent.
MIT License
1.07k stars 174 forks source link

Reduce Custom Script Writing #184

Closed dOrgJelli closed 1 year ago

dOrgJelli commented 1 year ago

Reduce the number of custom scripts that are written by analyzing e2e test logs, and seeing if custom script writing can be removed or replaced by built-in scripts.

dOrgJelli commented 1 year ago

This has been reduced through the usage of specialized agents, the custom script writing is encapsulated within the "scripter" which is a generic task handler that's only used when nothing else is suitable.