Skip to content

Commit

Permalink
Merge pull request #60 from LIT-Protocol/wyatt/cli-maintainence
Browse files Browse the repository at this point in the history
`aw-cli` -> `law-cli` Refactor
  • Loading branch information
spacesailor24 authored Jan 31, 2025
2 parents 888588d + a1f942a commit b3d60b9
Show file tree
Hide file tree
Showing 224 changed files with 7,100 additions and 6,038 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ Thumbs.db

test-output

.aw-signer-admin-storage
.aw-signer-delegatee-storage
.law-signer-admin-storage
.law-signer-delegatee-storage
.law-cli-storage
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This was a version bump only, there were no code changes.

## 0.1.0-9 (2025-01-12)

### `@lit-protocol/aw-cli`
### `@lit-protocol/law-cli`

#### Added

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Key packages and their purposes:
- **aw-tool-registry**: Central registry for managing and accessing all available tools/actions
- **aw-signer**: Core package handling signing operations, PKP interactions, and policy enforcement
- **agent-wallet**: Main package implementing the agent wallet functionality and integrating all components
- **aw-cli**: Command-line interface for interacting with the agent wallet system
- **law-cli**: Command-line interface for interacting with the agent wallet system
- **aw-subagent-openai**: OpenAI integration for intelligent agent functionality and intent parsing
- **aw-contracts**: Smart contract implementations and interfaces for the Agent Wallet system
- **aw-tool-erc20-transfer**: Specialized tool for handling ERC20 token transfers
Expand Down Expand Up @@ -200,7 +200,7 @@ After creation, you'll need to:
- Type definitions
- **Exports**: Core functionality from aw-signer and aw-subagent-openai

#### @lit-protocol/aw-cli
#### @lit-protocol/law-cli
- **Purpose**: Command-line interface
- **Features**:
- Role-based commands (Admin/Delegatee)
Expand All @@ -215,22 +215,22 @@ After creation, you'll need to:

### CLI Users

You can install the Agent Wallet CLI [from NPM](https://www.npmjs.com/package/@lit-protocol/aw-cli) using:
You can install the Agent Wallet CLI [from NPM](https://www.npmjs.com/package/@lit-protocol/law-cli) using:

```bash
pnpm add -g @lit-protocol/aw-cli
pnpm add -g @lit-protocol/law-cli
```

or

```bash
npm install -g @lit-protocol/aw-cli
npm install -g @lit-protocol/law-cli
```

or

```bash
yarn global add @lit-protocol/aw-cli
yarn global add @lit-protocol/law-cli
```

### For Developers
Expand Down
2 changes: 1 addition & 1 deletion docs/api/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit b3d60b9

Please sign in to comment.