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 all 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
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