mindrx 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # MindRx
4
4
 
5
- **Cognitive state simulation for AI agents**
5
+ **Prescriptions for your AI's consciousness**
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/mindrx.svg?style=flat-square)](https://www.npmjs.com/package/mindrx)
8
8
  [![license](https://img.shields.io/npm/l/mindrx.svg?style=flat-square)](LICENSE)
@@ -14,7 +14,7 @@
14
14
 
15
15
  ---
16
16
 
17
- Run AI agents in altered cognitive states. Select a profile, and the agent's reasoning, tone, and associations shift accordingly.
17
+ Dose your AI with cognitive states. Feed it Ketamine, Cannabis, or Ayahuasca and watch its mind bend. New associations form. Inhibitions drop. Creativity unlocks.
18
18
 
19
19
  <br>
20
20
 
@@ -225,8 +225,6 @@ List all available cognitive states.
225
225
 
226
226
  <div align="center">
227
227
 
228
- MIT License
229
-
230
- **This is fiction. The AI is not intoxicated.**
228
+ MIT License · [mindrx.tech](https://mindrx.tech)
231
229
 
232
230
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindrx",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Cognitive state simulation toolkit for AI agents. Run LLMs in altered mental states.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",