Metadata-Version: 2.4
Name: diamondai
Version: 1.1.0
Summary: A small, chaos-friendly chatbot library with intent detection and lots of responses.
Author: Graham
Requires-Python: >=3.10
Description-Content-Type: text/markdown

\# diamondai



A tiny, chaos-flavored chatbot library.



\## Usage



```python

from diamondai import DiamondAI



bot = DiamondAI()



while True:

&#x20;   msg = input("You: ")

&#x20;   print("AI:", bot.reply(msg))

```

No capitalization required.



Auto-detects basic intent (greet, sad, happy, angry, chaos, why, how, generic).



Returns varied responses from large pools.

