Quickstart

By the end of this section you will have Yera installed and a working application running on your machine via the Yera CLI.

Before You Start

You'll need

  1. Python 3.10 or above
  2. At least one supported LLM provider, configured and ready:

We currently support

  • Anthropic and OpenAI via an API key set as an environment variable.
  • Azure CLI logged in
  • AWS CLI logged in with creds available.
  • Ollama running locally at localhost:11434
  • llama-cpp-python and directories full of GGUF files

If you're not sure which provider to use, any will work for these tutorials.

Contents

Installation: Install Yera and its dependencies.

Setup: Configure Yera, find your model providers and the models they offer.

Hello: Run the hello command and check everything's working.