open-agents-ai 0.187.159 → 0.187.160

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/dist/index.js +9 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -264833,6 +264833,14 @@ var init_episodeStore = __esm({
264833
264833
  }
264834
264834
  });
264835
264835
 
264836
+ // packages/memory/dist/temporalGraph.js
264837
+ var init_temporalGraph = __esm({
264838
+ "packages/memory/dist/temporalGraph.js"() {
264839
+ "use strict";
264840
+ init_db();
264841
+ }
264842
+ });
264843
+
264836
264844
  // packages/memory/dist/embeddings.js
264837
264845
  var init_embeddings = __esm({
264838
264846
  "packages/memory/dist/embeddings.js"() {
@@ -264861,6 +264869,7 @@ var init_dist7 = __esm({
264861
264869
  init_validationStore();
264862
264870
  init_toolPatternStore();
264863
264871
  init_episodeStore();
264872
+ init_temporalGraph();
264864
264873
  init_embeddings();
264865
264874
  init_proceduralMemoryStore();
264866
264875
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.187.159",
3
+ "version": "0.187.160",
4
4
  "description": "AI coding agent powered by open-source models (Ollama/vLLM) — interactive TUI with agentic tool-calling loop",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",