@stratix/ai-anthropic 0.8.0 → 0.8.1

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 +14 -43
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,78 +3,49 @@
3
3
 
4
4
  # @stratix/ai-anthropic
5
5
 
6
- **🔧 Provider** | Anthropic Claude LLM provider for Stratix AI agents
6
+ **Anthropic Claude LLM provider for Stratix AI agents**
7
7
 
8
8
  [![npm version](https://img.shields.io/npm/v/@stratix/ai-anthropic.svg)](https://www.npmjs.com/package/@stratix/ai-anthropic)
9
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
10
- [![Type: Provider](https://img.shields.io/badge/Type-Provider-blue.svg)](https://stratix-dev.github.io/stratix/docs/providers/providers-overview)
11
10
 
12
- [Documentation](https://stratix-dev.github.io/stratix/) | [Getting Started](https://stratix-dev.github.io/stratix/docs/getting-started/quick-start)
11
+ [Documentation](https://stratix-dev.github.io/docs/)
13
12
 
14
13
  </div>
15
14
 
16
-
17
- > Part of **[Stratix Framework](https://stratix-dev.github.io/stratix/)** - A TypeScript framework for building scalable applications with Domain-Driven Design, Hexagonal Architecture, and CQRS patterns.
15
+ > Part of **[Stratix Framework](https://stratix-dev.github.io/docs/)** - A TypeScript framework for building scalable applications with Domain-Driven Design, Hexagonal Architecture, and CQRS patterns.
18
16
  >
19
- > **New to Stratix?** Start with the [Getting Started Guide](https://stratix-dev.github.io/stratix/docs/getting-started/quick-start)
20
17
 
18
+ ## ⚠️ Pre-Release Warning
21
19
 
22
- ## About This Package
20
+ **This is a pre-release version of @stratix/ai-anthropic.**
21
+
22
+ This package is under active development and should be considered unstable. The API may change significantly between versions without prior notice. Features may be added, modified, or removed entirely. This package may also be deprecated or discontinued in future releases.
23
+
24
+ **Stable versions will be available starting from version 1.0.0.** Not recommended for production use. Use at your own risk.
23
25
 
24
- `@stratix/ai-anthropic` is an **AI provider** (not a plugin) that implements the `LLMProvider` interface from `@stratix/core`.
26
+ ## About This Package
25
27
 
26
- > **Provider vs Plugin:** Providers implement core interfaces and are instantiated directly. Plugins manage external resources and have a lifecycle. [Learn more](https://stratix-dev.github.io/stratix/docs/providers/providers-overview)
28
+ `@stratix/ai-anthropic` This provider enables Stratix AI agents to use Anthropic's Claude models (Opus, Sonnet, Haiku) for chat completion, streaming, and tool calling.
27
29
 
28
- This provider enables Stratix AI agents to use Anthropic's Claude models (Opus, Sonnet, Haiku) for chat completion, streaming, and tool calling.
29
30
 
30
31
  ## About Stratix
31
32
 
32
33
  Stratix is an AI-first TypeScript framework combining Domain-Driven Design, Hexagonal Architecture, and CQRS. It provides production-ready patterns for building scalable, maintainable applications with AI agents as first-class citizens.
33
34
 
34
35
  **Key Resources:**
35
- - [Documentation](https://stratix-dev.github.io/stratix/)
36
- - [Quick Start](https://stratix-dev.github.io/stratix/docs/getting-started/quick-start)
36
+ - [Documentation](https://stratix-dev.github.io/docs/)
37
37
  - [Report Issues](https://github.com/stratix-dev/stratix/issues)
38
38
 
39
39
  ## Installation
40
40
 
41
41
  **Prerequisites:**
42
42
  - Node.js 18.0.0 or higher
43
- - `@stratix/core` and `@stratix/runtime` installed
44
- - Basic understanding of [Stratix architecture](https://stratix-dev.github.io/stratix/docs/core-concepts/architecture-overview)
45
-
46
- **Recommended:** Use the Stratix CLI
47
- ```bash
48
- stratix add anthropic
49
- ```
50
43
 
51
- **Manual installation:**
44
+ **Installation:**
52
45
  ```bash
53
46
  npm install @stratix/ai-anthropic
54
47
  ```
55
48
 
56
- ## Related Packages
57
-
58
- **Essential:**
59
- - [`@stratix/core`](https://www.npmjs.com/package/@stratix/core) - Core primitives and abstractions
60
- - [`@stratix/runtime`](https://www.npmjs.com/package/@stratix/runtime) - Application runtime and plugin system
61
- - [`@stratix/cli`](https://www.npmjs.com/package/@stratix/cli) - Code generation and scaffolding
62
-
63
- [View all providers](https://stratix-dev.github.io/stratix/docs/providers/ai-providers)
64
-
65
- ## Documentation
66
-
67
- - [Getting Started](https://stratix-dev.github.io/stratix/docs/getting-started/quick-start)
68
- - [Core Concepts](https://stratix-dev.github.io/stratix/docs/core-concepts/architecture-overview)
69
- - [AI Providers](https://stratix-dev.github.io/stratix/docs/providers/ai-providers)
70
- - [Providers Overview](https://stratix-dev.github.io/stratix/docs/providers/providers-overview)
71
- - [Complete Documentation](https://stratix-dev.github.io/stratix/)
72
-
73
- ## Support
74
-
75
- - [GitHub Issues](https://github.com/stratix-dev/stratix/issues) - Report bugs and request features
76
- - [Documentation](https://stratix-dev.github.io/stratix/) - Comprehensive guides and tutorials
77
-
78
49
  ## License
79
50
 
80
51
  MIT - See [LICENSE](https://github.com/stratix-dev/stratix/blob/main/LICENSE) for details.
@@ -83,4 +54,4 @@ MIT - See [LICENSE](https://github.com/stratix-dev/stratix/blob/main/LICENSE) fo
83
54
 
84
55
  **[Stratix Framework](https://stratix-dev.github.io/stratix/)** - Build better software with proven patterns
85
56
 
86
- </div>
57
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stratix/ai-anthropic",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Stratix AI Agents - Anthropic Provider",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@anthropic-ai/sdk": "^0.35.0",
42
- "@stratix/core": "^0.8.0"
42
+ "@stratix/core": "^0.8.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^20.0.0",