Skip to content

Commit b787cc7

Browse files
Joshua CroftJoshua Croft
authored andcommitted
merge
1 parent a42574f commit b787cc7

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

pages/guides/agents/intermediate/agent-functions.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,8 @@ Make sure you have read the following resources before going on with this guide:
2121
- [Quick Start Guide for uAgents Framework ↗️](/guides/agents/quickstart)
2222
- [Creating your first Agent ↗️](/guides/agents/getting-started/create-a-uagent)
2323
- [Agent Handlers ↗️](/guides/agents/intermediate/handlers)
24-
<<<<<<< HEAD
2524
- [Using agents storage function ↗️](/guides/agents/intermediate/storage-function)
2625
- [Almanac contract ↗️](/references/contracts/uagents-almanac/almanac-overview)
27-
=======
28-
- [Using Agents storage function ↗️](/guides/agents/intermediate/storage-function)
29-
- [Almanac contract ↗️](/concepts/fetch-network/almanac)
30-
>>>>>>> origin/main
3126
- [Register in Almanac ↗️](/guides/agents/register-in-almanac)
3227
- [Agents protocols ↗️](/guides/agents/intermediate/protocols)
3328
- [Exchange protocol ↗️](/references/uagents/uagents-protocols/exchange-protocol)

pages/guides/agents/intermediate/bureau.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,16 @@ Make sure you have read the following resources before going on with this guide:
1515
- [Quick Start Guide for uAgents Framework ↗️](/guides/agents/quickstart)
1616
- [Creating your first agent ↗️](/guides/agents/getting-started/create-a-uagent)
1717
- [Agents address ↗️](/guides/agents/getting-started/getting-uagent-address)
18-
<<<<<<< HEAD
1918
- [Almanac contract ↗️](/references/contracts/uagents-almanac/almanac-overview)
20-
=======
2119
- [Agent Handlers ↗️](/guides/agents/intermediate/handlers)
22-
- [Almanac contract ↗️](/concepts/fetch-network/almanac)
23-
>>>>>>> origin/main
2420
- [Register in Almanac ↗️](/guides/agents/register-in-almanac)
2521

2622
## Imports needed
2723

2824
- [uAgents ↗️](https://pypi.org/project/uagents/)
2925

30-
<<<<<<< HEAD
31-
## Bureau Walk through
3226

33-
This walk through will guide you through the process of setting up and running agents using the Bureau, demonstrating its key functionalities, including agent management, message handling, and external communication via endpoints.
34-
=======
35-
## Walk-through
36-
>>>>>>> origin/main
27+
## Bureau Walk through
3728

3829
This walk-through will guide you through the process of setting up and running Agents using the Bureau, demonstrating its key functionalities, including agent management, message handling, and external communication via endpoints.
3930

0 commit comments

Comments
 (0)