@reactive-agents/llm-provider 0.7.5 → 0.7.7

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 +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @reactive-agents/llm-provider
2
2
 
3
- LLM provider adapters for the [Reactive Agents](https://tylerjrbuell.github.io/reactive-agents-ts/) framework.
3
+ LLM provider adapters for the [Reactive Agents](https://docs.reactiveagents.dev/) framework.
4
4
 
5
5
  Provides a unified `LLMService` interface with adapters for Anthropic, OpenAI, Google Gemini, Ollama, and a deterministic test provider.
6
6
 
@@ -111,4 +111,4 @@ const layer = TestLLMServiceLayer({
111
111
 
112
112
  ## Documentation
113
113
 
114
- Full documentation at [tylerjrbuell.github.io/reactive-agents-ts](https://tylerjrbuell.github.io/reactive-agents-ts/)
114
+ Full documentation at [docs.reactiveagents.dev](https://docs.reactiveagents.dev/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactive-agents/llm-provider",
3
- "version": "0.7.5",
3
+ "version": "0.7.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "test:watch": "bun test --watch"
12
12
  },
13
13
  "dependencies": {
14
- "@reactive-agents/core": "0.7.0",
14
+ "@reactive-agents/core": "workspace:*",
15
15
  "effect": "^3.10.0"
16
16
  },
17
17
  "optionalDependencies": {
@@ -48,7 +48,7 @@
48
48
  }
49
49
  },
50
50
  "description": "LLM provider adapters for Reactive Agents — Anthropic, OpenAI, Ollama, and test providers",
51
- "homepage": "https://tylerjrbuell.github.io/reactive-agents-ts/",
51
+ "homepage": "https://docs.reactiveagents.dev/",
52
52
  "bugs": {
53
53
  "url": "https://github.com/tylerjrbuell/reactive-agents-ts/issues"
54
54
  }