societyai 0.1.7 → 0.1.8

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # SocietyAI
2
2
 
3
3
  <div align="center">
4
- <img src="https://societyai.vercel.app/logo.png" alt="SocietyAI Logo" width="200" />
4
+ <img src="https://societyai.pages.dev/logo.png" alt="SocietyAI Logo" width="200" />
5
5
 
6
6
  <p>
7
7
  <a href="https://www.npmjs.com/package/societyai"><img src="https://img.shields.io/npm/v/societyai.svg" alt="npm version"></a>
@@ -19,5 +19,5 @@ export { withRetry } from './utils/retry';
19
19
  export type { RetryOptions } from './core/config';
20
20
  export { getLogger, setLogger, DefaultLogger as ConsoleLogger } from './observability/logger';
21
21
  export type { Logger } from './core/config';
22
- export declare const VERSION = "0.1.7";
22
+ export declare const VERSION = "0.1.8";
23
23
  //# sourceMappingURL=public-api.d.ts.map
@@ -60,5 +60,5 @@ var logger_1 = require("./observability/logger");
60
60
  Object.defineProperty(exports, "getLogger", { enumerable: true, get: function () { return logger_1.getLogger; } });
61
61
  Object.defineProperty(exports, "setLogger", { enumerable: true, get: function () { return logger_1.setLogger; } });
62
62
  Object.defineProperty(exports, "ConsoleLogger", { enumerable: true, get: function () { return logger_1.DefaultLogger; } });
63
- exports.VERSION = '0.1.7';
63
+ exports.VERSION = '0.1.8';
64
64
  //# sourceMappingURL=public-api.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "societyai",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "A powerful TypeScript library for creating collaborative multi-agent AI systems with DAG-based orchestration. Build sophisticated workflows where AI agents work together through dependency graphs, conditional routing, and pluggable execution strategies. Features thread-safe parallel execution, memory management, and circuit breaker patterns for production-grade reliability.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -151,4 +151,4 @@
151
151
  "prettier --write"
152
152
  ]
153
153
  }
154
- }
154
+ }