Skip to content

Commit ed70d30

Browse files
feat(python-client): add example for RA-TLS supported server
- Custom RA-TLS compatible API - Example python client demonstrating ecosystem calls
1 parent 067aa71 commit ed70d30

File tree

7 files changed

+1462
-898
lines changed

7 files changed

+1462
-898
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ wheels/
1515
.vscode
1616
.DS_Store
1717

18+
# Python client
19+
*.pem
1820

1921
# sqlite
20-
*.db
22+
*.db

examples/python-client/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
# Install and run
12

2-
```python3.12 -m backend.ra_tls_main```
3+
```uv sync --frozen --all-extras```
4+
5+
```uv pip install -e "../..[rag,social,tee,a2a,ingestion]"```
6+
7+
```uv run python -m backend.ra_tls_main```
8+
9+
```uv run python -m client.client_test```
310

411
# Docker commands
512

0 commit comments

Comments
 (0)