# Phoenix TS Typescript packages for interfacing with Phoenix and evaluating LLM applications. ## Packages ### [phoenix-client](./packages/phoenix-client/) Provides a client and utilities for interacting with the phoenix application. ## Examples ### [notebooks](./examples/notebooks/) A collection of Deno Jupyter notebooks that demonstrate how to interact with Phoenix using JavaScript. ### [phoenix-experiment-runner](./examples/apps/phoenix-experiment-runner/) An example app that uses the phoenix-client and @clack/prompts to run experiments interactively.