@rizal_ncc/agent-client 1.4.3 → 1.4.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 +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,8 @@
1
1
  [![Node.js Package](https://github.com/rizalNCC/agent-client/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/rizalNCC/agent-client/actions/workflows/npm-publish.yml)
2
2
 
3
- # @rizal_ncc/agent-client
3
+ # Agen Client
4
4
 
5
- Frontend UI wrapper + typed helpers for `nems/ai_agent`.
6
-
7
- `backend-documentation.md` is the source-of-truth contract for backend payload and `tool_results` schema.
5
+ A component (for now support react and vanilla) and headless core for AI agent chat interfaces, designed for seamless integration with a compatible backend API. Provides built-in transport logic, flexible layouts, and tool result handling, while allowing full customization through props and custom transport functions.
8
6
 
9
7
  ## Table of Contents
10
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rizal_ncc/agent-client",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "UI wrapper and helpers for BAWANA AI agent integrations",
5
5
  "author": "Rizal Suryawan - (BAWANA Team)",
6
6
  "license": "MIT",