Metadata-Version: 2.4
Name: aidialog
Version: 0.0.1
Summary: Read, search, and edit AI dialogs stored as Jupyter notebooks, and convert them to and from LLM chat histories
Author-email: Jeremy Howard <github@jhoward.fastmail.fm>
License: Apache-2.0
Project-URL: Repository, https://github.com/AnswerDotAI/aidialog
Project-URL: Documentation, https://AnswerDotAI.github.io/aidialog/
Keywords: nbdev
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nbformat
Requires-Dist: fastcore>=2.1.4
Requires-Dist: python-fastllm>=0.0.28
Provides-Extra: dev
Requires-Dist: exhash; extra == "dev"
Requires-Dist: tiktoken; extra == "dev"
Dynamic: license-file

# aidialog


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your documentation.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you started.

### Install aidialog in Development mode

``` sh
# make sure aidialog package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to aidialog
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub [repository](https://github.com/AnswerDotAI/aidialog):

``` sh
$ pip install git+https://github.com/AnswerDotAI/aidialog.git
```

or from [conda](https://anaconda.org/AnswerDotAI/aidialog)

``` sh
$ conda install -c AnswerDotAI aidialog
```

or from [pypi](https://pypi.org/project/aidialog/)

``` sh
$ pip install aidialog
```

### Documentation

Documentation can be found hosted on this GitHub [repository](https://github.com/AnswerDotAI/aidialog)’s [pages](https://AnswerDotAI.github.io/aidialog/). Additionally you can find package manager specific guidelines on [conda](https://anaconda.org/AnswerDotAI/aidialog) and [pypi](https://pypi.org/project/aidialog/) respectively.

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

    2
