Files
agent/apps/integration-layer/README.md
Anibal Angulo a53f8fcf62 First commit
2026-02-18 19:57:43 +00:00

528 B

Integration Layer CLI

This package provides a command-line interface (CLI) to interact with the integration layer API deployed on Cloud Run.

Installation

Install the package and its dependencies using uv:

uv pip install -e .

Usage

The CLI provides two main commands: send and chat.

send

Sends a single message to the API.

int-layer send "My message" --telefono "1234567890"

chat

Starts an interactive chat session.

int-layer chat --telefono "1234567890"