Wyvern experimentation framework is designed to be agnostic to your preferred experimentation provider. It is designed to be flexible and allow you to use any experimentation provider you want. In this tutorial, we will show you how to use Wyvern with Eppo as your experimentation provider. Currently, Wyvern only supports Eppo as an experimentation provider, but we are working on adding support for other providers.Documentation Index
Fetch the complete documentation index at: https://docs.wyvern.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Install
wyvern-ai - Create an account on Eppo
- Set the following environment variables:
EXPERIMENTATION_ENABLED: Whether experimentation is enabled, set it totrueEXPERIMENTATION_PROVIDER: The experimentation provider, set it toeppoEPPO_API_KEY: The API key for Eppo, you can find it in your Eppo account
