Skip to main content

AI-powered CLI agent that controls your desktop with natural language commands

Project description

Intent Agent

PyPI version Python versions License

AI-powered CLI agent that controls your desktop with natural language commands.

Features

  • Natural Language Control: Control your desktop with simple English commands
  • Interactive REPL: Continuous command mode for multiple operations
  • Screenshot Analysis: Capture and analyze screen content for context
  • Secure Execution: Sandboxed code execution with dangerous pattern blocking
  • Authentication: Secure PKCE-based login with Intent Web Dashboard
  • Cross-Platform: Works on macOS, Windows, and Linux

Installation

From PyPI (recommended)

pip install intent-agent

From source

git clone https://github.com/intent-cli/intent-cli.git
cd intent-cli
pip install -e .

Quick Start

  1. Install and authenticate:
pip install intent-agent
intent login
  1. Enter interactive mode:
intent
  1. Try a command:
intent> open calculator
intent> click the start button
intent> take a screenshot

Usage

Interactive Mode

Start the interactive command mode by running intent without arguments:

intent

Available Commands

  • help or h - Show help message
  • status - Show authentication status and credits
  • logout - Log out and clear stored credentials
  • exit or quit - Exit interactive mode
  • Any natural language command - Execute the command

Direct Command Execution

Execute a command directly without entering interactive mode:

intent "open calculator"
intent "click the settings button"
intent "take a screenshot"

Command Options

  • -v, --verbose - Enable verbose output
  • -c, --confirm - Require confirmation before execution
  • -d, --dry-run - Generate code without executing it

How It Works

Intent CLI uses a secure code execution engine:

  1. Your natural language command is sent to the Intent AI API
  2. The AI generates Python code to perform the action
  3. The code is validated for safety (blocked imports, syntax checks)
  4. If safe, the code is executed in a sandboxed environment
  5. Results are captured and displayed

Security

Intent blocks execution of potentially dangerous code:

  • os, subprocess, pathlib - File system operations
  • open - File reading/writing
  • eval, exec - Dynamic code execution
  • import statements for unsafe modules

Safe operations like pyautogui (mouse/keyboard control) and Pillow (image processing) are allowed.

Configuration

Intent CLI uses environment variables for configuration. Copy .env.example to .env:

cp .env.example .env

Environment Variables

Variable Description Default
INTENT_API_URL Custom API endpoint Intent Cloud
INTENT_LOG_LEVEL Logging level info

Development

Clone the repository and install dependencies:

git clone https://github.com/intent-cli/intent-cli.git
cd intent-cli
pip install -e ".[dev]"

Run tests:

pytest -v

Build the package:

python -m build

Troubleshooting

macOS permissions

For screenshot capture on macOS, you may need to grant Screen Recording permission in System Preferences > Privacy & Security > Screen Recording.

Keyring errors

If you encounter keyring-related errors on Linux, install the keyring backend:

pip install keyrings.alt

License

MIT License - see LICENSE file for details.

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

intent_agent-0.1.8.1.tar.gz (43.8 kB view details)

Uploaded Source

Built Distribution

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

intent_agent-0.1.8.1-py3-none-any.whl (46.9 kB view details)

Uploaded Python 3

File details

Details for the file intent_agent-0.1.8.1.tar.gz.

File metadata

  • Download URL: intent_agent-0.1.8.1.tar.gz
  • Upload date:
  • Size: 43.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for intent_agent-0.1.8.1.tar.gz
Algorithm Hash digest
SHA256 63ce598ea821942870f381e0f7ac648365ed935c02ac10d5aede3f45496cd65b
MD5 149977be0f84160104c1410f5b503c79
BLAKE2b-256 01f5eb2bc282b99efdb496accea1d03e3558c11f13764332204c929d789a1c3d

See more details on using hashes here.

File details

Details for the file intent_agent-0.1.8.1-py3-none-any.whl.

File metadata

  • Download URL: intent_agent-0.1.8.1-py3-none-any.whl
  • Upload date:
  • Size: 46.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for intent_agent-0.1.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 20561c4b4462c451497afb3d77175925964a2d79aaffe5e5170d19bdb6184031
MD5 1d9bf0341ef77db01fe2260e10daa589
BLAKE2b-256 6eb9aeaf2003e2ca98eb6c993c91d534b41872d45ace333b776b83012d5d8c3f

See more details on using hashes here.

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