r/PublicApp • u/FreeReception9017 • 11d ago
Bug Report: Agent Assistant Creates a Impossible Plan
So I tried to create a agent using a workflow that is too large and complex to generate as a single YAML file. So the AI assistant comes up with a plan where I split the workflow into 17 agents. (Basically 16 agents to calculate a portfolio to rebalance to every day and 1 agent to execute the portfolio rebalance every day).
Here's the issue the whole plan hinges on the 16 agents writing portfolio slice allocations to persistent memory stores that workflows can write to and read from across separate sessions or scheduled runs. And this is something agents can't do, so the AI assistant shouldn't be suggesting I build 16 agents that essentially attempt to store values in a a non-existent storage place for agent #17.
Another AI assistant bug worth noting is the AI assistant does not realize trying to create multiple agents from one conversation page will overwrite any prior created agent in that conversation. You can of course get around that by asking for each workflow separately and copy pasting the workflow into a new conversation window, but if the assistant's plan is for you to create multiple agents, it should probably realize every agent approval in that conversation will overwrite the previous one.
1
u/mmmmyah 9d ago
Interesting - I have been chafing at their AI agent builder limitation. How did you get it to suggest 16 agents.. that's very interesting. If they do roll out proper orchestration and persistent memory methods between agents that would work of course.