Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xm0onh committed Jan 20, 2025
1 parent 8bd782c commit e60b81c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,18 @@ Monitor the agent's activity in the console and configured log files.

To resurrect memories from the Autonomys Network, run the following command:

```bash
yarn resurrect -n <number of memories> -o <output directory>
### Options

- `output-directory`: (Optional) The directory where memories will be saved. Defaults to `./memories`
- `-n, --number`: (Optional) Number of memories to fetch. If not specified, fetches all memories

Examples:

```bash
yarn resurrect # will fetch all memories and save to memories/
yarn resurrect -n 1000 -o memories/my-agent # will fetch 1000 memories and save to memories/my-agent
yarn resurrect -n 1000 # will fetch 1000 memories and save to memories/
yarn resurrect -n 1000 ./memories/my-agent # Resurrect all memories to a specific directory:
```

## Testing
Expand Down

0 comments on commit e60b81c

Please sign in to comment.