Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Eyrie Documentation

Welcome to the Eyrie documentation. This directory contains detailed guides and reference material for the Universal LLM Provider Runtime.

Documentation Index

Core Documentation

Quick Links

Examples

The examples/ directory contains runnable code samples:

  • Basic Chat — Simple synchronous chat with a single provider
  • Streaming — Server-sent events streaming with continuation
  • Multi-Provider — Using fallback chains across multiple providers

Documentation Structure

docs/
├── README.md                          # This file
├── ARCHITECTURE.md                    # System architecture
└── guides/
    ├── CREDENTIAL-SETUP-FLOW.md       # Credential configuration
    └── DYNAMIC-MODEL-DISCOVERY.md     # Model discovery architecture

For Developers

If you're contributing to Eyrie:

  1. Read CONTRIBUTING.md for development setup
  2. Review ARCHITECTURE.md to understand the system
  3. Check AGENTS.md for AI agent context and conventions
  4. Run make ci locally before submitting PRs

For Users

If you're using Eyrie in your application:

  1. Start with the Quick Start in the main README
  2. Review the Usage examples for common patterns
  3. Check the examples/ directory for complete code samples
  4. Read the Provider Setup Guide for credential configuration

API Reference

API documentation is available at:

Support