Hi everyone,
I’m working on creating a Rovo agent using Forge and I was wondering what the recommended workflow is for testing it during development.
When building a regular Forge app, we can use forge tunnel
to test and iterate quickly before running forge deploy
. However, I’ve noticed that for Rovo agents, there doesn’t seem to be a forge tunnel
option.
So my question is:
What’s the correct or recommended way to test a Rovo agent during development?
Do we have to run forge deploy
every time we make a change, or is there an alternative like a tunnel for agents?
Thanks in advance!