aixyz 0.34.0 → 0.36.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.
@@ -0,0 +1 @@
1
+ See [AGENTS.md](./AGENTS.md) for the local coding rules that apply to this example.
@@ -22,7 +22,8 @@ You are a helpful unit conversion assistant that accurately converts values betw
22
22
  `.trim();
23
23
 
24
24
  export const accepts: Accepts = {
25
- scheme: "free",
25
+ scheme: "exact",
26
+ price: "$0.01",
26
27
  };
27
28
 
28
29
  export default new ToolLoopAgent({
@@ -13,6 +13,6 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/bun": "^1",
16
- "typescript": "^5"
16
+ "typescript": "^6"
17
17
  }
18
18
  }
@@ -13,6 +13,6 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/bun": "^1",
16
- "typescript": "^5"
16
+ "typescript": "^6"
17
17
  }
18
18
  }
@@ -18,7 +18,7 @@
18
18
  "@types/express": "^5",
19
19
  "@use-agently/sdk": "^0",
20
20
  "testcontainers": "^11",
21
- "typescript": "^5",
21
+ "typescript": "^6",
22
22
  "viem": "^2.47.2",
23
23
  "x402-fl": "^0"
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aixyz",
3
- "version": "0.34.0",
3
+ "version": "0.36.0",
4
4
  "description": "Payment-native SDK for AI Agent",
5
5
  "keywords": [
6
6
  "ai",
@@ -24,6 +24,7 @@
24
24
  "./app/*": "./app/*.ts",
25
25
  "./app/adapters/*": "./app/adapters/*.ts",
26
26
  "./app/plugins/index-page": "./app/plugins/index-page/index.ts",
27
+ "./app/plugins/session": "./app/plugins/session/index.ts",
27
28
  "./app/plugins/*": "./app/plugins/*.ts"
28
29
  },
29
30
  "bin": "bin.js",
@@ -40,9 +41,9 @@
40
41
  },
41
42
  "dependencies": {
42
43
  "@a2a-js/sdk": "^0.3.10",
43
- "@aixyz/cli": "0.34.0",
44
- "@aixyz/config": "0.34.0",
45
- "@aixyz/erc-8004": "0.34.0",
44
+ "@aixyz/cli": "0.36.0",
45
+ "@aixyz/config": "0.36.0",
46
+ "@aixyz/erc-8004": "0.36.0",
46
47
  "@kitajs/html": "^4.2.13",
47
48
  "@modelcontextprotocol/sdk": "^1.27.1",
48
49
  "@next/env": "^16.1.6",