The Watcher - An agentic system troubleshooting tool powered by Claude
Project description
Uatu
Your AI partner for system operations and troubleshooting.
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:
- Run
uatuinteractively first - Approve diagnostic commands with "Always allow"
- Use
UATU_REQUIRE_APPROVAL=falsein 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
- Claude Agent SDK for Python for building the agent.
- Typer for the terminal UI
- Rich for formatting text in the terminal.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uatu-0.1.6.tar.gz.
File metadata
- Download URL: uatu-0.1.6.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
179e5c27e079c0fede6cea2119ffaf2675450a48c883a08eb124c3d9c04929f3
|
|
| MD5 |
34f7f7536d3c8c2feed91b223686f978
|
|
| BLAKE2b-256 |
94425a4064c89a0cc1a743c23d15e47b809834c92e041bf00ca5c8b42e6f6764
|
Provenance
The following attestation bundles were made for uatu-0.1.6.tar.gz:
Publisher:
publish.yml on fractalops/uatu
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
uatu-0.1.6.tar.gz -
Subject digest:
179e5c27e079c0fede6cea2119ffaf2675450a48c883a08eb124c3d9c04929f3 - Sigstore transparency entry: 709731199
- Sigstore integration time:
-
Permalink:
fractalops/uatu@3343c764b1f06fd670fb5b9cf740cf4f9a224905 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/fractalops
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@3343c764b1f06fd670fb5b9cf740cf4f9a224905 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file uatu-0.1.6-py3-none-any.whl.
File metadata
- Download URL: uatu-0.1.6-py3-none-any.whl
- Upload date:
- Size: 58.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ae80705dbcf9c7e49636d796086f76d85a0d53c1779cb323bc95fe9b83824f5
|
|
| MD5 |
362a641d24ae097aa5ce57defc8a8031
|
|
| BLAKE2b-256 |
e7c3bffb87bf61ce6b54b977a96a4c438f320653dae48a7df5d1d4a554bda464
|
Provenance
The following attestation bundles were made for uatu-0.1.6-py3-none-any.whl:
Publisher:
publish.yml on fractalops/uatu
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
uatu-0.1.6-py3-none-any.whl -
Subject digest:
1ae80705dbcf9c7e49636d796086f76d85a0d53c1779cb323bc95fe9b83824f5 - Sigstore transparency entry: 709731201
- Sigstore integration time:
-
Permalink:
fractalops/uatu@3343c764b1f06fd670fb5b9cf740cf4f9a224905 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/fractalops
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@3343c764b1f06fd670fb5b9cf740cf4f9a224905 -
Trigger Event:
workflow_dispatch
-
Statement type: