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
Right now a lot of instance sections in agent definitions are repetitive from an agent to an agent. Annoying to have to write that.
The easy idea is to use inheritance from an instance class/trait that has a lot of shared stuff. Perhaps more can be done with some automatic derivation.
The text was updated successfully, but these errors were encountered:
Right now a lot of instance sections in agent definitions are repetitive from an agent to an agent. Annoying to have to write that.
The easy idea is to use inheritance from an instance class/trait that has a lot of shared stuff. Perhaps more can be done with some automatic derivation.
The text was updated successfully, but these errors were encountered: