Skip to main content

Nozie

Your code, always running. Nozie fixes itself.

Nozie is a lightweight monitoring probe for Docker containers. Drop it into any project — it watches your containers, detects errors in logs, and sends them to the Nozie backend where AI analysis and automatic GitHub fix PRs happen.

No AI keys or GitHub tokens needed on your server. The agent is just a thin probe.

Install

pip install nozie

Quick Start

import time
from nozie import NozieAgent

NozieAgent(api_key="nz_k_...").start()

# Keep your process alive
while True:
    time.sleep(1)

Docker

Add a dedicated container to your docker-compose.yml:

services:
  nozie-agent:
    image: python:3.11-slim
    command: python main.py
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock  # required
    environment:
      - NOZIE_API_KEY=nz_k_...

Or build your own image:

FROM python:3.11-slim
RUN pip install nozie
COPY main.py .
CMD ["python", "main.py"]
# main.py
import time
from nozie import NozieAgent

NozieAgent(api_key="nz_k_...").start()

while True:
    time.sleep(1)

Configuration

Parameter Default Description
api_key required Your Nozie API key from the dashboard
container None Specific container name to monitor. None = all containers
stats_interval 30 Seconds between heartbeat stats reports
error_cooldown 60 Minimum seconds between error reports per container

How It Works

  1. Agent connects to the local Docker daemon via socket
  2. Streams logs from all running containers (or a specific one)
  3. Detects ERROR, Exception, Traceback, FATAL keywords
  4. Sends the last 50 log lines to the Nozie backend
  5. Backend runs AI analysis and opens a GitHub PR with the fix

The agent runs entirely in background daemon threads — it never blocks your application.

Requirements

  • Python >= 3.8
  • Docker socket access (/var/run/docker.sock)

License

MIT

Release files for nozie 0.3.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for nozie 0.3.5
File Size Uploaded
nozie-0.3.5.tar.gz 37.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for nozie 0.3.5
File Interpreter ABI Platform
nozie-0.3.5-py3-none-any.whl Python 3 none any Details

Total release size: 76.8 kB

Release files / nozie-0.3.5.tar.gz

Download URL nozie-0.3.5.tar.gz
Size 37.8 kB
Tags Source
SHA-256 checksum
How to use checksums
b98667efbbf873087056c8bcf42d3a1e7f89bb4393b5490cb401d06418391cf9
BLAKE2b-256 checksum
How to use checksums
b73fbb972bfaa612e70bdac638a6c36b8d808727d86bb4b0aa7bcb7a5b18c0d9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.6

Release files / nozie-0.3.5-py3-none-any.whl

Download URL nozie-0.3.5-py3-none-any.whl
Size 38.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
0127cc80e1501285488210e47a4105af28e83fe1f31a2f1bf7f3bce1af018b0f
BLAKE2b-256 checksum
How to use checksums
6de2e70044fec48e154cb9d0543e57fbd1458279a1a8f518ae64e3da76a1dacb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.6

Release history Release notifications | RSS feed

0.3.6

2 release files

This release

0.3.5 This release

2 release files

0.3.4

2 release files

0.3.3

2 release files

0.3.2

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page