Skip to content

Commit 8effbc1

Browse files
SWE Destroyerclaude
andcommitted
docs: add hello world function to README.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c7162a6 commit 8effbc1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ The REST API documentation can be found on [docs.gp.scale.com](https://docs.gp.s
2121
pip install agentex-sdk
2222
```
2323

24+
## Hello World
25+
26+
A simple hello world example to get started with the Agentex SDK:
27+
28+
```python
29+
def hello_world():
30+
print("Hello, World!")
31+
32+
hello_world()
33+
```
34+
2435
## Usage
2536

2637
The full API of this library can be found in [api.md](api.md).

0 commit comments

Comments
 (0)