Skip to content

Commit

Permalink
Merge pull request #146 from autonomys/fix-readme
Browse files Browse the repository at this point in the history
Update README.md - clarify necessary env variables for Auto Drive integration
  • Loading branch information
jfrank-summit authored Jan 16, 2025
2 parents 6efaaf8 + 4adf76a commit e220402
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
13 changes: 5 additions & 8 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@ LLAMA_API_URL=<llama_api_url>

# AutoDrive Configuration
AUTO_DRIVE_API_KEY=<auto_drive_api_key>
AUTO_DRIVE_ENCRYPTION_PASSWORD=<auto_drive_encryption_password>
AUTO_DRIVE_ENCRYPTION_PASSWORD= #leave blank if encryption is not desired

# Blockchain Configuration
RPC_URL=<rpc_url>
CONTRACT_ADDRESS=<contract_address>
RPC_URL=https://auto-evm.taurus.autonomys.xyz/ws
CONTRACT_ADDRESS=0xc1afebe677badb71fc760e61479227e43b422e48
PRIVATE_KEY=<private_key>

# SerpAPI Configuration
SERPAPI_API_KEY=<serpapi_api_key>

# Environment
NODE_ENV=<node_env>
NODE_ENV=development

# Agent Version
AGENT_VERSION=<agent_version>
AGENT_VERSION=2.0.0
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,9 @@ To use this feature:
autodrive:
upload: true
```
3. Provide your Taurus EVM wallet details and Agent Memory Contract Address in `config.yaml`
4. Provide encryption password in `config.yaml` (optional)
3. Provide your Taurus EVM wallet details (PRIVATE_KEY) and Agent Memory Contract Address (CONTRACT_ADDRESS) in .env`
4. Make sure your Taurus EVM wallet has funds. A faucet can be found at https://subspacefaucet.com/
5. Provide encryption password in `.env` (optional, leave empty to not encrypt the agent memories)

## Workflows

Expand Down

0 comments on commit e220402

Please sign in to comment.