Skip to main content
Using a coding agent with egma skills and cli is literally the best way to create, run and grade your first test suite. Open your voice agent’s repository and give your coding agent this prompt:
When you paste this prompt your coding agent will download egma skills. We have two skills -
  1. integrate-egma skill, which instruct your coding agent on how to register your voice agent and connect it to the egma platform.
  2. write-egma-tests skill - it tells your coding agent how to write good voice agent tests as simple markdown files.
These same skills will also teach your agent on how to start a test run on the egma platform. One a run is in progress, you will be able to see all the simulations running live in the UI. Your coding agent will be able to fetch the details of what happened to each of those tests via the CLI. This loop enables a coding agent to autonomously iterate on improving your voice agent once you have defined good tests with the right set of expected behaviors - very much akin to test drien development philosophy.