You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My current app serves as a support/sales agent for online stores. Merchants are using my dashboard to set a system prompt depending on their needs and expected behaviors. However, trying to tell all the needs in a system prompt usually ends up with high hallucination rates. That is why I want my system to be a more modular and configurable.
I'm planning to have a dashboard medium where the merchants can create their agents, add pre-defined tools to those agents, select handoffs etc. Actually a UI for agents architecture. However, I couldn't find a way to make dynamically created agents work.
Let's say every customers created their own unique architecture based on their unique needs on the dashboard and I stored all the information in convenient data structures. Is it possible to fetch and dynamically create the agents objects in the backend to respond to each merchant's customer with the agent architecture created by the customer.
Any help is appreciated.
The text was updated successfully, but these errors were encountered:
Hello everyone,
My current app serves as a support/sales agent for online stores. Merchants are using my dashboard to set a system prompt depending on their needs and expected behaviors. However, trying to tell all the needs in a system prompt usually ends up with high hallucination rates. That is why I want my system to be a more modular and configurable.
I'm planning to have a dashboard medium where the merchants can create their agents, add pre-defined tools to those agents, select handoffs etc. Actually a UI for agents architecture. However, I couldn't find a way to make dynamically created agents work.
Let's say every customers created their own unique architecture based on their unique needs on the dashboard and I stored all the information in convenient data structures. Is it possible to fetch and dynamically create the agents objects in the backend to respond to each merchant's customer with the agent architecture created by the customer.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: