TypeScript SDK Reference
Overview
The Galileo TypeScript SDK provides a comprehensive set of tools for logging, evaluating, and experimenting with LLM applications. It’s designed to be easy to use while providing powerful features for monitoring and improving your AI applications.
Note: This library is in pre-release mode and may not be stable.
Installation
Key Features
- Logging: Capture LLM interactions, tool usage, and workflow execution
- Experimentation: Run experiments to evaluate and improve your LLM applications
- Datasets: Create and manage datasets for testing and evaluation
- Prompts: Create, version, and test prompt templates
Getting Started
The simplest way to get started is to use our OpenAI client wrapper:
Authentication
Make sure you have a Galileo API key and configure Galileo using environment variables:
SDK Components
The Galileo TypeScript SDK consists of several components:
- Wrappers: Easily integrate with popular LLM providers like OpenAI
- Core Logging: Log LLM interactions, tool usage, and workflow execution
- Experiments: Run experiments to evaluate and improve your LLM applications
- Datasets: Create and manage datasets for testing and evaluation
- Prompts: Create, version, and test prompt templates
Check out the individual component documentation for more details.