Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jan 14, 2025
1 parent 4c12273 commit 3942ae9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ STARKNET_RPC_URL=
STARKNET_ADDRESS=
STARKNET_PRIVATE_KEY=

GRAPHQL_URL=
# This is the current GraphQL to make the examples work
GRAPHQL_URL=https://api.cartridge.gg/x/sepolia-rc-18/torii
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ pnpm i

sh ./docker.sh

# we use bun as it is nice for development
bun dev
# This runs the long term goal example - which includes a goal manager and executes tasks
bun goal

# This runs the task example - which is a simple agent that can execute tasks directly
bun task
```

## 1. Overview
Expand Down

0 comments on commit 3942ae9

Please sign in to comment.