Skip to content

Commit 93699ab

Browse files
authored
Tweak readme (#9)
1 parent 8397841 commit 93699ab

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44

55
SandboxAI is an open source runtime for securely executing AI-generated Python code and shell commands in isolated sandboxes.
66

7-
* **Easy to self-host**
7+
* **Self-host**
88
* Docker based single host backend
9-
* Kubernetes based multi-node backend
10-
* ** Python SDK**
11-
* `pip install sandboxai-client` is all you need.
9+
* Kubernetes based multi-node backend (coming soon)
10+
* **Simple SDK**
11+
* `pip install sandboxai-client` is all you need
12+
* Go SDK included
1213
* **Container based**
1314
* You define the environment
1415
* Integrate with existing tooling
1516
* **Flexible control**
1617
* Full-agency - Set the agent loose within the container
1718
* Limited-agency - Give the agent access to specific commands
18-
* **Open REST API**
19-
* Use the official Python or Go client
19+
* **Open API**
20+
* Simple RESTful interface
2021
* Generate your own client from the API spec
2122

2223
## Architecture

0 commit comments

Comments
 (0)