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
One feedback we have received from early users is that they find it challenging to remember which variant in the code corresponds to which variant in the playground.
This confusion arises because the script name is not always the same as the variant name.
Additionally, when a variant is created in the playground by forking another variant, the link to the original variant is lost.
To address these issues, we propose the following changes:
Modify the "agenta variant serve" feature to disallow users to specify a custom name for the variant, instead we automatically use the script name as the variant name.
With this modification, users can use the agenta variant serve command as follows: agenta variant serve filename.py which will create a variant named filename.
When a variant is forked in the user interface, it will be named variant.forkname instead of newvariantname. This naming convention will help users identify all the variants that were created from one specific piece of code. All variants based on a certain script will be called scriptname.something
dev experienceImprovement of the experience using the software. For instance better error messagingCLIimplemented
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
To address these issues, we propose the following changes:
agenta variant serve
command as follows:agenta variant serve filename.py
which will create a variant namedfilename
.variant.forkname
instead ofnewvariantname
. This naming convention will help users identify all the variants that were created from one specific piece of code. All variants based on a certain script will be calledscriptname.something
Beta Was this translation helpful? Give feedback.
All reactions