You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to configure Gaby without modifying its code. Examples are:
The rules for the crawler
The replacement patterns for the commentfix.Fixer
The configuration for the related.Poster
Approvals for actions (or perhaps a simpler "dry run" mode)
The initial plan is to express these in a subset of Go. The config will be interpreted dynamically when it is loaded (not dynamically linked in as a plugin). @rsc is working on an interpreter.
The next step is to express the configuration in natural language and ask an LLM to translate it to Go. We would also use that ability to let users tell Gaby to perform high-level actions, but that is a separate goal.
The text was updated successfully, but these errors were encountered:
It should be possible to configure Gaby without modifying its code. Examples are:
commentfix.Fixer
related.Poster
The initial plan is to express these in a subset of Go. The config will be interpreted dynamically when it is loaded (not dynamically linked in as a plugin). @rsc is working on an interpreter.
The next step is to express the configuration in natural language and ask an LLM to translate it to Go. We would also use that ability to let users tell Gaby to perform high-level actions, but that is a separate goal.
The text was updated successfully, but these errors were encountered: