Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(example): remove examples from this repo (moved to new repo) #565

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,9 @@ Please see the [official documentation](https://fetch.ai/docs) for full setup in

## 🌱 Examples

The [`examples`](https://github.com/fetchai/uAgents/tree/main/python/examples) folder contains several examples of how to create and run various types of agents.
The [`uAgent examples`](https://github.com/fetchai/uAgent-Examples) repository contains examples of uAgents, collections of uAgents that work together to solve a problem (i.e. solutions), and uAgent-based applications.

## 🌲 Integrations

The [`integrations`](https://github.com/fetchai/uAgents/tree/main/integrations) folder contains examples that provide a more in depth use of the uAgents library.
See the [uagent-101 folder](https://github.com/fetchai/uAgent-Examples/tree/main/1-uagents/uagent-101) for a collection of educational examples to get you started.

## Python Library

Expand Down
8 changes: 3 additions & 5 deletions integrations/code-navigator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ class CodeLinesRequest(Model):
repository: str
prompt: str
```
with a description of relevant code along with links in the form:
https://github.com/fetchai/uAgents/blob/main/python/src/uagents/agent.py#L253-L268

with a description of relevant code along with links in [this format](https://github.com/fetchai/uAgents/blob/main/python/src/uagents/agent.py#L253-L268).

Example AI-Engine prompt:
"I would like to refactor some logic from `_process_message_queue` to the `Dialogue` class in 'github.com/fetchai/uAgents/python/src/uagents'. What code is relevant for this?"
Expand All @@ -32,5 +30,5 @@ Example AI-Engine prompt:
- Set your agent's secure seed phrase in `SEED_PHRASE` environment variable

4. Add a mailbox key on Agentverse (optional)
- See https://fetch.ai/docs/guides/agentverse/utilising-the-mailbox
- If you do not use the Agentverse mailroom, you will need to make sure your agent is remotely reachable. For example: https://github.com/fetchai/uAgents/tree/main/python/examples/12-remote-agents.
- See [this guide](https://fetch.ai/docs/guides/agentverse/utilising-the-mailbox).
- If you do not use the Agentverse mailroom, you will need to make sure your agent is remotely reachable. See [this example](https://github.com/fetchai/uAgent-Examples/tree/main/1-uagents/uagent-101/network/05-remote-agents).
179 changes: 0 additions & 179 deletions python/docs/booking-demo.md

This file was deleted.

12 changes: 0 additions & 12 deletions python/examples/01-first-agent/main.py

This file was deleted.

17 changes: 0 additions & 17 deletions python/examples/02-interval-task/main.py

This file was deleted.

22 changes: 0 additions & 22 deletions python/examples/03-multiple-agents/main.py

This file was deleted.

19 changes: 0 additions & 19 deletions python/examples/04-storage/main.py

This file was deleted.

28 changes: 0 additions & 28 deletions python/examples/05-send-msg/main.py

This file was deleted.

68 changes: 0 additions & 68 deletions python/examples/06-send-tokens/main.py

This file was deleted.

Loading
Loading