Skip to content

Commit 3df6e50

Browse files
feat: Retrieve memories in third party harnesses
1 parent a28eb6a commit 3df6e50

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 23
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta/warp-api-e752e75a35d88b84870729ef94b0c32783172983420cbff1b204ca14375553f7.yml
3-
openapi_spec_hash: 34787afc1e1c84a643431a0f0eb352ae
4-
config_hash: 5a6e285f6e3a958a887b31b972a3f49c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta/warp-api-8928c6970dcbece8f34d4853c3f195ed09337e7327a98f76c98b6f4320128d2a.yml
3+
openapi_spec_hash: 4843439a919091138edb8a66714414e8
4+
config_hash: 236823a4936c76818117c16aa5c188df

src/resources/agent/schedules.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ export interface ScheduledAgentItem {
178178
*/
179179
agent_config?: AgentAPI.AmbientAgentConfig;
180180

181+
/**
182+
* UID of the agent that this schedule runs as
183+
*/
184+
agent_uid?: string;
185+
181186
created_by?: AgentAPI.UserProfile;
182187

183188
/**

tests/api-resources/agent/schedules.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('resource schedules', () => {
5151
skill_spec: 'skill_spec',
5252
worker_host: 'worker_host',
5353
},
54-
agent_uid: 'agent_uid',
54+
agent_uid: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
5555
enabled: true,
5656
mode: 'normal',
5757
prompt: 'Review open pull requests and provide feedback',
@@ -116,7 +116,7 @@ describe('resource schedules', () => {
116116
skill_spec: 'skill_spec',
117117
worker_host: 'worker_host',
118118
},
119-
agent_uid: 'agent_uid',
119+
agent_uid: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
120120
mode: 'normal',
121121
prompt: 'prompt',
122122
});

0 commit comments

Comments
 (0)