This commit will add the ability to create custom bots in the form of
automatically prepending additional bot-specific context to your chat
session. A new `chat` CLI argument will be added allowing users to
provide the name of an existing bot. For example:
```
llm chat -b "My Bot"
```
An additional `bot` CLI is added for creating and removing bots.
Closes#13