CLI Reference

AMESA CLI API Documentation

Overview

The AMESA CLI provides command-line tools for managing AMESA projects, creating components, running simulators, submitting training jobs, and more. It's designed to streamline the development workflow for building autonomous agents.

Table of Contents

Installation & Setup

Installation

The CLI is included with the main AMESA package:

pip install composabl

Verify Installation

# Check CLI is available
composabl --help

# Check version
composabl version

Environment Configuration

Authentication

Login

Authenticate with AMESA services:

The login process:

  1. Generates a unique session token

  2. Opens your web browser for authentication

  3. Saves credentials to ~/.composabl/token

Token Management

Debug & Version Information

Show Version

Show Debug Information

Project Structure

Recommended organization:

Environment Variables

Shell Completion

Enable tab completion for bash/zsh:

Error Handling

Common errors and solutions:

Performance Tips

  1. Parallel Operations

  2. Batch Publishing

  3. Resource Optimization

Troubleshooting

Enable Debug Logging

Last updated