rhachet-brains-openai 0.1.1 → 0.1.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/package.json +9 -5
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -2,14 +2,18 @@
2
2
  "name": "rhachet-brains-openai",
3
3
  "author": "ehmpathy",
4
4
  "description": "rhachet brain.atom and brain.repl adapter for openai",
5
- "version": "0.1.1",
5
+ "version": "0.1.3",
6
6
  "repository": "ehmpathy/rhachet-brains-openai",
7
7
  "homepage": "https://github.com/ehmpathy/rhachet-brains-openai",
8
8
  "keywords": [
9
- "artifact",
10
- "git",
11
- "file",
12
- "repo"
9
+ "rhachet",
10
+ "brain",
11
+ "openai",
12
+ "codex",
13
+ "gpt",
14
+ "o1",
15
+ "llm",
16
+ "ai"
13
17
  ],
14
18
  "bugs": "https://github.com/ehmpathy/rhachet-brains-openai/issues",
15
19
  "license": "MIT",
package/readme.md CHANGED
@@ -34,6 +34,7 @@ const result = await brainAtom.ask({
34
34
  // create a brain repl for agentic tasks
35
35
  const brainRepl = genBrainRepl({ slug: 'openai/codex' });
36
36
 
37
+ // use ask() for read-only operations
37
38
  const result = await brainRepl.ask({
38
39
  role: { briefs: [] },
39
40
  prompt: 'analyze this codebase',