Skip to content

Commit b8d29c8

Browse files
committed
chore: update README
1 parent 8ed6cdf commit b8d29c8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,24 @@
1313
OpenAgent is a framework for rapidly launching functional AI agents powered by Open.
1414
It equips AI agents with verifiable compute, enabling them to execute complex, intensive, or high-sensitivity operations with precision and reliability, such as DeFAI and DeSci.
1515

16-
<p align="center">
17-
<img src="https://raw.githubusercontent.com/webisopen/OpenAgent/main/public/architecture.png" alt="OpenAgent Architecture">
18-
</p>
16+
![OpenAgent Architecture](https://raw.githubusercontent.com/webisopen/OpenAgent/main/public/architecture.png)
1917

2018
For more information, please visit the [OpenAgent docs](https://docs.open.network/guide/openstack/openagent).
2119

2220
## Initial Setup
2321

2422
### Prerequisites
2523

26-
Install [uv](https://github.com/astral-sh/uv) based on your operating system.
24+
Install [poetry](https://python-poetry.org/docs/) based on your operating system.
2725

2826
### Install Dependencies
2927

3028
```bash
31-
uv sync
29+
poetry install
3230
```
3331

3432
### Run the project
3533

3634
```bash
37-
uv run main.py
38-
```
35+
poetry run python main.py
36+
```

0 commit comments

Comments
 (0)