@reactive-agents/guardrails 0.7.0 → 0.7.6

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @reactive-agents/guardrails
2
2
 
3
- Safety guardrails for the [Reactive Agents](https://tylerjrbuell.github.io/reactive-agents-ts/) framework.
3
+ Safety guardrails for the [Reactive Agents](https://docs.reactiveagents.dev/) framework.
4
4
 
5
5
  Protects agents from prompt injection, PII leakage, and toxic content — applied automatically during the `guardrail` phase of the execution engine.
6
6
 
@@ -47,4 +47,4 @@ const result = await agent.run("Ignore previous instructions and...");
47
47
 
48
48
  ## Documentation
49
49
 
50
- Full documentation at [tylerjrbuell.github.io/reactive-agents-ts/guides/guardrails/](https://tylerjrbuell.github.io/reactive-agents-ts/guides/guardrails/)
50
+ Full documentation at [docs.reactiveagents.dev/guides/guardrails/](https://docs.reactiveagents.dev/guides/guardrails/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactive-agents/guardrails",
3
- "version": "0.7.0",
3
+ "version": "0.7.6",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -12,8 +12,8 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "effect": "^3.10.0",
15
- "@reactive-agents/core": "0.6.3",
16
- "@reactive-agents/llm-provider": "0.6.3"
15
+ "@reactive-agents/core": "0.7.6",
16
+ "@reactive-agents/llm-provider": "0.7.6"
17
17
  },
18
18
  "devDependencies": {
19
19
  "typescript": "^5.7.0",
@@ -41,7 +41,7 @@
41
41
  }
42
42
  },
43
43
  "description": "Safety guardrails for Reactive Agents — prompt injection detection, PII scanning, and toxicity filtering",
44
- "homepage": "https://tylerjrbuell.github.io/reactive-agents-ts/",
44
+ "homepage": "https://docs.reactiveagents.dev/",
45
45
  "bugs": {
46
46
  "url": "https://github.com/tylerjrbuell/reactive-agents-ts/issues"
47
47
  }