@agi-cli/api 0.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +256 -0
- package/dist/generated/client/client.gen.d.ts +3 -0
- package/dist/generated/client/client.gen.d.ts.map +1 -0
- package/dist/generated/client/client.gen.js +133 -0
- package/dist/generated/client/client.gen.js.map +1 -0
- package/dist/generated/client/index.d.ts +9 -0
- package/dist/generated/client/index.d.ts.map +1 -0
- package/dist/generated/client/index.js +7 -0
- package/dist/generated/client/index.js.map +1 -0
- package/dist/generated/client/types.gen.d.ts +96 -0
- package/dist/generated/client/types.gen.d.ts.map +1 -0
- package/dist/generated/client/types.gen.js +3 -0
- package/dist/generated/client/types.gen.js.map +1 -0
- package/dist/generated/client/utils.gen.d.ts +15 -0
- package/dist/generated/client/utils.gen.d.ts.map +1 -0
- package/dist/generated/client/utils.gen.js +171 -0
- package/dist/generated/client/utils.gen.js.map +1 -0
- package/dist/generated/client.gen.d.ts +13 -0
- package/dist/generated/client.gen.d.ts.map +1 -0
- package/dist/generated/client.gen.js +5 -0
- package/dist/generated/client.gen.js.map +1 -0
- package/dist/generated/core/auth.gen.d.ts +19 -0
- package/dist/generated/core/auth.gen.d.ts.map +1 -0
- package/dist/generated/core/auth.gen.js +15 -0
- package/dist/generated/core/auth.gen.js.map +1 -0
- package/dist/generated/core/bodySerializer.gen.d.ts +18 -0
- package/dist/generated/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/generated/core/bodySerializer.gen.js +58 -0
- package/dist/generated/core/bodySerializer.gen.js.map +1 -0
- package/dist/generated/core/params.gen.d.ts +34 -0
- package/dist/generated/core/params.gen.d.ts.map +1 -0
- package/dist/generated/core/params.gen.js +89 -0
- package/dist/generated/core/params.gen.js.map +1 -0
- package/dist/generated/core/pathSerializer.gen.d.ts +34 -0
- package/dist/generated/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/generated/core/pathSerializer.gen.js +115 -0
- package/dist/generated/core/pathSerializer.gen.js.map +1 -0
- package/dist/generated/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/generated/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/generated/core/queryKeySerializer.gen.js +100 -0
- package/dist/generated/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/generated/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/generated/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/generated/core/serverSentEvents.gen.js +136 -0
- package/dist/generated/core/serverSentEvents.gen.js.map +1 -0
- package/dist/generated/core/types.gen.d.ts +79 -0
- package/dist/generated/core/types.gen.d.ts.map +1 -0
- package/dist/generated/core/types.gen.js +3 -0
- package/dist/generated/core/types.gen.js.map +1 -0
- package/dist/generated/core/utils.gen.d.ts +20 -0
- package/dist/generated/core/utils.gen.d.ts.map +1 -0
- package/dist/generated/core/utils.gen.js +88 -0
- package/dist/generated/core/utils.gen.js.map +1 -0
- package/dist/generated/index.d.ts +3 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/index.js +4 -0
- package/dist/generated/index.js.map +1 -0
- package/dist/generated/schemas.gen.d.ts +476 -0
- package/dist/generated/schemas.gen.d.ts.map +1 -0
- package/dist/generated/schemas.gen.js +480 -0
- package/dist/generated/schemas.gen.js.map +1 -0
- package/dist/generated/sdk.gen.d.ts +98 -0
- package/dist/generated/sdk.gen.d.ts.map +1 -0
- package/dist/generated/sdk.gen.js +227 -0
- package/dist/generated/sdk.gen.js.map +1 -0
- package/dist/generated/types.gen.d.ts +745 -0
- package/dist/generated/types.gen.d.ts.map +1 -0
- package/dist/generated/types.gen.js +10 -0
- package/dist/generated/types.gen.js.map +1 -0
- package/dist/index.d.ts +42 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +48 -0
- package/dist/index.js.map +1 -0
- package/dist/runtime-config.d.ts +11 -0
- package/dist/runtime-config.d.ts.map +1 -0
- package/dist/runtime-config.js +15 -0
- package/dist/runtime-config.js.map +1 -0
- package/dist/streaming.d.ts +134 -0
- package/dist/streaming.d.ts.map +1 -0
- package/dist/streaming.js +128 -0
- package/dist/streaming.js.map +1 -0
- package/dist/utils.d.ts +17 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +34 -0
- package/dist/utils.js.map +1 -0
- package/package.json +42 -0
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
import { client } from './client.gen';
|
|
3
|
+
/**
|
|
4
|
+
* Send a prompt using the ask service
|
|
5
|
+
* Streamlined endpoint used by the CLI to send prompts and receive assistant responses. Creates sessions as needed and reuses the last session when requested.
|
|
6
|
+
*/
|
|
7
|
+
export const ask = (options) => {
|
|
8
|
+
return (options.client ?? client).post({
|
|
9
|
+
responseType: 'json',
|
|
10
|
+
url: '/v1/ask',
|
|
11
|
+
...options,
|
|
12
|
+
headers: {
|
|
13
|
+
'Content-Type': 'application/json',
|
|
14
|
+
...options.headers
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* List sessions
|
|
20
|
+
*/
|
|
21
|
+
export const listSessions = (options) => {
|
|
22
|
+
return (options?.client ?? client).get({
|
|
23
|
+
responseType: 'json',
|
|
24
|
+
url: '/v1/sessions',
|
|
25
|
+
...options
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Create a new session
|
|
30
|
+
*/
|
|
31
|
+
export const createSession = (options) => {
|
|
32
|
+
return (options?.client ?? client).post({
|
|
33
|
+
responseType: 'json',
|
|
34
|
+
url: '/v1/sessions',
|
|
35
|
+
...options,
|
|
36
|
+
headers: {
|
|
37
|
+
'Content-Type': 'application/json',
|
|
38
|
+
...options?.headers
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* List messages for a session
|
|
44
|
+
*/
|
|
45
|
+
export const listMessages = (options) => {
|
|
46
|
+
return (options.client ?? client).get({
|
|
47
|
+
responseType: 'json',
|
|
48
|
+
url: '/v1/sessions/{id}/messages',
|
|
49
|
+
...options
|
|
50
|
+
});
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Send a user message and enqueue assistant run
|
|
54
|
+
*/
|
|
55
|
+
export const createMessage = (options) => {
|
|
56
|
+
return (options.client ?? client).post({
|
|
57
|
+
responseType: 'json',
|
|
58
|
+
url: '/v1/sessions/{id}/messages',
|
|
59
|
+
...options,
|
|
60
|
+
headers: {
|
|
61
|
+
'Content-Type': 'application/json',
|
|
62
|
+
...options.headers
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Subscribe to session event stream (SSE)
|
|
68
|
+
*/
|
|
69
|
+
export const subscribeSessionStream = (options) => {
|
|
70
|
+
return (options.client ?? client).sse.get({
|
|
71
|
+
responseType: 'text',
|
|
72
|
+
url: '/v1/sessions/{id}/stream',
|
|
73
|
+
...options
|
|
74
|
+
});
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Abort a running session
|
|
78
|
+
* Aborts any currently running assistant generation for the session
|
|
79
|
+
*/
|
|
80
|
+
export const abortSession = (options) => {
|
|
81
|
+
return (options.client ?? client).delete({
|
|
82
|
+
responseType: 'json',
|
|
83
|
+
url: '/v1/sessions/{sessionId}/abort',
|
|
84
|
+
...options
|
|
85
|
+
});
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* Get full configuration
|
|
89
|
+
* Returns agents, authorized providers, models, and defaults
|
|
90
|
+
*/
|
|
91
|
+
export const getConfig = (options) => {
|
|
92
|
+
return (options?.client ?? client).get({
|
|
93
|
+
responseType: 'json',
|
|
94
|
+
url: '/v1/config',
|
|
95
|
+
...options
|
|
96
|
+
});
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* Get current working directory info
|
|
100
|
+
*/
|
|
101
|
+
export const getCwd = (options) => {
|
|
102
|
+
return (options?.client ?? client).get({
|
|
103
|
+
responseType: 'json',
|
|
104
|
+
url: '/v1/config/cwd',
|
|
105
|
+
...options
|
|
106
|
+
});
|
|
107
|
+
};
|
|
108
|
+
/**
|
|
109
|
+
* Get available agents
|
|
110
|
+
*/
|
|
111
|
+
export const getAgents = (options) => {
|
|
112
|
+
return (options?.client ?? client).get({
|
|
113
|
+
responseType: 'json',
|
|
114
|
+
url: '/v1/config/agents',
|
|
115
|
+
...options
|
|
116
|
+
});
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* Get available providers
|
|
120
|
+
* Returns only providers that have been authorized
|
|
121
|
+
*/
|
|
122
|
+
export const getProviders = (options) => {
|
|
123
|
+
return (options?.client ?? client).get({
|
|
124
|
+
responseType: 'json',
|
|
125
|
+
url: '/v1/config/providers',
|
|
126
|
+
...options
|
|
127
|
+
});
|
|
128
|
+
};
|
|
129
|
+
/**
|
|
130
|
+
* Get available models for a provider
|
|
131
|
+
*/
|
|
132
|
+
export const getProviderModels = (options) => {
|
|
133
|
+
return (options.client ?? client).get({
|
|
134
|
+
responseType: 'json',
|
|
135
|
+
url: '/v1/config/providers/{provider}/models',
|
|
136
|
+
...options
|
|
137
|
+
});
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* Get git status
|
|
141
|
+
* Returns current git status including staged, unstaged, and untracked files
|
|
142
|
+
*/
|
|
143
|
+
export const getGitStatus = (options) => {
|
|
144
|
+
return (options?.client ?? client).get({
|
|
145
|
+
responseType: 'json',
|
|
146
|
+
url: '/v1/git/status',
|
|
147
|
+
...options
|
|
148
|
+
});
|
|
149
|
+
};
|
|
150
|
+
/**
|
|
151
|
+
* Get git diff for a file
|
|
152
|
+
*/
|
|
153
|
+
export const getGitDiff = (options) => {
|
|
154
|
+
return (options.client ?? client).get({
|
|
155
|
+
responseType: 'json',
|
|
156
|
+
url: '/v1/git/diff',
|
|
157
|
+
...options
|
|
158
|
+
});
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* Get git branch information
|
|
162
|
+
*/
|
|
163
|
+
export const getGitBranch = (options) => {
|
|
164
|
+
return (options?.client ?? client).get({
|
|
165
|
+
responseType: 'json',
|
|
166
|
+
url: '/v1/git/branch',
|
|
167
|
+
...options
|
|
168
|
+
});
|
|
169
|
+
};
|
|
170
|
+
/**
|
|
171
|
+
* Stage files
|
|
172
|
+
*/
|
|
173
|
+
export const stageFiles = (options) => {
|
|
174
|
+
return (options.client ?? client).post({
|
|
175
|
+
responseType: 'json',
|
|
176
|
+
url: '/v1/git/stage',
|
|
177
|
+
...options,
|
|
178
|
+
headers: {
|
|
179
|
+
'Content-Type': 'application/json',
|
|
180
|
+
...options.headers
|
|
181
|
+
}
|
|
182
|
+
});
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* Unstage files
|
|
186
|
+
*/
|
|
187
|
+
export const unstageFiles = (options) => {
|
|
188
|
+
return (options.client ?? client).post({
|
|
189
|
+
responseType: 'json',
|
|
190
|
+
url: '/v1/git/unstage',
|
|
191
|
+
...options,
|
|
192
|
+
headers: {
|
|
193
|
+
'Content-Type': 'application/json',
|
|
194
|
+
...options.headers
|
|
195
|
+
}
|
|
196
|
+
});
|
|
197
|
+
};
|
|
198
|
+
/**
|
|
199
|
+
* Commit staged changes
|
|
200
|
+
*/
|
|
201
|
+
export const commitChanges = (options) => {
|
|
202
|
+
return (options.client ?? client).post({
|
|
203
|
+
responseType: 'json',
|
|
204
|
+
url: '/v1/git/commit',
|
|
205
|
+
...options,
|
|
206
|
+
headers: {
|
|
207
|
+
'Content-Type': 'application/json',
|
|
208
|
+
...options.headers
|
|
209
|
+
}
|
|
210
|
+
});
|
|
211
|
+
};
|
|
212
|
+
/**
|
|
213
|
+
* Generate AI-powered commit message
|
|
214
|
+
* Uses AI to generate a commit message based on staged changes
|
|
215
|
+
*/
|
|
216
|
+
export const generateCommitMessage = (options) => {
|
|
217
|
+
return (options?.client ?? client).post({
|
|
218
|
+
responseType: 'json',
|
|
219
|
+
url: '/v1/git/generate-commit-message',
|
|
220
|
+
...options,
|
|
221
|
+
headers: {
|
|
222
|
+
'Content-Type': 'application/json',
|
|
223
|
+
...options?.headers
|
|
224
|
+
}
|
|
225
|
+
});
|
|
226
|
+
};
|
|
227
|
+
//# sourceMappingURL=sdk.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sdk.gen.js","sourceRoot":"","sources":["../../src/generated/sdk.gen.ts"],"names":[],"mappings":"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"}
|