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 composablVerify Installation
# Check CLI is available
composabl --help
# Check version
composabl versionEnvironment Configuration
Authentication
Login
Authenticate with AMESA services:
The login process:
Generates a unique session token
Opens your web browser for authentication
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
Parallel Operations
Batch Publishing
Resource Optimization
Troubleshooting
Enable Debug Logging
Last updated