Honestly i am wondering why is it necessary to use studio web when developing ai agents why it can’t happen in the local studio , for me i didn’t like the experience of using the studio web, another thing why we can’t append developed agents with reframework like the agent can be called and be a part inside the process state and we also can’t use important tools like IDX inside Reframework in normal processes that doesn’t require agents i hope UiPath team takes this in consideration in the next updates .
Agents can be used inside your rpa workflows as well starting 25.10+ we have start job that can start agents from rpa flow
if you mean as a normal activity yes it cannot as agents need python environment etc so to run local systems might not have all depedencies
cheers
I agree with your preference for Studio desktop. Probably not what you are looking for, but if you have a Python environment setup, you can develop coded agents locally with a proper developer setup more akin to Studio desktop.
Can i also call IXP projects inside a workflow in local studio?
Using Invoke Job, you can call your agent in the process and consume it.
You need to deploy your agent as a solution, and it should be visible in the Orchestrator folder structure.
For any new version publish of your agent, you need to upgrade it in the Orchestrator so Studio will then use the latest agent version.
This is how the agent lifecycle with the Studio integration would look like; I have been using it from Studio and using Web Studio for agent development.
you can call your agents in rpa workflow by run job activity, and make sure system activities version is greatern 25.4.2
And
you can call your IXP project also in your RPA workflow, go through below documentation to get an idea on how to call the IXP,
Happy Automation