Skip to main content
Ctrl+K

Plurals documentation

Tutorials

  • Core Concepts
  • Quick Start Guide
  • Agents
  • Structures
  • Moderators

API Documentation

  • Agent Module
  • Deliberation Module
  • Helpers Module
  • .rst

Welcome to Plurals documentation!

Contents

  • Welcome to Plurals documentation!
    • Contents
  • Indices

Welcome to Plurals documentation!#

System diagram

There are essentially two parts to this documentation. The first is a set of tutorials, which includes a bunch of examples. And the second is the lower-level API documentation.

Contents#

Tutorials

  • Core Concepts
    • Agents
    • Structures
    • Moderators
    • Templates
  • Quick Start Guide
    • Installation
    • Set API keys
    • Example combining ANES integration, Moderators, and different Structures
  • Agents
    • Example combining ANES and templates
    • Process tasks
    • Different ways to set up system instructions
    • Using different LLMs
    • Inspecting the exact prompts that an Agent is doing
  • Structures
    • Overview
    • Combination instructions
    • Ensemble
    • Chain
    • Debate
    • Graph
    • Tracing what is going on in Structures
  • Moderators
    • Setting a Moderator’s system instructions
    • Setting a Moderator’s combination instructions

API Documentation

  • Agent Module
    • Agent
  • Deliberation Module
    • AbstractStructure
    • Chain
    • Debate
    • Ensemble
    • Graph
    • Moderator
  • Helpers Module
    • SmartString
    • format_previous_responses()
    • get_resource_path()
    • load_yaml()
    • print_anes_mapping()
    • strip_nested_dict()

Indices#

  • Index

  • Module Index

next

Core Concepts

Contents
  • Welcome to Plurals documentation!
    • Contents
  • Indices

By Joshua Ashkinaze