recursive-llm-ts 1.0.5 → 1.0.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "recursive-llm-ts",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "TypeScript bridge for recursive-llm: Recursive Language Models for unbounded context processing",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,3 +1,5 @@
1
+ diff --git a/src/rlm/core.py b/src/rlm/core.py
2
+ index badb248..bcbb9c0 100644
1
3
  --- a/src/rlm/core.py
2
4
  +++ b/src/rlm/core.py
3
5
  @@ -54,14 +54,31 @@ class RLM:
@@ -38,3 +40,4 @@
38
40
  + self.model = model
39
41
 
40
42
  self.repl = REPLExecutor()
43
+