@axiom-lattice/examples-deep_research 1.0.13 → 1.0.16

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/.env CHANGED
@@ -18,7 +18,7 @@ VOLCENGINE_API_KEY2=a0533576-d6ed-4ca4-a308-473cbf7ebd10
18
18
 
19
19
  TAVILY_API_KEY=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
20
20
 
21
- # DATABASE_URL=postgresql://postgres.ldejdqkwvlllycysuvsr:jfd4whz@GPF2nqx7zhm@aws-0-ap-southeast-1.pooler.supabase.com:6543/postgres
21
+ DATABASE_URL=postgresql://postgres_fuli:jfd4whz%40GPF2nqx7zhm@pgm-uf615169n98t95tflo.pg.rds.aliyuncs.com:5432/postgres
22
22
  # QUEUE_NAME=simon_tasks
23
23
  # REDIS_URL=redis://localhost:6379
24
24
  # REDIS_PASSWORD=fina
@@ -1,5 +1,5 @@
1
1
 
2
- > @axiom-lattice/examples-deep_research@1.0.13 build /home/runner/work/agentic/agentic/examples/deep_research
2
+ > @axiom-lattice/examples-deep_research@1.0.16 build /home/runner/work/agentic/agentic/examples/deep_research
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,9 +9,9 @@
9
9
  CLI Target: es2020
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
- CJS dist/index.js 14.28 KB
13
- CJS dist/index.js.map 16.33 KB
14
- CJS ⚡️ Build success in 34ms
12
+ CJS dist/index.js 72.20 KB
13
+ CJS dist/index.js.map 56.57 KB
14
+ CJS ⚡️ Build success in 63ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 5042ms
16
+ DTS ⚡️ Build success in 4841ms
17
17
  DTS dist/index.d.ts 13.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @axiom-lattice/examples-deep_research
2
2
 
3
+ ## 1.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - dc2fb23: fix deps issue
8
+
9
+ ## 1.0.15
10
+
11
+ ### Patch Changes
12
+
13
+ - ef0fb84: update lagger lattice
14
+ - 51c10d0: add data agent
15
+ - Updated dependencies [ef0fb84]
16
+ - @axiom-lattice/protocols@2.1.9
17
+ - @axiom-lattice/gateway@2.1.20
18
+ - @axiom-lattice/core@2.1.15
19
+ - @axiom-lattice/pg-stores@1.0.4
20
+
21
+ ## 1.0.14
22
+
23
+ ### Patch Changes
24
+
25
+ - d43ea0b: add schedule task
26
+ - Updated dependencies [d43ea0b]
27
+ - @axiom-lattice/pg-stores@1.0.3
28
+ - @axiom-lattice/protocols@2.1.8
29
+ - @axiom-lattice/gateway@2.1.19
30
+ - @axiom-lattice/core@2.1.14
31
+
3
32
  ## 1.0.13
4
33
 
5
34
  ### Patch Changes