@rivus/agent 0.8.1 → 0.8.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.
@@ -1794,6 +1794,7 @@ async function createRivusDeploymentCliProcess(factory, context) {
1794
1794
  try {
1795
1795
  daemon = await createConfiguredRivusDeploymentDaemon({
1796
1796
  ...adapters.createAutomation ? { createAutomation: adapters.createAutomation } : {},
1797
+ ...adapters.createBackgroundSession ? { createBackgroundSession: adapters.createBackgroundSession } : {},
1797
1798
  createEndpoint: adapters.createEndpoint,
1798
1799
  createRuntime: adapters.createRuntime,
1799
1800
  ...adapters.initialInstanceRecords ? { initialInstanceRecords: adapters.initialInstanceRecords } : {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivus/agent",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "description": "A local agent daemon core built around a usable agent harness and domain events.",
5
5
  "type": "module",
6
6
  "license": "MIT",