To get started, users need to configure the server backend, which runs on Vertex AI. This involves setting environment variables, creating a service account JSON file, and running the backend on a local server. The frontend setup requires installing dependencies and running the development server. An example is provided to demonstrate the core library's features, which can be executed using the `uv` command.
Key takeaways:
- EvalKit is an open-source dashboard designed to enhance AI Agents through domain expert input.
- The Quickstart guide includes installing the core library and instrumenting agent code with EvalKit.
- Server setup requires configuring Vertex AI and setting environment variables, with the backend running on http://localhost:8000.
- The frontend setup involves running npm commands, with the frontend accessible at http://localhost:5173.