Skip to content

Commit 72a0357

Browse files
feat(axon): add working directory / directory to launch agent (#8689)
1 parent cb107b1 commit 72a0357

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 115
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-5b536a11a713dd4e47b270c130368dbfdf1f30282f262c160cd0411fcd291806.yml
3-
openapi_spec_hash: f94d993a7f34461ebde7d0186e8e3c3a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-406ebae7a9b8525a70a6400f4119209fc0230f73c93f56b63ee27b43cf7e5085.yml
3+
openapi_spec_hash: 7ad158db2a73b2a9c31fce2f7f8f935a
44
config_hash: 12de9459ff629b6a3072a75b236b7b70

src/resources/shared.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ export interface BrokerMount {
178178
* The protocol used by the broker to deliver events to the agent.
179179
*/
180180
protocol?: 'acp' | 'claude_json' | null;
181+
182+
/**
183+
* Working directory in which to launch the agent binary. Defaults to the home
184+
* directory if not specified.
185+
*/
186+
working_directory?: string | null;
181187
}
182188

183189
/**

0 commit comments

Comments
 (0)