Commit ce4ed15
authored
chore: Tweak agent runner to be more general-purpose (#326)
Two changes:
1. Change the variable name from TYPESCRIPT_SESSIONS_BUCKET -> AGENT_SESSIONS_BUCKET; this makes the agent code more general purpose than *just* TS
2. Use a session prefix that is equal to the GH repo name - this enables different repositories (and forks) to not conflict with eachother
Co-authored-by: Mackenzie Zastrow <[email protected]>1 parent 3ff1e52 commit ce4ed15
File tree
2 files changed
+3
-2
lines changed- .github
- scripts/python
- workflows
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
118 | | - | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments