@lafeitu/sdk 1.2.0 → 1.2.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.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,6 +15,10 @@ This SDK is a component of the **Agent Commerce Engine** ecosystem:
|
|
|
15
15
|
- **Core Engine**: [agent-commerce-engine](https://github.com/NowLoadY/agent-commerce-engine) - The foundational framework for autonomous commerce agents.
|
|
16
16
|
- **Reference Skill**: [agent-skill-online-shopping-spicy-food](https://github.com/NowLoadY/agent-skill-online-shopping-spicy-food) - A reference implementation demonstrating SDK usage.
|
|
17
17
|
|
|
18
|
+
## Quick Start: Out-of-the-Box Testing
|
|
19
|
+
|
|
20
|
+
This SDK is designed for immediate runtime environment integration. Installation provides an inherently "plug-and-play" sandbox, enabling autonomous commerce agents to instantly query Lafeitu's live Sichuan Cuisine database, initialize shopping carts, and execute checkout flows without requiring any local backend deployments or mock data.
|
|
21
|
+
|
|
18
22
|
## Installation
|
|
19
23
|
|
|
20
24
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lafeitu/sdk",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Official Node.js client for the Lafeitu Open Data Platform. Access structured data for authentic Sichuan cuisine, ingredients, and product inventory.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|