Skip to main content
This example is the fastest way to understand the Akapulu conversation flow end to end.

What this example shows

  • Creating a conversation connection
  • Joining and managing the session lifecycle
  • Running a basic assistant interaction loop

Walkthrough

1) Create a scenario

Start by creating a simple scenario in the Akapulu app. This is the scenario your assistant session will use when you connect. Scenario creation flow Shown at 2x speed.

2) Run the assistant

With your scenario ready, run the example and connect to a live conversation. You can then test the full request/response loop end to end.
Optionally, replace avatar_id in examples/examples/fundamentals/simple-assistant/simple-assistant.py with your desired avatar ID.
You can browse available options in the avatar catalog.
Simple assistant conversation flow Shown at 2x speed.

View on GitHub