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
from the root of the folder, the user has to cd to the my-agent folder, for them to be able to execute the commands for the agent-cli playground
Step 3: Start the Interactive Web Playground
Launch the built-in, local web-based playground to interact with your agent visually.
agents-cli playground
if the user is on the root of the folder and they try to launch the interactive web playground, then they get an error: No agents-cli-manifest.yaml found in the current root, or create a project first
I ran into this problem, because I was ssh'ed into the machine. But seeing that I had to log into the GUI, when I went to the project folder and tried to run the command, I was met with the error. But then when I re-traced from step 01 in the instructions, I realized that I have to be in the my-agent folder. So, I think that note needs to be added to the instructions?
https://codelabs.developers.google.com/getting-started-with-antigravity-skills?hl=en#5
cdto themy-agentfolder, for them to be able to execute the commands for theagent-cli playgroundNo agents-cli-manifest.yaml found in the current root, or create a project firstmy-agentfolder. So, I think that note needs to be added to the instructions?