For the complete documentation index, see llms.txt. This page is also available as Markdown.

Main

AMESA Main API Documentation

Overview

The AMESA Main API is the primary interface for the AMESA SDK. It provides a unified wrapper that combines functionality from composabl-core, composabl-train, and composabl-cli into a single, convenient package.

Installation

pip install composabl

This single installation provides access to all AMESA SDK components.

Package Structure

The main package re-exports all public APIs from:

  • composabl_core: Core components and building blocks

  • composabl_train: Training infrastructure

  • composabl_cli: Command-line interface (available via composabl command)

Basic Usage

Importing

All functionality is available through the main composabl import:

Environment Setup

Before using AMESA, configure your environment:

Goal Types

Configuration Options

Core Classes

Migration Guide

If migrating from separate imports:

Debug Mode

Enable detailed logging:

Last updated