@inkeep/create-agents 0.53.0 → 0.53.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 +6 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -40,23 +40,19 @@ Ensure Docker Desktop (or Docker daemon) is running before running the setup scr
|
|
|
40
40
|
pnpm setup-dev
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
Or if you are using a cloud database, you can skip the local Docker database startup by running:
|
|
44
|
-
|
|
45
|
-
```bash
|
|
46
|
-
pnpm setup-dev:cloud
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
Make sure your `INKEEP_AGENTS_MANAGE_DATABASE_URL` and `INKEEP_AGENTS_RUN_DATABASE_URL` environment variables are configured in `.env` for your cloud databases.
|
|
50
|
-
|
|
51
43
|
### Step 3: Launch the dev environment
|
|
52
44
|
|
|
53
45
|
```bash
|
|
54
46
|
pnpm dev
|
|
55
47
|
```
|
|
56
48
|
|
|
57
|
-
The Visual Builder will auto-open at http://localhost:3000.
|
|
49
|
+
The Visual Builder will auto-open at http://localhost:3000.
|
|
50
|
+
|
|
51
|
+
### Step 4: Login to the Visual Builder
|
|
52
|
+
|
|
53
|
+
Use the credentials from your root `.env` file (`INKEEP_AGENTS_MANAGE_UI_USERNAME` and `INKEEP_AGENTS_MANAGE_UI_PASSWORD`) to log in when the Visual Builder opens.
|
|
58
54
|
|
|
59
|
-
### Step
|
|
55
|
+
### Step 5: Chat with your agent
|
|
60
56
|
|
|
61
57
|
Navigate to the **Activities Planner** agent at http://localhost:3000 and ask about fun activities at a location of your choice:
|
|
62
58
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/create-agents",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.1",
|
|
4
4
|
"description": "Create an Inkeep Agent Framework project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"degit": "^2.8.4",
|
|
34
34
|
"fs-extra": "^11.0.0",
|
|
35
35
|
"picocolors": "^1.0.0",
|
|
36
|
-
"@inkeep/agents-core": "0.53.
|
|
36
|
+
"@inkeep/agents-core": "0.53.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/degit": "^2.8.6",
|