Metadata-Version: 2.4
Name: yepgent
Version: 0.3.2
Summary: Alias for local-yep — installs Local Yep, a local-first agent framework for Claude Code with 100% on-device memory.
Author: Yepgent
Project-URL: Homepage, https://yepgent.com
Project-URL: Download, https://yepgent.com/dl/
Keywords: claude,claude-code,agent,memory,local-first
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: local-yep>=0.3.2

# yepgent

**`yepgent` is an alias for [`local-yep`](https://pypi.org/project/local-yep/).**
Installing it installs Local Yep — there is no separate product here.

```sh
pip install yepgent      # or: pip install local-yep
```

Either name gives you the same three commands:

| command | what it does |
|---|---|
| `gent` | opens Claude Code as Yep, in the current folder |
| `yepgent` | setup & admin (`init`, `doctor`, `memory`, `license`, …) |
| `yepgent-hook` | hook dispatcher — Claude Code calls this, you don't |

## What Local Yep is

A local-first agent framework for Claude Code: a named, personable agent with a
persistent recall → reflect memory loop, stored **100% on your machine**
(SQLite under `~/.local-yep/`). It runs on *your* Claude Code subscription or
API key and never touches those credentials.

## Recommended install

For the alpha, prefer the bootstrap script — it also configures your activation
key and records terms acceptance, which a bare `pip install` does not:

```sh
curl -fsSL https://yepgent.com/dl/install.sh -o install.sh && bash install.sh
```

Windows: `install.ps1` from the same folder. Downloads and checksums:
<https://yepgent.com/dl/>
