mirror of https://github.com/kortix-ai/suna.git
commit
1a08ab2384
|
@ -9,13 +9,13 @@ A Python SDK that enables you to create, manage, and interact with AI agents on
|
||||||
Install directly from the GitHub repository:
|
Install directly from the GitHub repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install "kortix @ git+https://github.com/kortix/suna.git@main#subdirectory=sdk"
|
pip install "kortix @ git+https://github.com/kortix-ai/suna.git@main#subdirectory=sdk"
|
||||||
```
|
```
|
||||||
|
|
||||||
Or using uv:
|
Or using uv:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
uv add "kortix @ git+https://github.com/kortix/suna.git@main#subdirectory=sdk"
|
uv add "kortix @ git+https://github.com/kortix-ai/suna.git@main#subdirectory=sdk"
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🔧 Quick Start
|
## 🔧 Quick Start
|
||||||
|
|
Loading…
Reference in New Issue