Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 721 Bytes

File metadata and controls

26 lines (17 loc) · 721 Bytes
title Repository Overview
description Learn the structure of the Instructor repository and the purpose of each major directory.

Repository Overview

This page explains the layout of the Instructor codebase and what each key directory contains.

Directory Summary

instructor/

Core library with clients, adapters, and utilities for structured outputs.

cli/

Command-line interface code used for tasks like job management and usage tracking.

docs/

Documentation source files for the website built with MkDocs.

examples/

Practical examples and cookbooks demonstrating how to use Instructor.

tests/

Test suite and evaluation scripts ensuring the library functions correctly.