Skip to content

Latest commit

Β 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

README.md

cloud evaluator

this example shows how to run a simple test with the CloudEvaluator

using the cloud evaluator gives you a link to the call analysis performed by fixa-observe

🎯 order_donut (jessica)
πŸ”Š Recording URL: https://api.twilio.com/XXX
πŸ”— fixa-observe call analysis: https://www.fixa.dev/observe/calls/XXX
-- ❌ price_confirmed: Agent did not confirm the price for the donuts and coffee order.
-- βœ… order_success: Agent successfully confirmed the order of a dozen donuts and a coffee.

fixa-observe comes with an audio player, a transcript, and pinpoints where the evaluations failed. it also analyzes latency and interruptions.

the call analysis UI looks like this:

fixa observe

get started

  1. create an account at https://fixa.dev

  2. get your fixa API key from the API keys tab

api-keys

  1. run the following code
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env # and add your credentials
  1. add your fixa API key to the .env file

run example

python main.py