@agent-native/core 0.177.1-nightly-20260908185601 → 0.177.1

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 CHANGED
@@ -76,14 +76,20 @@ See Agent-Native in action:
76
76
 
77
77
  https://github.com/user-attachments/assets/ef51644b-6506-46d8-8083-0af7b7e5b65c
78
78
 
79
+ <br />
80
+
79
81
  ## Open-source agents
80
82
 
81
83
  Start from one of these agents or use it as an example for your own.
82
84
 
85
+ <br />
86
+
83
87
  <table>
84
88
  <tr>
85
89
  <td width="33%" align="center" valign="top">
86
90
 
91
+ <br />
92
+
87
93
  **Clips**
88
94
 
89
95
  <a href="https://agent-native.com/apps/clips/">
@@ -95,9 +101,13 @@ Start from one of these agents or use it as an example for your own.
95
101
 
96
102
  Record and understand meetings, screens, and voice notes.
97
103
 
104
+ <br />
105
+
98
106
  </td>
99
107
  <td width="33%" align="center" valign="top">
100
108
 
109
+ <br />
110
+
101
111
  **Design**
102
112
 
103
113
  <a href="https://agent-native.com/apps/design/">
@@ -109,9 +119,13 @@ Record and understand meetings, screens, and voice notes.
109
119
 
110
120
  Generate and refine interactive designs.
111
121
 
122
+ <br />
123
+
112
124
  </td>
113
125
  <td width="33%" align="center" valign="top">
114
126
 
127
+ <br />
128
+
115
129
  **Slides**
116
130
 
117
131
  <a href="https://agent-native.com/apps/slides/">
@@ -123,11 +137,15 @@ Generate and refine interactive designs.
123
137
 
124
138
  Create and edit on-brand presentations.
125
139
 
140
+ <br />
141
+
126
142
  </td>
127
143
  </tr>
128
144
  <tr>
129
145
  <td width="33%" align="center" valign="top">
130
146
 
147
+ <br />
148
+
131
149
  **Analytics**
132
150
 
133
151
  <a href="https://agent-native.com/apps/analytics/">
@@ -139,9 +157,13 @@ Create and edit on-brand presentations.
139
157
 
140
158
  Ask questions of your data and build dashboards.
141
159
 
160
+ <br />
161
+
142
162
  </td>
143
163
  <td width="33%" align="center" valign="top">
144
164
 
165
+ <br />
166
+
145
167
  **Calendar**
146
168
 
147
169
  <a href="https://agent-native.com/apps/calendar/">
@@ -153,9 +175,13 @@ Ask questions of your data and build dashboards.
153
175
 
154
176
  Find time, schedule events, and manage bookings.
155
177
 
178
+ <br />
179
+
156
180
  </td>
157
181
  <td width="33%" align="center" valign="top">
158
182
 
183
+ <br />
184
+
159
185
  **Mail**
160
186
 
161
187
  <a href="https://agent-native.com/apps/mail/">
@@ -167,11 +193,15 @@ Find time, schedule events, and manage bookings.
167
193
 
168
194
  Prioritize email, draft replies, and follow up.
169
195
 
196
+ <br />
197
+
170
198
  </td>
171
199
  </tr>
172
200
  <tr>
173
201
  <td width="33%" align="center" valign="top">
174
202
 
203
+ <br />
204
+
175
205
  **Assets**
176
206
 
177
207
  <a href="https://agent-native.com/apps/assets/">
@@ -183,9 +213,13 @@ Prioritize email, draft replies, and follow up.
183
213
 
184
214
  Create and organize on-brand media.
185
215
 
216
+ <br />
217
+
186
218
  </td>
187
219
  <td width="33%" align="center" valign="top">
188
220
 
221
+ <br />
222
+
189
223
  **Content**
190
224
 
191
225
  <a href="https://agent-native.com/apps/content/">
@@ -197,8 +231,27 @@ Create and organize on-brand media.
197
231
 
198
232
  Draft, organize, and publish content.
199
233
 
234
+ <br />
235
+
236
+ </td>
237
+ <td width="33%" align="center" valign="top">
238
+
239
+ <br />
240
+
241
+ **Plans**
242
+
243
+ <a href="https://agent-native.com/apps/plan/">
244
+ <picture>
245
+ <source media="(prefers-color-scheme: dark)" srcset="https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fe89439e917044fc9ac9663737e35bf1f?format=webp&width=800">
246
+ <img src="https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F98427229c8c84c30afee56172503c294?format=webp&width=800" alt="Plans app screenshot" width="100%">
247
+ </picture>
248
+ </a>
249
+
250
+ Create and review visual plans with diagrams, wireframes, and prototypes.
251
+
252
+ <br />
253
+
200
254
  </td>
201
- <td width="33%"></td>
202
255
  </tr>
203
256
  </table>
204
257
 
@@ -26,8 +26,8 @@ export declare const getCollabState: import("h3").EventHandlerWithFetch<import("
26
26
  * Body: { update: string (base64), requestSource?: string }
27
27
  */
28
28
  export declare const postCollabUpdate: import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<{
29
- ok?: undefined;
30
29
  error: string;
30
+ ok?: undefined;
31
31
  } | {
32
32
  error?: undefined;
33
33
  ok: boolean;
@@ -13,8 +13,8 @@
13
13
  * Body: { json: any, fieldName?: string, type?: "map"|"array", requestSource?: string }
14
14
  */
15
15
  export declare const postCollabJson: import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<{
16
- error: string;
17
16
  ok?: undefined;
17
+ error: string;
18
18
  } | {
19
19
  error?: undefined;
20
20
  ok: boolean;
@@ -3,18 +3,18 @@ declare const _default: import("../../action.js").ActionDefinition<{
3
3
  url?: string;
4
4
  filename?: string;
5
5
  }, {
6
- id?: undefined;
7
6
  error: string;
8
7
  configured?: undefined;
9
8
  connectPath?: undefined;
10
9
  url?: undefined;
10
+ id?: undefined;
11
11
  provider?: undefined;
12
12
  } | {
13
- id?: undefined;
14
13
  error: string;
15
14
  configured: boolean;
16
15
  connectPath: string;
17
16
  url?: undefined;
17
+ id?: undefined;
18
18
  provider?: undefined;
19
19
  } | {
20
20
  error?: undefined;
@@ -43,8 +43,8 @@ export declare function createObservabilityHandler(): import("h3").EventHandlerW
43
43
  } | {
44
44
  summary: import("./types.js").TraceSummary;
45
45
  spans: import("./types.js").TraceSpan[];
46
- id?: undefined;
47
46
  error?: undefined;
47
+ id?: undefined;
48
48
  ok?: undefined;
49
49
  } | {
50
50
  summary?: undefined;
@@ -55,13 +55,13 @@ export declare function createObservabilityHandler(): import("h3").EventHandlerW
55
55
  } | {
56
56
  summary?: undefined;
57
57
  spans?: undefined;
58
- id?: undefined;
59
58
  error: any;
59
+ id?: undefined;
60
60
  ok?: undefined;
61
61
  } | {
62
62
  summary?: undefined;
63
63
  spans?: undefined;
64
- id?: undefined;
65
- error?: undefined;
66
64
  ok: boolean;
65
+ error?: undefined;
66
+ id?: undefined;
67
67
  }>>;
@@ -15,6 +15,6 @@ export declare function createProgressHandler(): import("h3").EventHandlerWithFe
15
15
  error: string;
16
16
  ok?: undefined;
17
17
  } | {
18
- ok: boolean;
19
18
  error?: undefined;
19
+ ok: boolean;
20
20
  }>>;
@@ -7,6 +7,11 @@ description: "Create an agent with a chat UI and call the same action from the a
7
7
 
8
8
  <GettingStartedPaths />
9
9
 
10
+ Agent-Native is an open-source TypeScript framework for building autonomous
11
+ agents with intuitive UIs. You define each capability once as an
12
+ [action](/docs/actions-overview)—a typed function the agent uses as a tool and
13
+ the UI calls from code.
14
+
10
15
  In this guide, you'll create an agent with a chat UI and call its included
11
16
  `hello` action from the agent and the UI.
12
17
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: "What is Agent-Native?"
3
- description: "What Agent-Native is, how its shared action architecture works, and when to build an app this way."
3
+ description: "What Agent-Native is, why agents need UIs, how its shared action architecture works, and when to use it."
4
4
  ---
5
5
 
6
6
  # What is Agent-Native?
@@ -81,7 +81,7 @@ the same work.
81
81
 
82
82
  ### [Getting Started](/docs/getting-started)
83
83
 
84
- Create an app and call the same action from the agent and UI.
84
+ Create an agent with a UI and call the same action from the agent and UI.
85
85
 
86
86
  ### [Key Concepts](/docs/key-concepts)
87
87
 
@@ -90,11 +90,11 @@ together.
90
90
 
91
91
  ### [Agent Surfaces](/docs/agent-surfaces)
92
92
 
93
- See how the same model supports apps led by a UI, chat, automation, or another
94
- agent.
93
+ See how agents work through a UI, chat, automation, or another agent.
95
94
 
96
95
  ### [Templates](/docs/cloneable-saas)
97
96
 
98
- Start from a complete SaaS product instead of building up from Chat.
97
+ Start from a complete open-source agent with a UI instead of starting from
98
+ scratch.
99
99
 
100
100
  </Cards>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/core",
3
- "version": "0.177.1-nightly-20260908185601",
3
+ "version": "0.177.1",
4
4
  "description": "The agentic application framework for building autonomous agents with intuitive UIs",
5
5
  "homepage": "https://github.com/BuilderIO/agent-native#readme",
6
6
  "bugs": {
@@ -439,8 +439,8 @@
439
439
  "y-protocols": "^1.0.7",
440
440
  "yjs": "^13.6.32",
441
441
  "zod": "^4.3.6",
442
- "@agent-native/recap-cli": "0.5.26",
443
- "@agent-native/toolkit": "^0.19.5-nightly-20260908185601"
442
+ "@agent-native/recap-cli": "0.5.27",
443
+ "@agent-native/toolkit": "^0.19.5"
444
444
  },
445
445
  "devDependencies": {
446
446
  "@ai-sdk/anthropic": "^3.0.71",