@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.
- package/README.md +0 -1
- 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" },
|