Projects and Versions
Projects
In MixedVoices, your work is organized into projects and versions. A project typically represents a single voice agent application (like a receptionist or customer service bot), while versions allow tracking different iterations of your agent's behavior.
Creating a Project
To start using MixedVoices, first create a project. The project id should be a unique identifier for your voice agent application. This creates a new project directory where all related data will be stored.
While creating a project, the metrics to be evaluated and the success criteria for the agent can also be specified. Metrics will be analyzed for all recordings added to the project and for evaluations.
Success criteria, should return True or False, depending on whether a call is successful. This is also analyzed for all recordings and evaluations. This is an optional argument.
Both success criteria and metrics can be updated later too.
For now, we will use the default metrics, check out the Metrics section to see how custom metrics can be defined.
Load an Existing Project
If you already have a project, load it.
Versions
Each project can have multiple versions, representing different iterations of your voice agent.
Creating a Version
Loading an existing version
Tips
Version Naming
Use consistent naming conventions
Consider including dates or features in names. Example: "v1_1203" or "scheduling_update_v2"
Success Criteria
Make criteria specific and measurable
Consider edge cases and partial successes
Update criteria as your agent evolves
Example: Complete Version Management
Next Steps
After creating your project and version:
Use the dashboard to visualize results
Last updated