Skip to content

Commit

Permalink
Merge branch 'wyatt/v3/release-test-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 committed Dec 25, 2024
2 parents d834768 + 3fccc7a commit d7ec5ed
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.1-10 (2024-12-25)

This was a version bump only, there were no code changes.

## 0.1.1-9 (2024-12-25)

This was a version bump only, there were no code changes.

## 0.1.1-8 (2024-12-25)

This was a version bump only, there were no code changes.
Expand Down
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,16 @@ The Lit AI Agent project consists of several packages that work together to prov

## Running the Lit Agent CLI Demo

1. Run the Lit Agent CLI
2. Select the `Generate New` options to generate a new Lit Auth private key
3. Follow the instructions to back up the key and fund the address with Lit test tokens:
1. Install the Lit Agent CLI
```bash
npm install -g @lit-protocol/fss-cli@latest
```
2. Run the Lit Agent CLI
```bash
lit-agent
```
3. Select the `Generate New` options to generate a new Lit Auth private key
4. Follow the instructions to back up the key and fund the address with Lit test tokens:
- Your private key will be saved in `.agent-cli-storage/auth-wallet`
```bash
ℹ️ Generated new Lit auth wallet with address: 0xYOUR_ADDRESS
Expand All @@ -27,10 +34,10 @@ The Lit AI Agent project consists of several packages that work together to prov
2. Fund your wallet (0xYOUR_ADDRESS) with Lit test tokens
Get test tokens from: https://chronicle-yellowstone-faucet.getlit.dev/
```
4. Confirm in the CLI that you have funded your wallet
5. Provide your OpenAI API key to the CLI
5. Confirm in the CLI that you have funded your wallet
6. Provide your OpenAI API key to the CLI
- Please make sure you have the `gpt-4o-mini` model enabled in your API key
6. You will be prompted:
7. You will be prompted:
- Press `ENTER` or type `Y` and hit `ENTER` to use the default registry
```bash
? Would you like to use the default Lit PKP Tool Policy Registry? (recommended) (Y/n)
Expand Down
2 changes: 1 addition & 1 deletion packages/fss-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/fss-cli",
"version": "0.1.1-8",
"version": "0.1.1-10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/fss-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/fss-signer",
"version": "0.1.0-11",
"version": "0.1.0-13",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 10 additions & 1 deletion packages/fss-tool-erc20-send/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/fss-tool-erc20-send",
"version": "0.1.1-8",
"version": "0.1.1-10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -68,6 +68,15 @@
],
"cwd": "packages/fss-tool-erc20-send"
}
},
"publish": {
"executor": "@nx/js:npm-publish",
"dependsOn": [
"deploy"
],
"options": {
"packageRoot": "dist"
}
}
},
"name": "fss-tool-erc20-send"
Expand Down
2 changes: 1 addition & 1 deletion packages/fss-tool-policy-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/fss-tool-policy-base",
"version": "0.1.1-8",
"version": "0.1.1-10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/fss-tool-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/fss-tool-registry",
"version": "0.1.1-8",
"version": "0.1.1-10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/full-self-signing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/full-self-signing",
"version": "0.1.1-8",
"version": "0.1.1-10",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit d7ec5ed

Please sign in to comment.