Skip to main content

Endercom CLI

Project description

Endercom CLI

A command-line interface for deploying and managing AI agents on AWS Lambda using the Endercom framework.

PyPI version

Installation

pip install endercom-cli

Prerequisites

Before you begin, ensure you have:

  1. An AWS Account: You'll need credentials to deploy resources.
  2. AWS CLI Configured: Run aws login to set your credentials and default region.
    brew install awscli
    aws login
    
  3. AWS SAM CLI: Required for building and deploying the serverless stack.
    brew install aws-sam-cli
    

Quick Start

1. Initialize an Agent Project

Create a new agent project structure.

endercom init <agent-name>

This scaffolds a directory with:

  • agent.py: Your agent logic (where you write code)
  • app.py: Server entry point and wrapper
  • template.yaml: AWS SAM infrastructure definition
  • requirements.txt: Python dependencies
  • .endercom/agent.yaml: CLI configuration

2. Configure Environment (Optional)

If your agent needs API keys (e.g., OPENAI_API_KEY), add them to the secrets manager.

cd <agent-name>
endercom secrets set OPENAI_API_KEY "sk-..."

3. Deploy

Build and deploy your agent to AWS.

endercom deploy

The CLI will:

  • Check your code for undeclared environment variables.
  • Sync your configuration to the SAM template.
  • Build the agent using sam build.
  • Deploy using sam deploy.

Commands

Command Description
init <name> Create a new agent project.
deploy Build and deploy the agent stack to AWS.
configure Update project configuration.
secrets set <key> <val> Securely store secrets in AWS Secrets Manager.
logs Tail real-time logs from your Lambda function.
destroy Tear down the AWS stack and remove associated secrets.

Configuration

The source of truth for your agent's configuration is .endercom/agent.yaml.

name: my-agent
runtime: python3.12
region: us-east-1
memory: 1024
timeout: 30
env:
  MY_PUBLIC_VAR: "production"
secrets:
  - OPENAI_API_KEY
  • env: Standard environment variables injected at deployment.
  • secrets: List of keys to resolve securely from AWS Secrets Manager.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

endercom_cli-0.1.5.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

endercom_cli-0.1.5-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file endercom_cli-0.1.5.tar.gz.

File metadata

  • Download URL: endercom_cli-0.1.5.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for endercom_cli-0.1.5.tar.gz
Algorithm Hash digest
SHA256 c0b32f39d9d367327c7bb6278055a33d58c55faa978bcc007ec686f06a35c427
MD5 f8b55b749f098ee90e276ec461606442
BLAKE2b-256 94856a5e84e345c05605f351ad591ffbb3e6f5a01ef2b45f7c96caf160796c47

See more details on using hashes here.

Provenance

The following attestation bundles were made for endercom_cli-0.1.5.tar.gz:

Publisher: python-publish.yml on endercom-io/endercom-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endercom_cli-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: endercom_cli-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for endercom_cli-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b97112c09e111487938b3c71db31368f88f4961732e7bbb5cd344cebe1200d78
MD5 8a56b7e27c2e46d1e3b38ed60fef1545
BLAKE2b-256 7d75b7677b290f15901aa65d2afce7449244dab04aafc9aa7a255b4942efc178

See more details on using hashes here.

Provenance

The following attestation bundles were made for endercom_cli-0.1.5-py3-none-any.whl:

Publisher: python-publish.yml on endercom-io/endercom-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page