@convex-dev/agent 0.1.0-alpha.0 → 0.1.0
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 +1 -1
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -393,7 +393,7 @@ The Playground UI is a simple way to test, debug, and develop with the agent.
|
|
|
393
393
|
- Then you can use the [hosted version on GitHub pages](https://get-convex.github.io/agent/)
|
|
394
394
|
or run it locally with `npx @convex-dev/agent-playground`.
|
|
395
395
|
|
|
396
|
-
[Playground UI Screenshot](./playground/screenshot.png)
|
|
396
|
+

|
|
397
397
|
|
|
398
398
|
## Using the Workflow component for long-lived durable workflows
|
|
399
399
|
|
package/package.json
CHANGED
|
@@ -7,10 +7,12 @@
|
|
|
7
7
|
"email": "support@convex.dev",
|
|
8
8
|
"url": "https://github.com/get-convex/agent/issues"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.1.0
|
|
10
|
+
"version": "0.1.0",
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"keywords": [
|
|
13
13
|
"convex",
|
|
14
|
+
"ai",
|
|
15
|
+
"agent",
|
|
14
16
|
"component"
|
|
15
17
|
],
|
|
16
18
|
"type": "module",
|