@polpo-ai/core 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # @polpo-ai/core
2
+
3
+ Pure business logic, types, schemas, and store interfaces for the [Polpo](https://github.com/lumea-labs/polpo) AI agent orchestration framework.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @polpo-ai/core
9
+ ```
10
+
11
+ ## License
12
+
13
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polpo-ai/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Pure business logic, types, schemas, and store interfaces for the Polpo AI agent orchestration framework",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",