@simulacra-ai/core 0.0.1 → 0.0.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 (1) hide show
  1. package/package.json +14 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simulacra-ai/core",
3
- "version": "0.0.1",
4
- "description": "Multi-provider agentic conversation engine core types, conversation base class, workflows, policies, and context transformers",
3
+ "version": "0.0.2",
4
+ "description": "Multi-provider agentic conversation engine: core types, conversation base class, workflows, policies, and context transformers",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -16,5 +16,17 @@
16
16
  "build": "tsc -p tsconfig.json",
17
17
  "clean": "rm -rf dist *.tsbuildinfo"
18
18
  },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/simulacra-ai/simulacra.git",
22
+ "directory": "packages/core"
23
+ },
24
+ "homepage": "https://github.com/simulacra-ai/simulacra",
25
+ "keywords": [
26
+ "ai",
27
+ "llm",
28
+ "agent",
29
+ "workflow"
30
+ ],
19
31
  "license": "MIT"
20
32
  }