actient 1.0.1 → 1.0.3

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 +1 -1
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -70,7 +70,7 @@ You need to install the SDK before using this library. Use the intent parser imp
70
70
  | Provider | SDK | Intent Parser |
71
71
  | -------- | --------------- | -------------------------------------------------------------- |
72
72
  | Open AI | `openai` | `OpenAIIntentParser`, imported from `actient/providers/openai` |
73
- | Groq | `grok-sdk` | `GroqIntentParser`, imported from `actient/providers/groq` |
73
+ | Groq | `groq-sdk` | `GroqIntentParser`, imported from `actient/providers/groq` |
74
74
  | Gemini | `@google/genai` | `GeminiIntentParser`, imported from `actient/providers/gemini` |
75
75
 
76
76
  ### AI Agent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "actient",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,6 +15,10 @@
15
15
  "action-bot",
16
16
  "ai-action-agents"
17
17
  ],
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/Andrian004/actient"
21
+ },
18
22
  "author": "Andrian004",
19
23
  "license": "MIT",
20
24
  "files": [