@axiom-lattice/gateway 3.0.2 → 3.0.4
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/dist/index.js +37 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -6
- package/.eslintrc.json +0 -22
- package/.turbo/turbo-build.log +0 -46
- package/AGENTS.md +0 -112
- package/CHANGELOG.md +0 -1190
- package/LOGGER_CONFIG.md +0 -135
- package/RESUME_STREAM_CONTENT_BASED.md +0 -326
- package/RESUME_STREAM_README.md +0 -388
- package/jest.config.js +0 -72
- package/public/sdk/README.md +0 -695
- package/public/sdk/dashboard-engine-skill.md +0 -1122
- package/public/sdk/dashboard-single-file-spec.md +0 -357
- package/public/sdk/data-query-sdk-skill.md +0 -307
- package/public/sdk/data-query-sdk.d.ts +0 -252
- package/public/sdk/data-query-sdk.js +0 -970
- package/public/sdk/occupancy-dashboard.html +0 -363
- package/public/sdk/test-dashboard.html +0 -690
- package/scripts/seed-lark-installation.ts +0 -54
- package/src/__tests__/__mocks__/e2b.ts +0 -1
- package/src/__tests__/a2a.test.ts +0 -428
- package/src/__tests__/channel-installations.test.ts +0 -199
- package/src/__tests__/data-query.test.ts +0 -77
- package/src/__tests__/sandbox-provider-registration.test.ts +0 -74
- package/src/__tests__/setup.ts +0 -5
- package/src/__tests__/workspace.test.ts +0 -400
- package/src/channels/__tests__/routes.test.ts +0 -50
- package/src/channels/lark/LarkChannelAdapter.ts +0 -217
- package/src/channels/lark/README.md +0 -187
- package/src/channels/lark/__tests__/controller.test.ts +0 -136
- package/src/channels/lark/__tests__/mapping-service.test.ts +0 -118
- package/src/channels/lark/__tests__/parser.test.ts +0 -72
- package/src/channels/lark/__tests__/sender.test.ts +0 -37
- package/src/channels/lark/__tests__/verification.test.ts +0 -157
- package/src/channels/lark/controller.ts +0 -48
- package/src/channels/lark/mapping-service.ts +0 -138
- package/src/channels/lark/parser.ts +0 -68
- package/src/channels/lark/routes.ts +0 -22
- package/src/channels/lark/sender.ts +0 -58
- package/src/channels/lark/types.ts +0 -20
- package/src/channels/lark/verification.ts +0 -32
- package/src/channels/registry.ts +0 -20
- package/src/channels/routes.ts +0 -30
- package/src/channels/wechat/WechatChannelAdapter.ts +0 -294
- package/src/channels/wechat/__tests__/context-store.test.ts +0 -148
- package/src/channels/wechat/context-store.ts +0 -54
- package/src/channels/wechat/controller.ts +0 -59
- package/src/channels/wechat/routes.ts +0 -7
- package/src/channels/wechat/types.ts +0 -62
- package/src/channels/wechat/wechat-client.ts +0 -162
- package/src/config/local-a2a-templates.ts +0 -59
- package/src/config.ts +0 -124
- package/src/controllers/__tests__/assistant-local-a2a.test.ts +0 -147
- package/src/controllers/__tests__/local-a2a-templates.test.ts +0 -112
- package/src/controllers/__tests__/mime.test.ts +0 -74
- package/src/controllers/__tests__/resources.test.ts +0 -122
- package/src/controllers/__tests__/run.test.ts +0 -115
- package/src/controllers/__tests__/tasks.test.ts +0 -215
- package/src/controllers/__tests__/workflow-tracking.test.ts +0 -113
- package/src/controllers/agent_task.ts +0 -72
- package/src/controllers/assistant.ts +0 -490
- package/src/controllers/auth.ts +0 -524
- package/src/controllers/channel-bindings.ts +0 -135
- package/src/controllers/channel-installations.ts +0 -409
- package/src/controllers/collections.ts +0 -176
- package/src/controllers/config.ts +0 -126
- package/src/controllers/connections.ts +0 -181
- package/src/controllers/data-query.ts +0 -236
- package/src/controllers/database-configs.ts +0 -440
- package/src/controllers/embeddings.ts +0 -22
- package/src/controllers/entries.ts +0 -167
- package/src/controllers/eval.ts +0 -513
- package/src/controllers/export-import.ts +0 -166
- package/src/controllers/health.ts +0 -36
- package/src/controllers/local-a2a-templates.ts +0 -18
- package/src/controllers/local-a2a.ts +0 -149
- package/src/controllers/mcp-configs.ts +0 -673
- package/src/controllers/memory.ts +0 -257
- package/src/controllers/menu-items.ts +0 -114
- package/src/controllers/metrics-configs.ts +0 -1061
- package/src/controllers/middleware-types.ts +0 -15
- package/src/controllers/models.ts +0 -199
- package/src/controllers/personal-assistant.ts +0 -191
- package/src/controllers/resources.ts +0 -477
- package/src/controllers/run.ts +0 -338
- package/src/controllers/sandbox.ts +0 -255
- package/src/controllers/schedules.ts +0 -336
- package/src/controllers/skills.ts +0 -256
- package/src/controllers/tasks.ts +0 -213
- package/src/controllers/tenants.ts +0 -121
- package/src/controllers/thread_status.ts +0 -66
- package/src/controllers/threads.ts +0 -260
- package/src/controllers/tools.ts +0 -139
- package/src/controllers/users.ts +0 -135
- package/src/controllers/workflow-tracking.ts +0 -693
- package/src/controllers/workspace.ts +0 -879
- package/src/export_registrations/a2a-api-key.registration.ts +0 -89
- package/src/export_registrations/agent.registration.ts +0 -80
- package/src/export_registrations/binding.registration.ts +0 -106
- package/src/export_registrations/channel-installation.registration.ts +0 -88
- package/src/export_registrations/collection.registration.ts +0 -85
- package/src/export_registrations/connection.registration.ts +0 -97
- package/src/export_registrations/database-config.registration.ts +0 -94
- package/src/export_registrations/eval.registration.ts +0 -334
- package/src/export_registrations/index.ts +0 -31
- package/src/export_registrations/mcp-config.registration.ts +0 -97
- package/src/export_registrations/menu.registration.ts +0 -91
- package/src/export_registrations/metrics-config.registration.ts +0 -94
- package/src/export_registrations/skill.registration.ts +0 -88
- package/src/export_registrations/task.registration.ts +0 -99
- package/src/index.ts +0 -497
- package/src/logger/Logger.ts +0 -186
- package/src/router/MessageContext.ts +0 -14
- package/src/router/MessageRouter.ts +0 -490
- package/src/router/middlewares/auditLogger.ts +0 -34
- package/src/router/middlewares/deduplication.ts +0 -38
- package/src/router/middlewares/index.ts +0 -3
- package/src/router/middlewares/rateLimit.ts +0 -46
- package/src/routes/__tests__/a2a-test-connection.test.ts +0 -177
- package/src/routes/a2a-bridge.ts +0 -266
- package/src/routes/a2a-test-connection.ts +0 -126
- package/src/routes/a2a.ts +0 -851
- package/src/routes/channel-bindings.ts +0 -11
- package/src/routes/channel-installations.ts +0 -33
- package/src/routes/index.ts +0 -640
- package/src/routes/menu-items.ts +0 -10
- package/src/routes/resource-routes.ts +0 -35
- package/src/routes/stt.ts +0 -102
- package/src/schemas/data-query.ts +0 -69
- package/src/schemas/index.ts +0 -852
- package/src/services/ExportImportService.ts +0 -296
- package/src/services/__tests__/ExportImportService.test.ts +0 -130
- package/src/services/__tests__/eval-runner.test.ts +0 -131
- package/src/services/__tests__/local-a2a.test.ts +0 -124
- package/src/services/agent_task_consumer.ts +0 -348
- package/src/services/collection_service.ts +0 -258
- package/src/services/eval-runner.ts +0 -283
- package/src/services/local-a2a.ts +0 -354
- package/src/services/queue_service.ts +0 -104
- package/src/services/sandbox_service.ts +0 -223
- package/src/services/skill_service.ts +0 -97
- package/src/services/supabase.ts +0 -60
- package/src/swagger.ts +0 -77
- package/src/types/index.ts +0 -118
- package/src/types/koa.d.ts +0 -7
- package/src/utils/__tests__/local-a2a-runtime.test.ts +0 -77
- package/src/utils/__tests__/path-containment.test.ts +0 -35
- package/src/utils/a2a-url.ts +0 -20
- package/src/utils/local-a2a-runtime.ts +0 -107
- package/src/utils/mime.ts +0 -44
- package/src/utils/path-containment.ts +0 -38
- package/tsconfig.json +0 -26
package/CHANGELOG.md
DELETED
|
@@ -1,1190 +0,0 @@
|
|
|
1
|
-
# @axiom-lattice/gateway
|
|
2
|
-
|
|
3
|
-
## 3.0.2
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [e2f0a28]
|
|
8
|
-
- @axiom-lattice/core@3.0.2
|
|
9
|
-
- @axiom-lattice/pg-stores@2.0.2
|
|
10
|
-
|
|
11
|
-
## 3.0.1
|
|
12
|
-
|
|
13
|
-
### Patch Changes
|
|
14
|
-
|
|
15
|
-
- c6b8984: add document agent
|
|
16
|
-
- Updated dependencies [c6b8984]
|
|
17
|
-
- @axiom-lattice/core@3.0.1
|
|
18
|
-
- @axiom-lattice/pg-stores@2.0.1
|
|
19
|
-
- @axiom-lattice/protocols@3.0.1
|
|
20
|
-
- @axiom-lattice/cli-a2a@0.1.7
|
|
21
|
-
- @axiom-lattice/queue-redis@1.0.55
|
|
22
|
-
|
|
23
|
-
## 3.0.0
|
|
24
|
-
|
|
25
|
-
### Major Changes
|
|
26
|
-
|
|
27
|
-
- 3a124ab: **BREAKING**: Remove `LocalA2ATemplateStore` from store lattice, replacing it with static template config.
|
|
28
|
-
|
|
29
|
-
- Deleted `LocalA2ATemplateStoreProtocol` and all implementations (InMemory, PostgreSQL, SQLite)
|
|
30
|
-
- Removed `localA2ATemplate` entry from `StoreTypeMap` and store lattice default registrations
|
|
31
|
-
- Removed obsolete PostgreSQL Local A2A template migration source; existing database tables are not dropped
|
|
32
|
-
- Removed `LocalA2ATemplateEntry`, `CreateLocalA2ATemplateRequest`, `UpdateLocalA2ATemplateRequest` types
|
|
33
|
-
- `client.assistants.localA2A.templates` now only supports `.list()` (returns `LocalA2ATemplateDefinition[]`)
|
|
34
|
-
- Templates are now defined in `packages/gateway/src/config/local-a2a-templates.ts`
|
|
35
|
-
- Gateway resolves the managed CLI through the installed `@axiom-lattice/cli-a2a/cli-path` export and declares the CLI package as a runtime dependency
|
|
36
|
-
- Templates no longer contain port or agentCardUrl; those are user-supplied at creation time
|
|
37
|
-
- `CreateAssistantModal` appends the Agent Card URL port to template commands as `--port <port>` when the template does not already declare a port
|
|
38
|
-
- CLI session files are isolated by provider and server port when no explicit store path is configured
|
|
39
|
-
|
|
40
|
-
### Patch Changes
|
|
41
|
-
|
|
42
|
-
- Updated dependencies [3a124ab]
|
|
43
|
-
- @axiom-lattice/protocols@3.0.0
|
|
44
|
-
- @axiom-lattice/core@3.0.0
|
|
45
|
-
- @axiom-lattice/pg-stores@2.0.0
|
|
46
|
-
- @axiom-lattice/cli-a2a@0.1.6
|
|
47
|
-
- @axiom-lattice/queue-redis@1.0.54
|
|
48
|
-
|
|
49
|
-
## 2.1.117
|
|
50
|
-
|
|
51
|
-
### Patch Changes
|
|
52
|
-
|
|
53
|
-
- 5e1486e: add voice input
|
|
54
|
-
- Updated dependencies [5e1486e]
|
|
55
|
-
- @axiom-lattice/core@2.1.103
|
|
56
|
-
- @axiom-lattice/pg-stores@1.0.94
|
|
57
|
-
- @axiom-lattice/protocols@2.1.54
|
|
58
|
-
- @axiom-lattice/queue-redis@1.0.53
|
|
59
|
-
|
|
60
|
-
## 2.1.116
|
|
61
|
-
|
|
62
|
-
### Patch Changes
|
|
63
|
-
|
|
64
|
-
- 075a384: add skill graph, tenant url
|
|
65
|
-
- Updated dependencies [075a384]
|
|
66
|
-
- @axiom-lattice/core@2.1.102
|
|
67
|
-
- @axiom-lattice/pg-stores@1.0.93
|
|
68
|
-
- @axiom-lattice/protocols@2.1.53
|
|
69
|
-
- @axiom-lattice/queue-redis@1.0.52
|
|
70
|
-
|
|
71
|
-
## 2.1.115
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- acdaec8: add read image file via llm
|
|
76
|
-
- Updated dependencies [acdaec8]
|
|
77
|
-
- @axiom-lattice/core@2.1.101
|
|
78
|
-
- @axiom-lattice/protocols@2.1.52
|
|
79
|
-
- @axiom-lattice/pg-stores@1.0.92
|
|
80
|
-
- @axiom-lattice/queue-redis@1.0.51
|
|
81
|
-
|
|
82
|
-
## 2.1.114
|
|
83
|
-
|
|
84
|
-
### Patch Changes
|
|
85
|
-
|
|
86
|
-
- ded4cbe: fix issues
|
|
87
|
-
|
|
88
|
-
## 2.1.113
|
|
89
|
-
|
|
90
|
-
### Patch Changes
|
|
91
|
-
|
|
92
|
-
- 2feab5c: add sse enhance
|
|
93
|
-
- Updated dependencies [2feab5c]
|
|
94
|
-
- @axiom-lattice/core@2.1.100
|
|
95
|
-
- @axiom-lattice/pg-stores@1.0.91
|
|
96
|
-
|
|
97
|
-
## 2.1.112
|
|
98
|
-
|
|
99
|
-
### Patch Changes
|
|
100
|
-
|
|
101
|
-
- 2d1c9f4: enhance core
|
|
102
|
-
- Updated dependencies [2d1c9f4]
|
|
103
|
-
- @axiom-lattice/core@2.1.99
|
|
104
|
-
- @axiom-lattice/pg-stores@1.0.90
|
|
105
|
-
- @axiom-lattice/protocols@2.1.51
|
|
106
|
-
- @axiom-lattice/queue-redis@1.0.50
|
|
107
|
-
|
|
108
|
-
## 2.1.111
|
|
109
|
-
|
|
110
|
-
### Patch Changes
|
|
111
|
-
|
|
112
|
-
- 4e028de: fix issues
|
|
113
|
-
- Updated dependencies [4e028de]
|
|
114
|
-
- @axiom-lattice/core@2.1.98
|
|
115
|
-
- @axiom-lattice/agent-eval@2.1.92
|
|
116
|
-
- @axiom-lattice/pg-stores@1.0.89
|
|
117
|
-
|
|
118
|
-
## 2.1.110
|
|
119
|
-
|
|
120
|
-
### Patch Changes
|
|
121
|
-
|
|
122
|
-
- Updated dependencies [576443a]
|
|
123
|
-
- @axiom-lattice/core@2.1.97
|
|
124
|
-
- @axiom-lattice/agent-eval@2.1.91
|
|
125
|
-
- @axiom-lattice/pg-stores@1.0.88
|
|
126
|
-
|
|
127
|
-
## 2.1.109
|
|
128
|
-
|
|
129
|
-
### Patch Changes
|
|
130
|
-
|
|
131
|
-
- aeb0bbd: add plugins
|
|
132
|
-
- Updated dependencies [aeb0bbd]
|
|
133
|
-
- @axiom-lattice/core@2.1.96
|
|
134
|
-
- @axiom-lattice/pg-stores@1.0.87
|
|
135
|
-
- @axiom-lattice/protocols@2.1.50
|
|
136
|
-
- @axiom-lattice/agent-eval@2.1.90
|
|
137
|
-
- @axiom-lattice/queue-redis@1.0.49
|
|
138
|
-
|
|
139
|
-
## 2.1.108
|
|
140
|
-
|
|
141
|
-
### Patch Changes
|
|
142
|
-
|
|
143
|
-
- f3bb4f1: huge update
|
|
144
|
-
- Updated dependencies [f3bb4f1]
|
|
145
|
-
- @axiom-lattice/core@2.1.95
|
|
146
|
-
- @axiom-lattice/pg-stores@1.0.86
|
|
147
|
-
- @axiom-lattice/protocols@2.1.49
|
|
148
|
-
- @axiom-lattice/agent-eval@2.1.89
|
|
149
|
-
- @axiom-lattice/queue-redis@1.0.48
|
|
150
|
-
|
|
151
|
-
## 2.1.107
|
|
152
|
-
|
|
153
|
-
### Patch Changes
|
|
154
|
-
|
|
155
|
-
- 67491bd: fix issue
|
|
156
|
-
|
|
157
|
-
## 2.1.106
|
|
158
|
-
|
|
159
|
-
### Patch Changes
|
|
160
|
-
|
|
161
|
-
- 2954442: fix issue
|
|
162
|
-
- Updated dependencies [c8749a0]
|
|
163
|
-
- Updated dependencies [2954442]
|
|
164
|
-
- @axiom-lattice/pg-stores@1.0.85
|
|
165
|
-
- @axiom-lattice/core@2.1.94
|
|
166
|
-
- @axiom-lattice/protocols@2.1.48
|
|
167
|
-
- @axiom-lattice/agent-eval@2.1.88
|
|
168
|
-
- @axiom-lattice/queue-redis@1.0.47
|
|
169
|
-
|
|
170
|
-
## 2.1.105
|
|
171
|
-
|
|
172
|
-
### Patch Changes
|
|
173
|
-
|
|
174
|
-
- 9608076: fix issues
|
|
175
|
-
- Updated dependencies [9608076]
|
|
176
|
-
- @axiom-lattice/core@2.1.93
|
|
177
|
-
- @axiom-lattice/pg-stores@1.0.84
|
|
178
|
-
- @axiom-lattice/protocols@2.1.47
|
|
179
|
-
- @axiom-lattice/agent-eval@2.1.87
|
|
180
|
-
- @axiom-lattice/queue-redis@1.0.46
|
|
181
|
-
|
|
182
|
-
## 2.1.104
|
|
183
|
-
|
|
184
|
-
### Patch Changes
|
|
185
|
-
|
|
186
|
-
- 4ff0c0f: enhance share
|
|
187
|
-
- Updated dependencies [4ff0c0f]
|
|
188
|
-
- @axiom-lattice/core@2.1.92
|
|
189
|
-
- @axiom-lattice/agent-eval@2.1.86
|
|
190
|
-
- @axiom-lattice/pg-stores@1.0.83
|
|
191
|
-
|
|
192
|
-
## 2.1.103
|
|
193
|
-
|
|
194
|
-
### Patch Changes
|
|
195
|
-
|
|
196
|
-
- 9d3cb30: fix share url
|
|
197
|
-
- Updated dependencies [9d3cb30]
|
|
198
|
-
- @axiom-lattice/core@2.1.91
|
|
199
|
-
- @axiom-lattice/pg-stores@1.0.82
|
|
200
|
-
- @axiom-lattice/protocols@2.1.46
|
|
201
|
-
- @axiom-lattice/queue-redis@1.0.45
|
|
202
|
-
- @axiom-lattice/agent-eval@2.1.85
|
|
203
|
-
|
|
204
|
-
## 2.1.102
|
|
205
|
-
|
|
206
|
-
### Patch Changes
|
|
207
|
-
|
|
208
|
-
- f2dce99: fix bugs
|
|
209
|
-
- Updated dependencies [f2dce99]
|
|
210
|
-
- @axiom-lattice/agent-eval@2.1.84
|
|
211
|
-
- @axiom-lattice/core@2.1.90
|
|
212
|
-
- @axiom-lattice/pg-stores@1.0.81
|
|
213
|
-
- @axiom-lattice/protocols@2.1.45
|
|
214
|
-
- @axiom-lattice/queue-redis@1.0.44
|
|
215
|
-
|
|
216
|
-
## 2.1.101
|
|
217
|
-
|
|
218
|
-
### Patch Changes
|
|
219
|
-
|
|
220
|
-
- 0552021: WeChat channel improvements:
|
|
221
|
-
- QR code setup: replace auto-polling with manual refresh button + 5-min countdown timer
|
|
222
|
-
- context-store: key by installationId::senderId to prevent cross-installation token collision
|
|
223
|
-
- 13cd999: fix sandbox
|
|
224
|
-
- Updated dependencies [13cd999]
|
|
225
|
-
- @axiom-lattice/core@2.1.89
|
|
226
|
-
- @axiom-lattice/agent-eval@2.1.83
|
|
227
|
-
- @axiom-lattice/pg-stores@1.0.80
|
|
228
|
-
|
|
229
|
-
## 2.1.100
|
|
230
|
-
|
|
231
|
-
### Patch Changes
|
|
232
|
-
|
|
233
|
-
- Updated dependencies [44c570c]
|
|
234
|
-
- Updated dependencies [2b71973]
|
|
235
|
-
- @axiom-lattice/core@2.1.88
|
|
236
|
-
- @axiom-lattice/agent-eval@2.1.82
|
|
237
|
-
- @axiom-lattice/pg-stores@1.0.79
|
|
238
|
-
|
|
239
|
-
## 2.1.99
|
|
240
|
-
|
|
241
|
-
### Patch Changes
|
|
242
|
-
|
|
243
|
-
- 81c9521: fix sandbox
|
|
244
|
-
- Updated dependencies [81c9521]
|
|
245
|
-
- @axiom-lattice/core@2.1.87
|
|
246
|
-
- @axiom-lattice/agent-eval@2.1.81
|
|
247
|
-
- @axiom-lattice/pg-stores@1.0.78
|
|
248
|
-
|
|
249
|
-
## 2.1.98
|
|
250
|
-
|
|
251
|
-
### Patch Changes
|
|
252
|
-
|
|
253
|
-
- 4db8e10: lint issue
|
|
254
|
-
- Updated dependencies [4db8e10]
|
|
255
|
-
- @axiom-lattice/queue-redis@1.0.43
|
|
256
|
-
- @axiom-lattice/agent-eval@2.1.80
|
|
257
|
-
- @axiom-lattice/pg-stores@1.0.77
|
|
258
|
-
- @axiom-lattice/protocols@2.1.44
|
|
259
|
-
- @axiom-lattice/core@2.1.86
|
|
260
|
-
|
|
261
|
-
## 2.1.97
|
|
262
|
-
|
|
263
|
-
### Patch Changes
|
|
264
|
-
|
|
265
|
-
- Updated dependencies [9571787]
|
|
266
|
-
- @axiom-lattice/core@2.1.85
|
|
267
|
-
- @axiom-lattice/agent-eval@2.1.79
|
|
268
|
-
- @axiom-lattice/pg-stores@1.0.76
|
|
269
|
-
|
|
270
|
-
## 2.1.96
|
|
271
|
-
|
|
272
|
-
### Patch Changes
|
|
273
|
-
|
|
274
|
-
- f5eea72: enhance wf
|
|
275
|
-
- Updated dependencies [f5eea72]
|
|
276
|
-
- @axiom-lattice/pg-stores@1.0.75
|
|
277
|
-
- @axiom-lattice/core@2.1.84
|
|
278
|
-
- @axiom-lattice/agent-eval@2.1.78
|
|
279
|
-
|
|
280
|
-
## 2.1.95
|
|
281
|
-
|
|
282
|
-
### Patch Changes
|
|
283
|
-
|
|
284
|
-
- Updated dependencies [0edb54f]
|
|
285
|
-
- @axiom-lattice/core@2.1.83
|
|
286
|
-
- @axiom-lattice/agent-eval@2.1.77
|
|
287
|
-
- @axiom-lattice/pg-stores@1.0.74
|
|
288
|
-
|
|
289
|
-
## 2.1.94
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- ea65194: fix issue
|
|
294
|
-
- Updated dependencies [ea65194]
|
|
295
|
-
- @axiom-lattice/core@2.1.82
|
|
296
|
-
- @axiom-lattice/pg-stores@1.0.73
|
|
297
|
-
- @axiom-lattice/agent-eval@2.1.76
|
|
298
|
-
|
|
299
|
-
## 2.1.93
|
|
300
|
-
|
|
301
|
-
### Patch Changes
|
|
302
|
-
|
|
303
|
-
- 0c99a06: big changes
|
|
304
|
-
- Updated dependencies [0c99a06]
|
|
305
|
-
- @axiom-lattice/agent-eval@2.1.75
|
|
306
|
-
- @axiom-lattice/core@2.1.81
|
|
307
|
-
- @axiom-lattice/pg-stores@1.0.72
|
|
308
|
-
- @axiom-lattice/protocols@2.1.43
|
|
309
|
-
- @axiom-lattice/queue-redis@1.0.42
|
|
310
|
-
|
|
311
|
-
## 2.1.92
|
|
312
|
-
|
|
313
|
-
### Patch Changes
|
|
314
|
-
|
|
315
|
-
- b4bdb6c: up new
|
|
316
|
-
- Updated dependencies [b4bdb6c]
|
|
317
|
-
- @axiom-lattice/pg-stores@1.0.71
|
|
318
|
-
- @axiom-lattice/protocols@2.1.42
|
|
319
|
-
- @axiom-lattice/core@2.1.80
|
|
320
|
-
- @axiom-lattice/agent-eval@2.1.74
|
|
321
|
-
- @axiom-lattice/queue-redis@1.0.41
|
|
322
|
-
|
|
323
|
-
## 2.1.91
|
|
324
|
-
|
|
325
|
-
### Patch Changes
|
|
326
|
-
|
|
327
|
-
- ec290af: sqlit store
|
|
328
|
-
- Updated dependencies [ec290af]
|
|
329
|
-
- @axiom-lattice/core@2.1.79
|
|
330
|
-
- @axiom-lattice/protocols@2.1.41
|
|
331
|
-
- @axiom-lattice/agent-eval@2.1.73
|
|
332
|
-
- @axiom-lattice/pg-stores@1.0.70
|
|
333
|
-
- @axiom-lattice/queue-redis@1.0.40
|
|
334
|
-
|
|
335
|
-
## 2.1.90
|
|
336
|
-
|
|
337
|
-
### Patch Changes
|
|
338
|
-
|
|
339
|
-
- b7cd409: enhance more features a2a, cli
|
|
340
|
-
- Updated dependencies [b7cd409]
|
|
341
|
-
- @axiom-lattice/pg-stores@1.0.69
|
|
342
|
-
- @axiom-lattice/protocols@2.1.40
|
|
343
|
-
- @axiom-lattice/core@2.1.78
|
|
344
|
-
- @axiom-lattice/agent-eval@2.1.72
|
|
345
|
-
- @axiom-lattice/queue-redis@1.0.39
|
|
346
|
-
|
|
347
|
-
## 2.1.89
|
|
348
|
-
|
|
349
|
-
### Patch Changes
|
|
350
|
-
|
|
351
|
-
- 176bfe8: custom middleware, enhance messagerouter
|
|
352
|
-
- Updated dependencies [176bfe8]
|
|
353
|
-
- @axiom-lattice/core@2.1.77
|
|
354
|
-
- @axiom-lattice/agent-eval@2.1.71
|
|
355
|
-
- @axiom-lattice/pg-stores@1.0.68
|
|
356
|
-
|
|
357
|
-
## 2.1.88
|
|
358
|
-
|
|
359
|
-
### Patch Changes
|
|
360
|
-
|
|
361
|
-
- 6ff5bd5: fix issue
|
|
362
|
-
- Updated dependencies [6ff5bd5]
|
|
363
|
-
- @axiom-lattice/agent-eval@2.1.70
|
|
364
|
-
- @axiom-lattice/core@2.1.76
|
|
365
|
-
- @axiom-lattice/pg-stores@1.0.67
|
|
366
|
-
- @axiom-lattice/protocols@2.1.39
|
|
367
|
-
- @axiom-lattice/queue-redis@1.0.38
|
|
368
|
-
|
|
369
|
-
## 2.1.87
|
|
370
|
-
|
|
371
|
-
### Patch Changes
|
|
372
|
-
|
|
373
|
-
- Updated dependencies [1314313]
|
|
374
|
-
- @axiom-lattice/pg-stores@1.0.66
|
|
375
|
-
|
|
376
|
-
## 2.1.86
|
|
377
|
-
|
|
378
|
-
### Patch Changes
|
|
379
|
-
|
|
380
|
-
- Updated dependencies [55bc767]
|
|
381
|
-
- @axiom-lattice/core@2.1.75
|
|
382
|
-
- @axiom-lattice/agent-eval@2.1.69
|
|
383
|
-
- @axiom-lattice/pg-stores@1.0.65
|
|
384
|
-
|
|
385
|
-
## 2.1.85
|
|
386
|
-
|
|
387
|
-
### Patch Changes
|
|
388
|
-
|
|
389
|
-
- 65aa22a: up allinone sandbox and mysql
|
|
390
|
-
- Updated dependencies [65aa22a]
|
|
391
|
-
- @axiom-lattice/core@2.1.74
|
|
392
|
-
- @axiom-lattice/agent-eval@2.1.68
|
|
393
|
-
- @axiom-lattice/pg-stores@1.0.64
|
|
394
|
-
- @axiom-lattice/protocols@2.1.38
|
|
395
|
-
- @axiom-lattice/queue-redis@1.0.37
|
|
396
|
-
|
|
397
|
-
## 2.1.84
|
|
398
|
-
|
|
399
|
-
### Patch Changes
|
|
400
|
-
|
|
401
|
-
- 2699e03: up flow
|
|
402
|
-
- Updated dependencies [2699e03]
|
|
403
|
-
- @axiom-lattice/core@2.1.73
|
|
404
|
-
- @axiom-lattice/agent-eval@2.1.67
|
|
405
|
-
- @axiom-lattice/pg-stores@1.0.63
|
|
406
|
-
|
|
407
|
-
## 2.1.83
|
|
408
|
-
|
|
409
|
-
### Patch Changes
|
|
410
|
-
|
|
411
|
-
- aac09bf: up all
|
|
412
|
-
- Updated dependencies [aac09bf]
|
|
413
|
-
- @axiom-lattice/agent-eval@2.1.66
|
|
414
|
-
- @axiom-lattice/core@2.1.72
|
|
415
|
-
- @axiom-lattice/pg-stores@1.0.62
|
|
416
|
-
- @axiom-lattice/protocols@2.1.37
|
|
417
|
-
- @axiom-lattice/queue-redis@1.0.36
|
|
418
|
-
|
|
419
|
-
## 2.1.82
|
|
420
|
-
|
|
421
|
-
### Patch Changes
|
|
422
|
-
|
|
423
|
-
- dc6643c: add log
|
|
424
|
-
|
|
425
|
-
## 2.1.81
|
|
426
|
-
|
|
427
|
-
### Patch Changes
|
|
428
|
-
|
|
429
|
-
- 919961e: add log
|
|
430
|
-
- Updated dependencies [919961e]
|
|
431
|
-
- @axiom-lattice/core@2.1.71
|
|
432
|
-
- @axiom-lattice/agent-eval@2.1.65
|
|
433
|
-
- @axiom-lattice/pg-stores@1.0.61
|
|
434
|
-
|
|
435
|
-
## 2.1.80
|
|
436
|
-
|
|
437
|
-
### Patch Changes
|
|
438
|
-
|
|
439
|
-
- Updated dependencies [c424127]
|
|
440
|
-
- @axiom-lattice/core@2.1.70
|
|
441
|
-
- @axiom-lattice/agent-eval@2.1.64
|
|
442
|
-
- @axiom-lattice/pg-stores@1.0.60
|
|
443
|
-
|
|
444
|
-
## 2.1.79
|
|
445
|
-
|
|
446
|
-
### Patch Changes
|
|
447
|
-
|
|
448
|
-
- c560d5d: fix sandbox image & env consistency, unify sandbox creation through getSandboxFromConfig
|
|
449
|
-
- Updated dependencies [c560d5d]
|
|
450
|
-
- @axiom-lattice/core@2.1.69
|
|
451
|
-
- @axiom-lattice/protocols@2.1.36
|
|
452
|
-
- @axiom-lattice/agent-eval@2.1.63
|
|
453
|
-
- @axiom-lattice/pg-stores@1.0.59
|
|
454
|
-
- @axiom-lattice/queue-redis@1.0.35
|
|
455
|
-
|
|
456
|
-
## 2.1.78
|
|
457
|
-
|
|
458
|
-
### Patch Changes
|
|
459
|
-
|
|
460
|
-
- 6446394: up workflow
|
|
461
|
-
- Updated dependencies [6446394]
|
|
462
|
-
- @axiom-lattice/pg-stores@1.0.58
|
|
463
|
-
- @axiom-lattice/protocols@2.1.35
|
|
464
|
-
- @axiom-lattice/core@2.1.68
|
|
465
|
-
- @axiom-lattice/agent-eval@2.1.62
|
|
466
|
-
- @axiom-lattice/queue-redis@1.0.34
|
|
467
|
-
|
|
468
|
-
## 2.1.77
|
|
469
|
-
|
|
470
|
-
### Patch Changes
|
|
471
|
-
|
|
472
|
-
- 2ec0254: up tools
|
|
473
|
-
- Updated dependencies [2ec0254]
|
|
474
|
-
- @axiom-lattice/core@2.1.67
|
|
475
|
-
- @axiom-lattice/agent-eval@2.1.61
|
|
476
|
-
- @axiom-lattice/pg-stores@1.0.57
|
|
477
|
-
|
|
478
|
-
## 2.1.76
|
|
479
|
-
|
|
480
|
-
### Patch Changes
|
|
481
|
-
|
|
482
|
-
- 462a751: add inbound
|
|
483
|
-
- Updated dependencies [462a751]
|
|
484
|
-
- @axiom-lattice/agent-eval@2.1.60
|
|
485
|
-
- @axiom-lattice/core@2.1.66
|
|
486
|
-
- @axiom-lattice/pg-stores@1.0.56
|
|
487
|
-
- @axiom-lattice/protocols@2.1.34
|
|
488
|
-
- @axiom-lattice/queue-redis@1.0.33
|
|
489
|
-
|
|
490
|
-
## 2.1.75
|
|
491
|
-
|
|
492
|
-
### Patch Changes
|
|
493
|
-
|
|
494
|
-
- Updated dependencies [77c93cb]
|
|
495
|
-
- @axiom-lattice/core@2.1.65
|
|
496
|
-
- @axiom-lattice/agent-eval@2.1.59
|
|
497
|
-
- @axiom-lattice/pg-stores@1.0.55
|
|
498
|
-
|
|
499
|
-
## 2.1.74
|
|
500
|
-
|
|
501
|
-
### Patch Changes
|
|
502
|
-
|
|
503
|
-
- 8fc8bb0: add eval
|
|
504
|
-
- Updated dependencies [8fc8bb0]
|
|
505
|
-
- @axiom-lattice/agent-eval@2.1.58
|
|
506
|
-
- @axiom-lattice/pg-stores@1.0.54
|
|
507
|
-
- @axiom-lattice/protocols@2.1.33
|
|
508
|
-
- @axiom-lattice/core@2.1.64
|
|
509
|
-
- @axiom-lattice/queue-redis@1.0.32
|
|
510
|
-
|
|
511
|
-
## 2.1.73
|
|
512
|
-
|
|
513
|
-
### Patch Changes
|
|
514
|
-
|
|
515
|
-
- b21deb2: update agent
|
|
516
|
-
- Updated dependencies [b21deb2]
|
|
517
|
-
- @axiom-lattice/core@2.1.63
|
|
518
|
-
- @axiom-lattice/pg-stores@1.0.53
|
|
519
|
-
|
|
520
|
-
## 2.1.72
|
|
521
|
-
|
|
522
|
-
### Patch Changes
|
|
523
|
-
|
|
524
|
-
- 1ada590: fix resume
|
|
525
|
-
|
|
526
|
-
## 2.1.71
|
|
527
|
-
|
|
528
|
-
### Patch Changes
|
|
529
|
-
|
|
530
|
-
- e61bc9d: fix reply
|
|
531
|
-
|
|
532
|
-
## 2.1.70
|
|
533
|
-
|
|
534
|
-
### Patch Changes
|
|
535
|
-
|
|
536
|
-
- 13c9cc5: workflow tracking
|
|
537
|
-
- Updated dependencies [13c9cc5]
|
|
538
|
-
- @axiom-lattice/core@2.1.62
|
|
539
|
-
- @axiom-lattice/pg-stores@1.0.52
|
|
540
|
-
- @axiom-lattice/protocols@2.1.32
|
|
541
|
-
- @axiom-lattice/queue-redis@1.0.31
|
|
542
|
-
|
|
543
|
-
## 2.1.69
|
|
544
|
-
|
|
545
|
-
### Patch Changes
|
|
546
|
-
|
|
547
|
-
- Updated dependencies [3b8f197]
|
|
548
|
-
- @axiom-lattice/core@2.1.61
|
|
549
|
-
- @axiom-lattice/pg-stores@1.0.51
|
|
550
|
-
|
|
551
|
-
## 2.1.68
|
|
552
|
-
|
|
553
|
-
### Patch Changes
|
|
554
|
-
|
|
555
|
-
- Updated dependencies [b68151a]
|
|
556
|
-
- @axiom-lattice/core@2.1.60
|
|
557
|
-
- @axiom-lattice/pg-stores@1.0.50
|
|
558
|
-
|
|
559
|
-
## 2.1.67
|
|
560
|
-
|
|
561
|
-
### Patch Changes
|
|
562
|
-
|
|
563
|
-
- dd414e2: add /api/workflows/inbox/reply
|
|
564
|
-
|
|
565
|
-
## 2.1.66
|
|
566
|
-
|
|
567
|
-
### Patch Changes
|
|
568
|
-
|
|
569
|
-
- a326dd4: add user id
|
|
570
|
-
|
|
571
|
-
## 2.1.65
|
|
572
|
-
|
|
573
|
-
### Patch Changes
|
|
574
|
-
|
|
575
|
-
- 3df9c3e: up version
|
|
576
|
-
- Updated dependencies [3df9c3e]
|
|
577
|
-
- @axiom-lattice/core@2.1.59
|
|
578
|
-
- @axiom-lattice/pg-stores@1.0.49
|
|
579
|
-
- @axiom-lattice/protocols@2.1.31
|
|
580
|
-
- @axiom-lattice/queue-redis@1.0.30
|
|
581
|
-
|
|
582
|
-
## 2.1.64
|
|
583
|
-
|
|
584
|
-
### Patch Changes
|
|
585
|
-
|
|
586
|
-
- Updated dependencies [d2c6543]
|
|
587
|
-
- @axiom-lattice/core@2.1.58
|
|
588
|
-
- @axiom-lattice/pg-stores@1.0.48
|
|
589
|
-
|
|
590
|
-
## 2.1.63
|
|
591
|
-
|
|
592
|
-
### Patch Changes
|
|
593
|
-
|
|
594
|
-
- df6bc19: add create-skill default
|
|
595
|
-
- Updated dependencies [df6bc19]
|
|
596
|
-
- @axiom-lattice/core@2.1.57
|
|
597
|
-
- @axiom-lattice/pg-stores@1.0.47
|
|
598
|
-
|
|
599
|
-
## 2.1.62
|
|
600
|
-
|
|
601
|
-
### Patch Changes
|
|
602
|
-
|
|
603
|
-
- 162e69e: remove microsandbox from core
|
|
604
|
-
- Updated dependencies [162e69e]
|
|
605
|
-
- @axiom-lattice/core@2.1.56
|
|
606
|
-
- @axiom-lattice/pg-stores@1.0.46
|
|
607
|
-
|
|
608
|
-
## 2.1.61
|
|
609
|
-
|
|
610
|
-
### Patch Changes
|
|
611
|
-
|
|
612
|
-
- Updated dependencies [920b282]
|
|
613
|
-
- @axiom-lattice/core@2.1.55
|
|
614
|
-
- @axiom-lattice/pg-stores@1.0.45
|
|
615
|
-
|
|
616
|
-
## 2.1.60
|
|
617
|
-
|
|
618
|
-
### Patch Changes
|
|
619
|
-
|
|
620
|
-
- 3339f6e: fix sandbox files
|
|
621
|
-
- Updated dependencies [3339f6e]
|
|
622
|
-
- @axiom-lattice/core@2.1.54
|
|
623
|
-
- @axiom-lattice/pg-stores@1.0.44
|
|
624
|
-
- @axiom-lattice/protocols@2.1.30
|
|
625
|
-
- @axiom-lattice/queue-redis@1.0.29
|
|
626
|
-
|
|
627
|
-
## 2.1.59
|
|
628
|
-
|
|
629
|
-
### Patch Changes
|
|
630
|
-
|
|
631
|
-
- Updated dependencies [505d7c1]
|
|
632
|
-
- @axiom-lattice/core@2.1.53
|
|
633
|
-
- @axiom-lattice/pg-stores@1.0.43
|
|
634
|
-
|
|
635
|
-
## 2.1.58
|
|
636
|
-
|
|
637
|
-
### Patch Changes
|
|
638
|
-
|
|
639
|
-
- 64a0971: fix path resolve
|
|
640
|
-
- Updated dependencies [64a0971]
|
|
641
|
-
- @axiom-lattice/core@2.1.52
|
|
642
|
-
- @axiom-lattice/pg-stores@1.0.42
|
|
643
|
-
- @axiom-lattice/protocols@2.1.29
|
|
644
|
-
- @axiom-lattice/queue-redis@1.0.28
|
|
645
|
-
|
|
646
|
-
## 2.1.57
|
|
647
|
-
|
|
648
|
-
### Patch Changes
|
|
649
|
-
|
|
650
|
-
- a8c25a6: fix sandbox
|
|
651
|
-
- Updated dependencies [a8c25a6]
|
|
652
|
-
- @axiom-lattice/core@2.1.51
|
|
653
|
-
- @axiom-lattice/pg-stores@1.0.41
|
|
654
|
-
- @axiom-lattice/protocols@2.1.28
|
|
655
|
-
- @axiom-lattice/queue-redis@1.0.27
|
|
656
|
-
|
|
657
|
-
## 2.1.56
|
|
658
|
-
|
|
659
|
-
### Patch Changes
|
|
660
|
-
|
|
661
|
-
- 15808cd: update sandbox console
|
|
662
|
-
- Updated dependencies [15808cd]
|
|
663
|
-
- @axiom-lattice/core@2.1.50
|
|
664
|
-
- @axiom-lattice/pg-stores@1.0.40
|
|
665
|
-
- @axiom-lattice/protocols@2.1.27
|
|
666
|
-
- @axiom-lattice/queue-redis@1.0.26
|
|
667
|
-
|
|
668
|
-
## 2.1.55
|
|
669
|
-
|
|
670
|
-
### Patch Changes
|
|
671
|
-
|
|
672
|
-
- Updated dependencies [4a70a4d]
|
|
673
|
-
- @axiom-lattice/core@2.1.49
|
|
674
|
-
- @axiom-lattice/pg-stores@1.0.39
|
|
675
|
-
|
|
676
|
-
## 2.1.54
|
|
677
|
-
|
|
678
|
-
### Patch Changes
|
|
679
|
-
|
|
680
|
-
- 5444ad4: update
|
|
681
|
-
- Updated dependencies [5444ad4]
|
|
682
|
-
- @axiom-lattice/core@2.1.48
|
|
683
|
-
- @axiom-lattice/pg-stores@1.0.38
|
|
684
|
-
- @axiom-lattice/protocols@2.1.26
|
|
685
|
-
- @axiom-lattice/queue-redis@1.0.25
|
|
686
|
-
|
|
687
|
-
## 2.1.53
|
|
688
|
-
|
|
689
|
-
### Patch Changes
|
|
690
|
-
|
|
691
|
-
- 1515f02: publish claw
|
|
692
|
-
- Updated dependencies [1515f02]
|
|
693
|
-
- @axiom-lattice/core@2.1.47
|
|
694
|
-
- @axiom-lattice/pg-stores@1.0.37
|
|
695
|
-
- @axiom-lattice/protocols@2.1.25
|
|
696
|
-
- @axiom-lattice/queue-redis@1.0.24
|
|
697
|
-
|
|
698
|
-
## 2.1.52
|
|
699
|
-
|
|
700
|
-
### Patch Changes
|
|
701
|
-
|
|
702
|
-
- a8ee103: enhance agent
|
|
703
|
-
- Updated dependencies [a8ee103]
|
|
704
|
-
- @axiom-lattice/protocols@2.1.24
|
|
705
|
-
- @axiom-lattice/core@2.1.46
|
|
706
|
-
- @axiom-lattice/pg-stores@1.0.36
|
|
707
|
-
- @axiom-lattice/queue-redis@1.0.23
|
|
708
|
-
|
|
709
|
-
## 2.1.51
|
|
710
|
-
|
|
711
|
-
### Patch Changes
|
|
712
|
-
|
|
713
|
-
- 4c4ca60: fix subagent state issue
|
|
714
|
-
- Updated dependencies [4c4ca60]
|
|
715
|
-
- @axiom-lattice/pg-stores@1.0.35
|
|
716
|
-
- @axiom-lattice/core@2.1.45
|
|
717
|
-
|
|
718
|
-
## 2.1.50
|
|
719
|
-
|
|
720
|
-
### Patch Changes
|
|
721
|
-
|
|
722
|
-
- Updated dependencies [e8fc7ec]
|
|
723
|
-
- @axiom-lattice/pg-stores@1.0.34
|
|
724
|
-
- @axiom-lattice/core@2.1.44
|
|
725
|
-
|
|
726
|
-
## 2.1.49
|
|
727
|
-
|
|
728
|
-
### Patch Changes
|
|
729
|
-
|
|
730
|
-
- 21052a9: update issues
|
|
731
|
-
- Updated dependencies [21052a9]
|
|
732
|
-
- @axiom-lattice/pg-stores@1.0.33
|
|
733
|
-
- @axiom-lattice/core@2.1.43
|
|
734
|
-
|
|
735
|
-
## 2.1.48
|
|
736
|
-
|
|
737
|
-
### Patch Changes
|
|
738
|
-
|
|
739
|
-
- 9a4f338: update sse
|
|
740
|
-
- Updated dependencies [9a4f338]
|
|
741
|
-
- @axiom-lattice/protocols@2.1.23
|
|
742
|
-
- @axiom-lattice/core@2.1.42
|
|
743
|
-
- @axiom-lattice/pg-stores@1.0.32
|
|
744
|
-
- @axiom-lattice/queue-redis@1.0.22
|
|
745
|
-
|
|
746
|
-
## 2.1.47
|
|
747
|
-
|
|
748
|
-
### Patch Changes
|
|
749
|
-
|
|
750
|
-
- fc60965: fix schedule issue
|
|
751
|
-
- Updated dependencies [fc60965]
|
|
752
|
-
- @axiom-lattice/core@2.1.41
|
|
753
|
-
- @axiom-lattice/pg-stores@1.0.31
|
|
754
|
-
|
|
755
|
-
## 2.1.46
|
|
756
|
-
|
|
757
|
-
### Patch Changes
|
|
758
|
-
|
|
759
|
-
- Updated dependencies [f29ff90]
|
|
760
|
-
- @axiom-lattice/pg-stores@1.0.30
|
|
761
|
-
- @axiom-lattice/protocols@2.1.22
|
|
762
|
-
- @axiom-lattice/core@2.1.40
|
|
763
|
-
- @axiom-lattice/queue-redis@1.0.21
|
|
764
|
-
|
|
765
|
-
## 2.1.45
|
|
766
|
-
|
|
767
|
-
### Patch Changes
|
|
768
|
-
|
|
769
|
-
- 1502b21: update all
|
|
770
|
-
- Updated dependencies [1502b21]
|
|
771
|
-
- @axiom-lattice/core@2.1.39
|
|
772
|
-
- @axiom-lattice/pg-stores@1.0.29
|
|
773
|
-
- @axiom-lattice/protocols@2.1.21
|
|
774
|
-
- @axiom-lattice/queue-redis@1.0.20
|
|
775
|
-
|
|
776
|
-
## 2.1.44
|
|
777
|
-
|
|
778
|
-
### Patch Changes
|
|
779
|
-
|
|
780
|
-
- Updated dependencies [defd326]
|
|
781
|
-
- @axiom-lattice/core@2.1.38
|
|
782
|
-
|
|
783
|
-
## 2.1.43
|
|
784
|
-
|
|
785
|
-
### Patch Changes
|
|
786
|
-
|
|
787
|
-
- 9228408: polish UI and fix issue
|
|
788
|
-
- Updated dependencies [9228408]
|
|
789
|
-
- @axiom-lattice/core@2.1.37
|
|
790
|
-
|
|
791
|
-
## 2.1.42
|
|
792
|
-
|
|
793
|
-
### Patch Changes
|
|
794
|
-
|
|
795
|
-
- Updated dependencies [ce3fc2f]
|
|
796
|
-
- @axiom-lattice/core@2.1.36
|
|
797
|
-
|
|
798
|
-
## 2.1.41
|
|
799
|
-
|
|
800
|
-
### Patch Changes
|
|
801
|
-
|
|
802
|
-
- 45997c9: update tenants
|
|
803
|
-
- Updated dependencies [45997c9]
|
|
804
|
-
- @axiom-lattice/core@2.1.35
|
|
805
|
-
|
|
806
|
-
## 2.1.40
|
|
807
|
-
|
|
808
|
-
### Patch Changes
|
|
809
|
-
|
|
810
|
-
- Updated dependencies [65aa690]
|
|
811
|
-
- @axiom-lattice/core@2.1.34
|
|
812
|
-
|
|
813
|
-
## 2.1.39
|
|
814
|
-
|
|
815
|
-
### Patch Changes
|
|
816
|
-
|
|
817
|
-
- 99f4b77: add tenantid for all lattice
|
|
818
|
-
- Updated dependencies [99f4b77]
|
|
819
|
-
- @axiom-lattice/core@2.1.33
|
|
820
|
-
- @axiom-lattice/protocols@2.1.20
|
|
821
|
-
- @axiom-lattice/queue-redis@1.0.19
|
|
822
|
-
|
|
823
|
-
## 2.1.38
|
|
824
|
-
|
|
825
|
-
### Patch Changes
|
|
826
|
-
|
|
827
|
-
- Updated dependencies [cea3047]
|
|
828
|
-
- @axiom-lattice/protocols@2.1.19
|
|
829
|
-
- @axiom-lattice/core@2.1.32
|
|
830
|
-
- @axiom-lattice/queue-redis@1.0.18
|
|
831
|
-
|
|
832
|
-
## 2.1.37
|
|
833
|
-
|
|
834
|
-
### Patch Changes
|
|
835
|
-
|
|
836
|
-
- f787cbc: update agent
|
|
837
|
-
- Updated dependencies [f787cbc]
|
|
838
|
-
- @axiom-lattice/protocols@2.1.18
|
|
839
|
-
- @axiom-lattice/core@2.1.31
|
|
840
|
-
- @axiom-lattice/queue-redis@1.0.17
|
|
841
|
-
|
|
842
|
-
## 2.1.36
|
|
843
|
-
|
|
844
|
-
### Patch Changes
|
|
845
|
-
|
|
846
|
-
- f64f38d: fix db config issue
|
|
847
|
-
|
|
848
|
-
## 2.1.35
|
|
849
|
-
|
|
850
|
-
### Patch Changes
|
|
851
|
-
|
|
852
|
-
- 078a297: update team ui
|
|
853
|
-
- Updated dependencies [078a297]
|
|
854
|
-
- @axiom-lattice/protocols@2.1.17
|
|
855
|
-
- @axiom-lattice/core@2.1.30
|
|
856
|
-
- @axiom-lattice/queue-redis@1.0.16
|
|
857
|
-
|
|
858
|
-
## 2.1.34
|
|
859
|
-
|
|
860
|
-
### Patch Changes
|
|
861
|
-
|
|
862
|
-
- Updated dependencies [07fc87d]
|
|
863
|
-
- @axiom-lattice/core@2.1.29
|
|
864
|
-
|
|
865
|
-
## 2.1.33
|
|
866
|
-
|
|
867
|
-
### Patch Changes
|
|
868
|
-
|
|
869
|
-
- 290eb34: update new style
|
|
870
|
-
- Updated dependencies [290eb34]
|
|
871
|
-
- @axiom-lattice/core@2.1.28
|
|
872
|
-
|
|
873
|
-
## 2.1.32
|
|
874
|
-
|
|
875
|
-
### Patch Changes
|
|
876
|
-
|
|
877
|
-
- Updated dependencies [ea512f6]
|
|
878
|
-
- @axiom-lattice/protocols@2.1.16
|
|
879
|
-
- @axiom-lattice/core@2.1.27
|
|
880
|
-
- @axiom-lattice/queue-redis@1.0.15
|
|
881
|
-
|
|
882
|
-
## 2.1.31
|
|
883
|
-
|
|
884
|
-
### Patch Changes
|
|
885
|
-
|
|
886
|
-
- Updated dependencies [71e5a43]
|
|
887
|
-
- @axiom-lattice/core@2.1.26
|
|
888
|
-
|
|
889
|
-
## 2.1.30
|
|
890
|
-
|
|
891
|
-
### Patch Changes
|
|
892
|
-
|
|
893
|
-
- 203d94b: update metrics middleware and tenant / user
|
|
894
|
-
- Updated dependencies [203d94b]
|
|
895
|
-
- @axiom-lattice/protocols@2.1.15
|
|
896
|
-
- @axiom-lattice/core@2.1.25
|
|
897
|
-
- @axiom-lattice/queue-redis@1.0.14
|
|
898
|
-
|
|
899
|
-
## 2.1.29
|
|
900
|
-
|
|
901
|
-
### Patch Changes
|
|
902
|
-
|
|
903
|
-
- faf1bad: update team and more
|
|
904
|
-
- Updated dependencies [faf1bad]
|
|
905
|
-
- @axiom-lattice/core@2.1.24
|
|
906
|
-
- @axiom-lattice/protocols@2.1.14
|
|
907
|
-
- @axiom-lattice/queue-redis@1.0.13
|
|
908
|
-
|
|
909
|
-
## 2.1.28
|
|
910
|
-
|
|
911
|
-
### Patch Changes
|
|
912
|
-
|
|
913
|
-
- Updated dependencies [8087672]
|
|
914
|
-
- @axiom-lattice/core@2.1.23
|
|
915
|
-
|
|
916
|
-
## 2.1.27
|
|
917
|
-
|
|
918
|
-
### Patch Changes
|
|
919
|
-
|
|
920
|
-
- Updated dependencies [cefb4e1]
|
|
921
|
-
- @axiom-lattice/protocols@2.1.13
|
|
922
|
-
- @axiom-lattice/core@2.1.22
|
|
923
|
-
- @axiom-lattice/queue-redis@1.0.12
|
|
924
|
-
|
|
925
|
-
## 2.1.26
|
|
926
|
-
|
|
927
|
-
### Patch Changes
|
|
928
|
-
|
|
929
|
-
- Updated dependencies [67461e9]
|
|
930
|
-
- @axiom-lattice/core@2.1.21
|
|
931
|
-
|
|
932
|
-
## 2.1.25
|
|
933
|
-
|
|
934
|
-
### Patch Changes
|
|
935
|
-
|
|
936
|
-
- Updated dependencies [2b69e6d]
|
|
937
|
-
- @axiom-lattice/protocols@2.1.12
|
|
938
|
-
- @axiom-lattice/core@2.1.20
|
|
939
|
-
- @axiom-lattice/queue-redis@1.0.11
|
|
940
|
-
|
|
941
|
-
## 2.1.24
|
|
942
|
-
|
|
943
|
-
### Patch Changes
|
|
944
|
-
|
|
945
|
-
- Updated dependencies [15b221d]
|
|
946
|
-
- @axiom-lattice/core@2.1.19
|
|
947
|
-
|
|
948
|
-
## 2.1.23
|
|
949
|
-
|
|
950
|
-
### Patch Changes
|
|
951
|
-
|
|
952
|
-
- e0a5f54: enhance file
|
|
953
|
-
- Updated dependencies [e0a5f54]
|
|
954
|
-
- @axiom-lattice/core@2.1.18
|
|
955
|
-
|
|
956
|
-
## 2.1.22
|
|
957
|
-
|
|
958
|
-
### Patch Changes
|
|
959
|
-
|
|
960
|
-
- 2422cbf: add sandbox and mcp
|
|
961
|
-
- Updated dependencies [2422cbf]
|
|
962
|
-
- @axiom-lattice/protocols@2.1.11
|
|
963
|
-
- @axiom-lattice/core@2.1.17
|
|
964
|
-
- @axiom-lattice/queue-redis@1.0.10
|
|
965
|
-
|
|
966
|
-
## 2.1.21
|
|
967
|
-
|
|
968
|
-
### Patch Changes
|
|
969
|
-
|
|
970
|
-
- 773c03f: add skills
|
|
971
|
-
- Updated dependencies [773c03f]
|
|
972
|
-
- @axiom-lattice/protocols@2.1.10
|
|
973
|
-
- @axiom-lattice/core@2.1.16
|
|
974
|
-
- @axiom-lattice/queue-redis@1.0.9
|
|
975
|
-
|
|
976
|
-
## 2.1.20
|
|
977
|
-
|
|
978
|
-
### Patch Changes
|
|
979
|
-
|
|
980
|
-
- ef0fb84: update lagger lattice
|
|
981
|
-
- Updated dependencies [ef0fb84]
|
|
982
|
-
- @axiom-lattice/protocols@2.1.9
|
|
983
|
-
- @axiom-lattice/core@2.1.15
|
|
984
|
-
- @axiom-lattice/queue-redis@1.0.8
|
|
985
|
-
|
|
986
|
-
## 2.1.19
|
|
987
|
-
|
|
988
|
-
### Patch Changes
|
|
989
|
-
|
|
990
|
-
- d43ea0b: add schedule task
|
|
991
|
-
- Updated dependencies [d43ea0b]
|
|
992
|
-
- @axiom-lattice/protocols@2.1.8
|
|
993
|
-
- @axiom-lattice/core@2.1.14
|
|
994
|
-
- @axiom-lattice/queue-redis@1.0.7
|
|
995
|
-
|
|
996
|
-
## 2.1.18
|
|
997
|
-
|
|
998
|
-
### Patch Changes
|
|
999
|
-
|
|
1000
|
-
- Updated dependencies [e26be9a]
|
|
1001
|
-
- @axiom-lattice/protocols@2.1.7
|
|
1002
|
-
- @axiom-lattice/core@2.1.13
|
|
1003
|
-
- @axiom-lattice/queue-redis@1.0.6
|
|
1004
|
-
|
|
1005
|
-
## 2.1.17
|
|
1006
|
-
|
|
1007
|
-
### Patch Changes
|
|
1008
|
-
|
|
1009
|
-
- dceba32: add health
|
|
1010
|
-
|
|
1011
|
-
## 2.1.16
|
|
1012
|
-
|
|
1013
|
-
### Patch Changes
|
|
1014
|
-
|
|
1015
|
-
- 7d8f3f5: enhance lattice
|
|
1016
|
-
- Updated dependencies [7d8f3f5]
|
|
1017
|
-
- @axiom-lattice/protocols@2.1.6
|
|
1018
|
-
- @axiom-lattice/core@2.1.12
|
|
1019
|
-
- @axiom-lattice/queue-redis@1.0.5
|
|
1020
|
-
|
|
1021
|
-
## 2.1.15
|
|
1022
|
-
|
|
1023
|
-
### Patch Changes
|
|
1024
|
-
|
|
1025
|
-
- Updated dependencies [af6d59b]
|
|
1026
|
-
- @axiom-lattice/core@2.1.11
|
|
1027
|
-
|
|
1028
|
-
## 2.1.14
|
|
1029
|
-
|
|
1030
|
-
### Patch Changes
|
|
1031
|
-
|
|
1032
|
-
- 38cc75d: change shell menu collapse
|
|
1033
|
-
- Updated dependencies [38cc75d]
|
|
1034
|
-
- @axiom-lattice/queue-redis@1.0.4
|
|
1035
|
-
- @axiom-lattice/protocols@2.1.5
|
|
1036
|
-
- @axiom-lattice/core@2.1.10
|
|
1037
|
-
|
|
1038
|
-
## 2.1.13
|
|
1039
|
-
|
|
1040
|
-
### Patch Changes
|
|
1041
|
-
|
|
1042
|
-
- d9beb3a: update setting
|
|
1043
|
-
- Updated dependencies [d9beb3a]
|
|
1044
|
-
- @axiom-lattice/core@2.1.9
|
|
1045
|
-
- @axiom-lattice/protocols@2.1.4
|
|
1046
|
-
- @axiom-lattice/queue-redis@1.0.3
|
|
1047
|
-
|
|
1048
|
-
## 2.1.12
|
|
1049
|
-
|
|
1050
|
-
### Patch Changes
|
|
1051
|
-
|
|
1052
|
-
- 2d9f075: lattice app
|
|
1053
|
-
|
|
1054
|
-
## 2.1.11
|
|
1055
|
-
|
|
1056
|
-
### Patch Changes
|
|
1057
|
-
|
|
1058
|
-
- 548951e: fix files shared context
|
|
1059
|
-
- Updated dependencies [548951e]
|
|
1060
|
-
- @axiom-lattice/core@2.1.8
|
|
1061
|
-
|
|
1062
|
-
## 2.1.10
|
|
1063
|
-
|
|
1064
|
-
### Patch Changes
|
|
1065
|
-
|
|
1066
|
-
- Updated dependencies [b0de3fe]
|
|
1067
|
-
- @axiom-lattice/core@2.1.7
|
|
1068
|
-
|
|
1069
|
-
## 2.1.9
|
|
1070
|
-
|
|
1071
|
-
### Patch Changes
|
|
1072
|
-
|
|
1073
|
-
- 0d8b823: enable files in agent state
|
|
1074
|
-
|
|
1075
|
-
## 2.1.8
|
|
1076
|
-
|
|
1077
|
-
### Patch Changes
|
|
1078
|
-
|
|
1079
|
-
- Updated dependencies [4bb1b16]
|
|
1080
|
-
- @axiom-lattice/core@2.1.6
|
|
1081
|
-
|
|
1082
|
-
## 2.1.7
|
|
1083
|
-
|
|
1084
|
-
### Patch Changes
|
|
1085
|
-
|
|
1086
|
-
- Updated dependencies [ce6fc7c]
|
|
1087
|
-
- @axiom-lattice/queue-redis@1.0.2
|
|
1088
|
-
- @axiom-lattice/protocols@2.1.3
|
|
1089
|
-
- @axiom-lattice/core@2.1.5
|
|
1090
|
-
|
|
1091
|
-
## 2.1.6
|
|
1092
|
-
|
|
1093
|
-
### Patch Changes
|
|
1094
|
-
|
|
1095
|
-
- ee11051: run subagent in another thread
|
|
1096
|
-
- Updated dependencies [ee11051]
|
|
1097
|
-
- @axiom-lattice/protocols@2.1.2
|
|
1098
|
-
- @axiom-lattice/core@2.1.4
|
|
1099
|
-
- @axiom-lattice/queue-redis@1.0.1
|
|
1100
|
-
|
|
1101
|
-
## 2.1.5
|
|
1102
|
-
|
|
1103
|
-
### Patch Changes
|
|
1104
|
-
|
|
1105
|
-
- e26477f: fix redis connect issue
|
|
1106
|
-
|
|
1107
|
-
## 2.1.4
|
|
1108
|
-
|
|
1109
|
-
### Patch Changes
|
|
1110
|
-
|
|
1111
|
-
- cf1e0fa: add agent task queue
|
|
1112
|
-
- Updated dependencies [cf1e0fa]
|
|
1113
|
-
- @axiom-lattice/core@2.1.3
|
|
1114
|
-
|
|
1115
|
-
## 2.1.3
|
|
1116
|
-
|
|
1117
|
-
### Patch Changes
|
|
1118
|
-
|
|
1119
|
-
- ff1cea1: fix resume streaming issue
|
|
1120
|
-
- Updated dependencies [ff1cea1]
|
|
1121
|
-
- @axiom-lattice/core@2.1.2
|
|
1122
|
-
|
|
1123
|
-
## 2.1.2
|
|
1124
|
-
|
|
1125
|
-
### Patch Changes
|
|
1126
|
-
|
|
1127
|
-
- 5ec3c1d: enhance interrupt message
|
|
1128
|
-
- Updated dependencies [5ec3c1d]
|
|
1129
|
-
- @axiom-lattice/protocols@2.1.1
|
|
1130
|
-
- @axiom-lattice/core@2.1.1
|
|
1131
|
-
|
|
1132
|
-
## 2.1.1
|
|
1133
|
-
|
|
1134
|
-
### Patch Changes
|
|
1135
|
-
|
|
1136
|
-
- ac18d3d: update todo ui
|
|
1137
|
-
|
|
1138
|
-
## 2.1.0
|
|
1139
|
-
|
|
1140
|
-
### Minor Changes
|
|
1141
|
-
|
|
1142
|
-
- a6ec6b6: enhance deepagent and ui
|
|
1143
|
-
|
|
1144
|
-
### Patch Changes
|
|
1145
|
-
|
|
1146
|
-
- Updated dependencies [a6ec6b6]
|
|
1147
|
-
- @axiom-lattice/protocols@2.1.0
|
|
1148
|
-
- @axiom-lattice/core@2.1.0
|
|
1149
|
-
|
|
1150
|
-
## 2.0.4
|
|
1151
|
-
|
|
1152
|
-
### Patch Changes
|
|
1153
|
-
|
|
1154
|
-
- Updated dependencies [8eeb170]
|
|
1155
|
-
- @axiom-lattice/core@2.0.4
|
|
1156
|
-
|
|
1157
|
-
## 2.0.3
|
|
1158
|
-
|
|
1159
|
-
### Patch Changes
|
|
1160
|
-
|
|
1161
|
-
- Updated dependencies [e6c35c8]
|
|
1162
|
-
- @axiom-lattice/core@2.0.3
|
|
1163
|
-
|
|
1164
|
-
## 2.0.2
|
|
1165
|
-
|
|
1166
|
-
### Patch Changes
|
|
1167
|
-
|
|
1168
|
-
- 31df9b6: enhance deep agent
|
|
1169
|
-
- Updated dependencies [31df9b6]
|
|
1170
|
-
- @axiom-lattice/protocols@2.0.1
|
|
1171
|
-
- @axiom-lattice/core@2.0.2
|
|
1172
|
-
|
|
1173
|
-
## 2.0.1
|
|
1174
|
-
|
|
1175
|
-
### Patch Changes
|
|
1176
|
-
|
|
1177
|
-
- Updated dependencies [26b6052]
|
|
1178
|
-
- @axiom-lattice/core@2.0.1
|
|
1179
|
-
|
|
1180
|
-
## 2.0.0
|
|
1181
|
-
|
|
1182
|
-
### Major Changes
|
|
1183
|
-
|
|
1184
|
-
- dbfac55: streaming 断开续传
|
|
1185
|
-
|
|
1186
|
-
### Patch Changes
|
|
1187
|
-
|
|
1188
|
-
- Updated dependencies [dbfac55]
|
|
1189
|
-
- @axiom-lattice/protocols@2.0.0
|
|
1190
|
-
- @axiom-lattice/core@2.0.0
|