Metadata-Version: 2.4
Name: memorybot
Version: 0.0.1
Summary: MemoryBot CLI — your personal knowledge graph from the command line
Project-URL: Homepage, https://www.memorybot.com
Project-URL: Repository, https://github.com/nolanlove/memorybot-cli
Author-email: Nolan Love <nolanlove@yahoo.com>
License: MIT
License-File: LICENSE
Keywords: ai-agents,cli,knowledge-graph,mcp,memory,memorybot
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# MemoryBot CLI

> Your personal knowledge graph from the command line.

**This is a placeholder release reserving the `memorybot` package name on PyPI.**

The full MemoryBot CLI is under active development. Visit
[memorybot.com](https://www.memorybot.com) to learn more about the platform.

## Install

```bash
pip install memorybot
```

or, recommended for CLI tools:

```bash
pipx install memorybot
```

## Usage

```bash
mb
```

Currently prints a placeholder banner. Real commands coming soon.

## License

MIT
