Metadata-Version: 2.4
Name: system0
Version: 0.2.0
Summary: The Universal Solver — autonomous analysis engine that finds and fixes problems in anything
Author-email: Avi Pilcer <avi@ultradeep.tech>
License: Proprietary
Project-URL: Homepage, https://system0.ultradeep.tech
Project-URL: Documentation, https://system0.ultradeep.tech/docs
Keywords: autonomous,analysis,solver,ai,self-improving
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pyyaml>=6.0

# System 0 — The Universal Solver

Autonomous analysis engine that finds and fixes problems in anything.

Point it at code, URLs, documents, processes, or entire businesses. It analyzes, discovers, fixes, and evolves with every cycle. No human supervision required.

## Install

```bash
pip install system0
```

## Quick Start

```bash
# Analyze current directory
s0

# Analyze a specific target
s0 init my-audit --goal 'Find security vulnerabilities' --mode observe
s0 run my-audit --cycles 5

# See findings
s0 observe my-audit
```

## Features

- **Universal**: Code, URLs, documents, APIs, databases, business processes
- **Self-Evolving**: Gets smarter with every analysis cycle
- **Four Safety Modes**: Observe, Suggest, Supervised, Auto
- **24/7 Daemon**: Install as background service
- **Budget Controls**: Per-pass, per-session, lifetime spending caps
- **Git-Safe**: All changes in isolated worktrees
- **Complete Audit Trail**: Append-only ledger of every action

## Documentation

[system0.ultradeep.tech/docs](https://system0.ultradeep.tech/docs)

## License

Proprietary. Copyright 2026 UltraDeep Technologies.
