Missing Agents in my Dashboard

Dear Activepieces Team, i dont have any Agents anymore in my Cloud.

On Self-Hosted version, Agents are avaible but for example perplexity piece dont work if an agent try to active it.

Would be awsome if someone could check what it could be.

Best Regards,
Roland

1 Like

Hi @Roland_Hentschel - you’re right! Agents are no longer in the main dashboard but you can still use them inside the builder.

We made this change to make it easier for you to start automating without getting lost between different automation products.

Let us know if you have any thoughts about it!

I liked that there was an agent page where I could see all the agents and jump between them. Can you add it back please or Link to it somewhere else… Obviously its still there in the the builder but it would be good to see them as a group. I want that feature. Thanks

Thanks coud you also assist with the perplexity piece. Agent cant use it… on self hosted version.

Summary

{
name:“AI_NoObjectGeneratedError”
cause:{
name:“AI_TypeValidationError”
cause:{
issues:[
0:{
code:“invalid_type”
expected:“object”
received:“array”
path:[
0

Massage is longer but cant post it getting an info box new user cant post more then 5 links or something

Since Agents are removed from the dashboard, how can i delete an agent now?

You can (at least I can) still access the agents page if you just add “/agents” in the url after your project name (self hosted - I assume also in cloud one it should work).
example :
https://domain.com/projects/UNIQUE/agents

hope it helps :slight_smile:

1 Like

Great that worked!! Thank you very much for your help!

1 Like

Do we know why this happened, and where is the changelog?

Hey everyone! This is where we’re heading with agents:

We first launched agents as a reusable entity. You were able to create an agent and use it in multiple flows.

This created these problems:

  1. Made it hard to understand what an “Agent” as a standalone object is about, and how it can be useful.
  2. Made exporting flows that include agents harder since these are now separate entities that won’t be deeply connected when you export/import a flow.
  3. Made it harder for our teams to build products on top of agents.

Our next steps are:

Agents will be a piece that you can use within the builder, and you can’t reuse the agent as an entity across multiple flows.

Which means you can still reuse the agents by reusing the whole flow. This will make us focus more on generic reusability and special types of triggers like Voice/Messaging agent triggers.

So the goal is to make it very fast and clean to create full fledge agents across channels.

What are the thoughts around these ideas?