Skip to content

Commit d36484a

Browse files
fix(docs): changed screenshots in Agentverse guides (#1155)
1 parent 6ac2b17 commit d36484a

File tree

13 files changed

+5
-3
lines changed

13 files changed

+5
-3
lines changed

pages/guides/agentverse/agentverse-mailbox/utilising-the-mailbox.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can then restart your local Agent. You will see a similar terminal output on
9393

9494
```
9595
INFO: [Alice]: Starting agent with address: agent1qw8jn3nfl2fyyhe7v4x8pfmsge4hs9zqrqw9eq7h7hluzmd0da8z7j0uacx
96-
INFO: [Alice]: Agent inspector available at https://agentverse.ai/inspect/?uri=http%3A//127.0.0.1%3A8002&address=agent1qw8jn3nfl2fyyhe7v4x8pfmsge4hs9zqrqw9eq7h7hluzmd0da8z7j0uacx
96+
INFO: [Alice]: Agent inspector available at https://agentverse.ai/inspect/?uri=http%3A//127.0.0.1%3A8000&address=agent1g43cfmrqk5fcyhzvyw6s24tu0acnly3y7mntmnqdvf9zdm23p74xvmh7xm
9797
INFO: [Alice]: Starting server on http://0.0.0.0:8002 (Press CTRL+C to quit)
9898
INFO: [Alice]: Starting mailbox client for https://agentverse.ai
9999
INFO: [Alice]: Mailbox access token acquired
@@ -193,7 +193,7 @@ You will see something like the following depending on the agent considered:
193193
```
194194
Your agent's address is: agent1qfa53drat8rzau90u4494gx5mhj3v87tm4t5cuzkd7gkegxcm5vx5pku7kf
195195
INFO: [alice]: Starting agent with address: agent1qfa53drat8rzau90u4494gx5mhj3v87tm4t5cuzkd7gkegxcm5vx5pku7kf
196-
INFO: [alice]: Agent inspector available at https://agentverse.ai/inspect/?uri=http%3A//127.0.0.1%3A8000&address=agent1qfa53drat8rzau90u4494gx5mhj3v87tm4t5cuzkd7gkegxcm5vx5pku7kf
196+
INFO: [alice]: Agent inspector available at https://agentverse.ai/inspect/?uri=http%3A//127.0.0.1%3A8000&address=agent1g43cfmrqk5fcyhzvyw6s24tu0acnly3y7mntmnqdvf9zdm23p74xvmh7xm
197197
INFO: [alice]: Starting server on http://0.0.0.0:8000 (Press CTRL+C to quit)
198198
INFO: [alice]: Starting mailbox client for https://agentverse.ai
199199
INFO: [alice]: Registration on Almanac API successful

pages/guides/agentverse/creating-agentverse-agents/creating-a-hosted-agent.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Once you select it, your agent will be ready to be coded and a box will appear i
4646

4747
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).
4848

49+
![](src/images/agentverse/create-agent/agentverse-myagent_4.png)
50+
4951
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.
5052

5153
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.
@@ -54,7 +56,7 @@ The Agent Logs feature is available by clicking the _third bottom_ icon on the l
5456
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!
5557
</Callout>
5658

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

5961
### Documentation and customization for your Agents
6062

Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)