condukt 0.6.12 → 0.6.13

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.
@@ -303,7 +303,7 @@ class SdkSession {
303
303
  sessionConfig.infiniteSessions = {
304
304
  enabled: true,
305
305
  backgroundCompactionThreshold: 0.75,
306
- bufferExhaustionThreshold: 0.95,
306
+ bufferExhaustionThreshold: 0.90,
307
307
  };
308
308
  const sdkSession = await client.createSession(sessionConfig);
309
309
  this._sdkSession = sdkSession;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "condukt",
3
- "version": "0.6.12",
3
+ "version": "0.6.13",
4
4
  "description": "Composable AI agent workflow framework — execution, state, orchestration, runtimes, UI",
5
5
  "license": "MIT",
6
6
  "repository": {