Create Assistant in Yaml DSLΒΆ

Using DevAssistant Yaml DSL is the first option to create assistants. The DSL is fairly simple and understandable and is very good at what it does. However, it’s not well suited for very complex computations (which you usually don’t need to do during project setup).

If, for some reason, you need to execute complex algorithms in assistants (or you just don’t want to learn the DSL), you can consider using the PingPong approach, which basically lets you write assistants in popular scripting languages.