Skip to main content

The Watcher - An agentic system troubleshooting tool powered by Claude

Project description

Uatu

Your AI partner for system operations and troubleshooting.

autu-demo

Core capabilities:

  • Interactive chat: Conversational troubleshooting with your system
  • Stdin mode: Pipe logs and data for instant AI analysis
  • Security-first: Granular command approval and allowlist system
  • Intelligent analysis: Connect CPU spikes, memory leaks, and process behavior

Tested on Platforms:

  • macOS
  • Linux

Installation

Using pipx (recommended)

# Install with pipx for isolated environment
pipx install uatu

# Configure API key
echo "ANTHROPIC_API_KEY=your_key" > .env

Using pip

# Install globally or in a virtual environment
pip install uatu

# Configure API key
echo "ANTHROPIC_API_KEY=your_key" > .env

From source with uv

# Install uv (if not already installed)
curl -LsSf https://astral.sh/uv/install.sh | sh

# Clone and install
git clone https://github.com/fractalops/uatu.git
cd uatu
uv sync

# Configure API key
echo "ANTHROPIC_API_KEY=your_key" > .env

Quick Start

Interactive Chat Mode (Default)

Start a conversational troubleshooting session:

# Default mode
uatu

# Allow bash commands with approval prompts
UATU_READ_ONLY=false uatu

Ask questions naturally and get AI-powered system analysis:

  • "What's causing high CPU usage?"
  • "Why is my server running slowly?"
  • "Investigate recent memory issues"
  • "What's listening on port 8080?"

Security: Bash commands require user approval. Use UATU_READ_ONLY=true for read-only mode (MCP tools only).

Stdin Mode (One-Shot Analysis)

Pipe system data directly for instant troubleshooting:

# Analyze application logs
cat /var/log/app.log | uatu "find errors and suggest fixes"

# Investigate crashed process
journalctl -u myservice --since "1 hour ago" | uatu "why did this crash?"

# Debug high memory usage
ps aux --sort=-%mem | head -20 | uatu "diagnose memory issues"

# Network troubleshooting
netstat -tulpn | uatu "find port conflicts"

For automated monitoring/scripts:

# Read-only mode (safest for automation)
UATU_READ_ONLY=true tail -100 /var/log/syslog | uatu "check for issues"

# Trust allowlist (requires pre-approved commands)
UATU_REQUIRE_APPROVAL=false dmesg | uatu "check hardware errors"

Workflow for scripts:

  1. Run uatu interactively first
  2. Approve diagnostic commands with "Always allow"
  3. Use UATU_REQUIRE_APPROVAL=false in scripts to trust allowlist

Configuration

Create .env with options:

# Required
ANTHROPIC_API_KEY=your_key

# Optional
UATU_MODEL=claude-sonnet-4-5-20250929  # Claude model to use
UATU_READ_ONLY=true                     # Agent can only read, not modify system
UATU_REQUIRE_APPROVAL=true              # Require approval for risky actions
UATU_ALLOW_NETWORK=false                # Block network commands (curl, wget, etc.)

Security Features

Command Approval System

All bash commands require approval unless allowlisted:

 Bash command approval required
Risk: Credential Access

⚠ Warning: This command may access SSH keys, certificates, or other credentials

ls -la ~/.ssh/

   Allow once
   Always allow (exact)
   Deny

Audit Logging

All security decisions are logged:

# View audit log
uatu audit show

# View recent events
uatu audit show --last 20

# View specific event types
uatu audit show --type bash_approval

Allowlist Management

View and manage approved commands:

# View allowlist
cat ~/.config/uatu/allowlist.json

# Interactive chat commands (with tab completion)
/allowlist                              # Show approved commands
/allowlist add <command>                # Add command to allowlist
/allowlist remove <pattern>             # Remove pattern from allowlist
/allowlist clear                        # Clear all entries

Development

# Run tests
uv run pytest

# Lint
uv run ruff check .

# Format
uv run ruff format .

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

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

uatu-0.1.5.tar.gz (7.0 MB view details)

Uploaded Source

Built Distribution

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

uatu-0.1.5-py3-none-any.whl (50.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for uatu-0.1.5.tar.gz
Algorithm Hash digest
SHA256 708049c1cfe98640df497e6be92b82827fe544d6e2d9bd390eca6e78367d8c75
MD5 e138cf8f804ce892e60427852340bd7e
BLAKE2b-256 b784289f21003237a4f865053f9af4b7df350de43e17bafd0fc08ac53fc587fe

See more details on using hashes here.

Provenance

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

Publisher: publish.yml on fractalops/uatu

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

File details

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

File metadata

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

File hashes

Hashes for uatu-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c719c18e873237a979604b3c4b901a0fbf162920325bb214911de83ff0a02138
MD5 cffbc5dc0d83f88364c66430d6ab35c9
BLAKE2b-256 bfbdfe97d6d7d0af9f41c29606d707727109416c60162a5ac5449bf2fea4ad3d

See more details on using hashes here.

Provenance

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

Publisher: publish.yml on fractalops/uatu

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