@inkeep/create-agents 0.0.0-dev-20260224191322 → 0.0.0-dev-20260224193013

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -48,7 +48,7 @@ pnpm dev
48
48
 
49
49
  The Visual Builder will auto-open at http://localhost:3000.
50
50
 
51
- ### Step 4: Chat with your agent
51
+ ### Step 4: Login to the Visual Builder
52
52
 
53
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.
54
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/create-agents",
3
- "version": "0.0.0-dev-20260224191322",
3
+ "version": "0.0.0-dev-20260224193013",
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.0.0-dev-20260224191322"
36
+ "@inkeep/agents-core": "0.0.0-dev-20260224193013"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/degit": "^2.8.6",