Agent - timing out

I’m trying to get an agent working. I’m following the basic approach from this video:
https://www.youtube.com/watch?v=qIegseDJyIQ

I have a few tool scenarios I’ve written that call into Salesforce to get data. When I call the agent, it just times out. Running the tool scenarios independently is very quick, so that seems ok. There doesn’t seem to be a way to look into the agent and how it processes things unless it completes. It worked a few times, but now doesn’t work at all.

I’ve removed most of the agent instructions, as well as removing all the tools bar one, but the same thing is happening. Is there any way to look into the agent while it’s running to see where it’s getting stuck?

2 Likes

I’m experiencing the same problem. Followed the same troubleshooting steps as you did. I even switched the LLM API, No luck. I’ve reached out to support hopefully I get a response soon

1 Like

I believe there’s a timeout of 3 minutes or so for the Agent to run, you can try with a simpler process to see if it changes anything.

1 Like

It’s as simple as I can make it. Running the only scenario it has access to takes about 2 seconds.

1 Like

Just to come back on this. I fixed this by simplifying my slack integration. I was creating a placeholder message to edit later, but once I took that out it worked fine.

2 Likes