@agensai/sdk 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,6 @@ import { createAgent } from "@agensai/sdk";
14
14
  const agent = await createAgent({
15
15
  name: "dca-bot",
16
16
  chainId: 84532, // Base Sepolia (default). Use 8453 for Base mainnet at v1.0.
17
- apiKey: process.env.AGENSAI_API_KEY!,
18
17
  ownerPrivateKey: process.env.AGENSAI_OWNER_PRIVATE_KEY! as `0x${string}`,
19
18
  policies: [
20
19
  { type: "spend", token: "USDC", amount: 50, period: "weekly" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agensai/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "ENS-native wallets for AI agents. Built on JAW.",
5
5
  "license": "MIT",
6
6
  "author": "JustaLab",