Registry / llm-agents / tower
library0.3.61pypypi✓ verified 80d ago

Tower is a CLI and runtime environment for managing and running agentic workflows, currently at version 0.3.61. It provides a framework for defining, orchestrating, and executing multi-step AI agent tasks. Release cadence is irregular as it is in early development.

pip install tower
INSTALL
IMPORT
SIG · TOWER
T
tower
llm-agentspythonv0.3.61
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tower
import tower
from tower import Tower
run_app
from tower import run_app
get_available_features
from tower import get_available_features

Initialize Tower and run a simple workflow. Requires TOWER_API_KEY environment variable.

from tower import Tower import os # Initialize Tower with API key from environment api_key = os.environ.get('TOWER_API_KEY', '') tower = Tower(api_key=api_key) # Example: run a simple workflow result = tower.run("Hello, Tower!") print(result)
tower --version
Debug
Known issues
breakingThe Tower API is unstable and may change without notice. Breaking changes are common in minor version bumps.
fix
Pin your dependencies and test upgrades thoroughly.
affects: <=0.3.61
deprecatedThe 'tower run' CLI command has been deprecated in favor of 'tower execute'.
fix
Replace 'tower run' with 'tower execute' in scripts.
affects: >=0.3.50
gotchaRunning Tower without setting TOWER_API_KEY will cause silent fallback to a demo mode with limited functionality.
fix
Always set TOWER_API_KEY environment variable before importing tower.
affects: all
Upgrade
Version history
0.3.61latest on PyPI · released Apr 28, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
59 hits · last 30 days
node
52
OpenAI (training)
1
Resources
tower — pip install tower · libregistry