Quickstart

Welcome to PromptTrail! Choose your path:

Quick Navigation

  1. Just want to call LLM APIs?

  2. Want to build complex conversational agents?

    • Follow path 1 first to understand the basics

    • Then dive into Agents for building conversational flows

Table of Contents

Project Structure

PromptTrail is organized into several core modules:

  • prompttrail.models: Unified interfaces to various LLM providers

  • prompttrail.agent: Framework for building complex LLM applications

  • prompttrail.core: Core utilities and developer tools

Each module has its own quickstart guide above.