Skip to content

Commit 042865b

Browse files
authored
Add convenience builders for agents + some tests (#672)
Add convenience builders for agents + some tests (smoke and otherwise) Bonus: - updated the github actions to run the smoketests when sdk.ts changes - fix some other internal examples to use 'runloop' instead of 'sdk' to match our other docs
1 parent 99f81b6 commit 042865b

4 files changed

Lines changed: 842 additions & 27 deletions

File tree

.github/workflows/sdk-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: SDK Smoke Tests & Coverage Check
33
on:
44
pull_request:
55
paths:
6+
- 'src/sdk.ts'
67
- 'src/sdk/**'
78
- 'tests/smoketests/object-oriented/**'
89
workflow_dispatch:

0 commit comments

Comments
 (0)