Skip to content

Commit

Permalink
fix(docs): changed screenshots in Agentverse guides (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa authored Jan 29, 2025
1 parent 6ac2b17 commit d36484a
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ You can then restart your local Agent. You will see a similar terminal output on

```
INFO: [Alice]: Starting agent with address: agent1qw8jn3nfl2fyyhe7v4x8pfmsge4hs9zqrqw9eq7h7hluzmd0da8z7j0uacx
INFO: [Alice]: Agent inspector available at https://agentverse.ai/inspect/?uri=http%3A//127.0.0.1%3A8002&address=agent1qw8jn3nfl2fyyhe7v4x8pfmsge4hs9zqrqw9eq7h7hluzmd0da8z7j0uacx
INFO: [Alice]: Agent inspector available at https://agentverse.ai/inspect/?uri=http%3A//127.0.0.1%3A8000&address=agent1g43cfmrqk5fcyhzvyw6s24tu0acnly3y7mntmnqdvf9zdm23p74xvmh7xm
INFO: [Alice]: Starting server on http://0.0.0.0:8002 (Press CTRL+C to quit)
INFO: [Alice]: Starting mailbox client for https://agentverse.ai
INFO: [Alice]: Mailbox access token acquired
Expand Down Expand Up @@ -193,7 +193,7 @@ You will see something like the following depending on the agent considered:
```
Your agent's address is: agent1qfa53drat8rzau90u4494gx5mhj3v87tm4t5cuzkd7gkegxcm5vx5pku7kf
INFO: [alice]: Starting agent with address: agent1qfa53drat8rzau90u4494gx5mhj3v87tm4t5cuzkd7gkegxcm5vx5pku7kf
INFO: [alice]: Agent inspector available at https://agentverse.ai/inspect/?uri=http%3A//127.0.0.1%3A8000&address=agent1qfa53drat8rzau90u4494gx5mhj3v87tm4t5cuzkd7gkegxcm5vx5pku7kf
INFO: [alice]: Agent inspector available at https://agentverse.ai/inspect/?uri=http%3A//127.0.0.1%3A8000&address=agent1g43cfmrqk5fcyhzvyw6s24tu0acnly3y7mntmnqdvf9zdm23p74xvmh7xm
INFO: [alice]: Starting server on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO: [alice]: Starting mailbox client for https://agentverse.ai
INFO: [alice]: Registration on Almanac API successful
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Once you select it, your agent will be ready to be coded and a box will appear i

If you click on your agent box, the code editor will be displayed. This is the **Agent Editor**; it allows you to create, edit and refine the code for the Agent you have in mind all in one place. The Agent editor provides various basic information about your Agent, including the **Agent address** and **wallet address**. For additional information on Agent addresses, have a look at our dedicated documentation [here ↗️](/guides/agents/getting-uagent-address).

![](src/images/agentverse/create-agent/agentverse-myagent_4.png)

The Agent Editor has an integrated **agent.py** and **.env** files that allow you to start programming immediately! The Agent Editor offers you the option of structuring your project into several file windows, which are located on the left-hand side of the editor window. All you have to do is enter a name for the new file to be added. An additional feature of the Agent Editor is the **Agent Logs**; a built-in terminal that displays the output of your script after it has been executed. The Agent Logs provides multiple filters for the different log levels.

The Agent Logs feature is available by clicking the _third bottom_ icon on the left side of the Agent Editor. The first and second buttons enable you to explore **Agents Secrets** and **Agent Storage** features.
Expand All @@ -54,7 +56,7 @@ The Agent Logs feature is available by clicking the _third bottom_ icon on the l
This way, we aim at making Agents' development as quick and efficient as possible. This is a great tool to determine if your code runs smoothly and to check if any error arises and solve it immediately!
</Callout>

![](src/images/agentverse/create-agent/agentverse-myagent_4.png)
![](src/images/agentverse/create-agent/agentverse-myagent_4b.png)

### Documentation and customization for your Agents

Expand Down
Binary file modified src/images/agentverse/create-agent/agentverse-myagent_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/agentverse/create-agent/agentverse-myagent_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/agentverse/create-agent/agentverse-myagent_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d36484a

Please sign in to comment.