@genui-a3/providers 0.0.3 → 0.0.4

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -152,6 +152,7 @@ Both providers implement the `Provider` interface from `@genui-a3/core`:
152
152
  | `name` | Human-readable name (`'bedrock'` or `'openai'`) |
153
153
 
154
154
  To create a custom provider, implement this interface and pass it to `ChatSession` or an individual agent.
155
+ See [Creating a Custom Provider](./CUSTOM_PROVIDERS.md) for a step-by-step guide to building your own.
155
156
 
156
157
  ## Exports
157
158
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genui-a3/providers",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Provider implementations for the A3 agentic framework",
5
5
  "type": "module",
6
6
  "exports": {