Skip to main content

The Watcher - An agentic system troubleshooting tool powered by Claude

Project description

Uatu

Your AI partner for system operations; from guided troubleshooting to autonomous problem-solving.

autu-demo

Core capabilities:

  • Chat with your system: Ask questions and get AI-powered analysis
  • One-shot investigations: Instant diagnosis for specific issues
  • Autonomous monitoring: Learn baselines and detect anomalies
  • Intelligent analysis: Connect CPU spikes, memory leaks, and process behavior
  • Prompt caching

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 (read-only, requires approval for bash commands)
uv run uatu

# Allow bash commands with approval prompts
UATU_READ_ONLY=false uv run uatu

Ask questions naturally and get AI-powered analysis:

  • "What's causing high CPU usage?"
  • "Why is my server running slowly?"
  • "Investigate recent memory issues"
  • "Check for network bottlenecks"

Security: By default, bash commands require user approval. Set UATU_READ_ONLY=false in .env to enable bash (with approval prompts).

One-Shot Investigation

Investigate a specific symptom immediately:

uv run uatu investigate "server running slowly"
uv run uatu investigate "high CPU usage"
uv run uatu investigate "memory leak suspected"

The agent will:

  • Gather relevant system information using bash commands
  • Analyze patterns and correlate signals
  • Provide root cause analysis
  • Suggest actionable remediation steps

Best for: Quick diagnostics, automation, scripting

Continuous Monitoring

Watch your system and detect anomalies autonomously:

# Fast testing (1 minute baseline)
uv run uatu watch --baseline 1

# Production monitoring (5 minute baseline, default)
uv run uatu watch

# With AI investigation of detected anomalies
uv run uatu watch --investigate

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

Development

# Run tests (20 unit 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.2.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.2-py3-none-any.whl (55.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: uatu-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 9e7d60a7d7746002fb2e15a3dca27d29fb515ac28f3180ce122596d6e5aff960
MD5 8cf447be01ff2ae94643ebcc91f18dcf
BLAKE2b-256 344de182918974e6d4c3b3d881ed66f11dc84a39ce9a94316da00c93b9414b71

See more details on using hashes here.

Provenance

The following attestation bundles were made for uatu-0.1.2.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.2-py3-none-any.whl.

File metadata

  • Download URL: uatu-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 55.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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e204a6c6bfda2cbe664882d5724a63d2ac0075abf9d655e9a1c3e843d43dee1d
MD5 530b167a3995290329b93688fce10882
BLAKE2b-256 9cec9d4a5b7dbff4e999243a5d7d3da25d3e206dbc03213244ccd655b446385f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uatu-0.1.2-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