@interopio/working-context 0.1.1-beta.0 → 1.0.0

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/package.json +2 -2
  2. package/readme.md +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/working-context",
3
- "version": "0.1.1-beta.0",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "description": "io.Intelligence Working Context for LLMs",
6
6
  "main": "./dist/working-context.umd.js",
@@ -46,5 +46,5 @@
46
46
  "access": "public"
47
47
  },
48
48
  "license": "MIT",
49
- "gitHead": "6cbd953e1718cca987f11c0bc7edb75781f7ecb2"
49
+ "gitHead": "48eed5aba906bcf98b959d15a43f2306acf3d292"
50
50
  }
package/readme.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ## Introduction
16
16
 
17
- The **io.Intelligence Working Context** package (`@interopio/working-context`) is a TypeScript library that enables developers to build intelligent, context-aware applications by automatically harvesting and managing contextual information gathered from multiple data sources within io.Connect.
17
+ The **io.Intelligence Working Context** package (`@interopio/working-context`) is a TypeScript library that enables developers to build intelligent, context-aware applications by automatically collecting and managing contextual information gathered from multiple data sources within io.Connect.
18
18
 
19
19
  ### What is Working Context?
20
20
 
@@ -22,7 +22,7 @@ Working Context represents the current state and information relevant to a user'
22
22
 
23
23
  ### Key Features
24
24
 
25
- - **Automatic Context Harvesting**: Define schemas describing your data sources, and the package handles the rest
25
+ - **Automatic Context Collection**: Define schemas describing your data sources, and the package handles the rest
26
26
  - **Multiple Source Support**: Track data from global contexts, workspaces, channels, and application instances
27
27
  - **Type-Safe**: Built with TypeScript for complete type safety and IntelliSense support
28
28
  - **Reactive Updates**: Subscribe to context changes and respond to updates in real-time
@@ -365,7 +365,7 @@ Provides the best end-user experience with automatic context exposure to LLMs.
365
365
 
366
366
  **Benefits:**
367
367
 
368
- - Automatic context harvesting
368
+ - Automatic context collection
369
369
  - Fine-tuned prompts for LLM integration
370
370
  - Seamless API access if no LLM is configured
371
371