Update links to images in FORGE-QUICKSTART.md (#8517)
Co-authored-by: Nicholas Tindle <nicholas.tindle@agpt.co>
This commit is contained in:
parent
1e8a272ac6
commit
e30dac575d
|
@ -14,10 +14,10 @@ This project supports Linux (Debian-based), Mac, and Windows Subsystem for Linux
|
||||||
To fork the repository, follow these steps:
|
To fork the repository, follow these steps:
|
||||||
- Navigate to the main page of the repository.
|
- Navigate to the main page of the repository.
|
||||||
|
|
||||||

|

|
||||||
- In the top-right corner of the page, click Fork.
|
- In the top-right corner of the page, click Fork.
|
||||||
|
|
||||||

|

|
||||||
- On the next page, select your GitHub account to create the fork.
|
- On the next page, select your GitHub account to create the fork.
|
||||||
- Wait for the forking process to complete. You now have a copy of the repository in your GitHub account.
|
- Wait for the forking process to complete. You now have a copy of the repository in your GitHub account.
|
||||||
|
|
||||||
|
@ -27,11 +27,11 @@ This project supports Linux (Debian-based), Mac, and Windows Subsystem for Linux
|
||||||
- Navigate to the directory where you want to clone the repository.
|
- Navigate to the directory where you want to clone the repository.
|
||||||
- Run the git clone command for the fork you just created
|
- Run the git clone command for the fork you just created
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- Then open your project in your ide
|
- Then open your project in your ide
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
4. **Setup the Project**
|
4. **Setup the Project**
|
||||||
Next, we need to set up the required dependencies. We have a tool to help you perform all the tasks on the repo.
|
Next, we need to set up the required dependencies. We have a tool to help you perform all the tasks on the repo.
|
||||||
|
@ -40,7 +40,7 @@ This project supports Linux (Debian-based), Mac, and Windows Subsystem for Linux
|
||||||
The first command you need to use is `./run setup.` This will guide you through setting up your system.
|
The first command you need to use is `./run setup.` This will guide you through setting up your system.
|
||||||
Initially, you will get instructions for installing Flutter and Chrome and setting up your GitHub access token like the following image:
|
Initially, you will get instructions for installing Flutter and Chrome and setting up your GitHub access token like the following image:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### For Windows Users
|
### For Windows Users
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ If you continue to experience issues, consider storing your project files within
|
||||||
You can keep running the command to get feedback on where you are up to with your setup.
|
You can keep running the command to get feedback on where you are up to with your setup.
|
||||||
When setup has been completed, the command will return an output like this:
|
When setup has been completed, the command will return an output like this:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Creating Your Agent
|
## Creating Your Agent
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ Tips for naming your agent:
|
||||||
|
|
||||||
Examples: `SwiftyosAssistant`, `PwutsPRAgent`, `MySuperAgent`
|
Examples: `SwiftyosAssistant`, `PwutsPRAgent`, `MySuperAgent`
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Running your Agent
|
## Running your Agent
|
||||||
|
|
||||||
|
@ -99,15 +99,15 @@ Your agent can be started using the command: `./run agent start YOUR_AGENT_NAME`
|
||||||
|
|
||||||
This starts the agent on the URL: `http://localhost:8000/`
|
This starts the agent on the URL: `http://localhost:8000/`
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The front end can be accessed from `http://localhost:8000/`; first, you must log in using either a Google account or your GitHub account.
|
The front end can be accessed from `http://localhost:8000/`; first, you must log in using either a Google account or your GitHub account.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Upon logging in, you will get a page that looks something like this: your task history down the left-hand side of the page, and the 'chat' window to send tasks to your agent.
|
Upon logging in, you will get a page that looks something like this: your task history down the left-hand side of the page, and the 'chat' window to send tasks to your agent.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
When you have finished with your agent or just need to restart it, use Ctl-C to end the session. Then, you can re-run the start command.
|
When you have finished with your agent or just need to restart it, use Ctl-C to end the session. Then, you can re-run the start command.
|
||||||
|
|
||||||
|
@ -160,7 +160,7 @@ The benchmark has been split into different categories of skills you can test yo
|
||||||
./run benchmark tests list
|
./run benchmark tests list
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
Finally, you can run the benchmark with
|
Finally, you can run the benchmark with
|
||||||
|
|
Loading…
Reference in New Issue