Convert Visual and Structured Visual Agent to Agent Code
Hello,
Visual and Structured Visual Agents are easy to design, a lot easier than an agent code. However, it creates a lot of dependancy to Dataiku, meaning some restrictions to use them.
On the other side, a pure code agent is pretty hard to desig but it brings some freedom.
I tried to convert a SV agent to code agent, using a LLM for conversion and the agent configuration in the bundle. It takes a few hours but it can be done. I would like to avoid those few hours (and to consume tokens).
Keep in mind it doesn't mean we won't use use Dataiku. Quite the contrary : we want to test and design on Dataiku but not having our production depending of it.
The idea is basically a button that can convert the Visual and Structured Visual Agent to Agent Code in one single click.
Comments
-
Hi @simon_aubert ,
Interesting question!
I would like to why you want to translate semi structure agent to code agent? Because you have to deploy to somewhere? Why does coding agent have more freedom for you?
-
Hello @Han_Han
"why you want to translate semi structure agent to code agent? Because you have to deploy to somewhere?"
Let's say my customer is a government organization. They don't want to depend too much on an editor, especially a foreign one. So basically the need is to limit the need for dataiku in production environment and using more dataiku for designing the agent.
To sum it up :
- desiging : all on dataiku, no-code, structured, all the nice features of dataiku
- production : pure code that can run everywhere
So it's not "not using dataiku", it's more "using dataiku BECAUSE it offers the ability to convert to code agent""Why does coding agent have more freedom for you? "
Because it allows you to write everything you want. But please notice that's not the need here : the need is really more independance from an editor in production.
Best regards,
Simon
