You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a couple things:
* Linting pre-commit step was broken cuz it referenced sgp-app
* Vscode auto-sort imports settings were conflicting with eslint's auto
import sorting
* A couple references to sgp-app in docs
* `agentex-auth` was referenced as a package in the uv lock
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ The installation was successful if you see help output after you run `agentex -h
78
78
79
79
Before you share your agents with other people (or your company), you'll want a fully isolated developer sandbox. This allows you to freely develop agents without affecting anyone else or be affected by anyone else.
80
80
81
-
To do this, you just need to spin up the [Agentex Server](https://github.com/scaleapi/scale-agentex/tree/main/agentex) and a [Developer UI](https://github.com/scaleapi/scale-agentex/tree/main/agentex-sgp-app) which allows you to interact with your agent nicely. This way you'll know how your agent feels in a simple UI.
81
+
To do this, you just need to spin up the [Agentex Server](https://github.com/scaleapi/scale-agentex/tree/main/agentex) and a [Developer UI](https://github.com/scaleapi/scale-agentex/tree/main/agentex-ui) which allows you to interact with your agent nicely. This way you'll know how your agent feels in a simple UI.
82
82
83
83
> Each agent also ships with a `dev.ipynb` notebook for those uninterested in a UI, but more on that later
84
84
@@ -116,7 +116,7 @@ Then, open up a second terminal. Then run the following commands.
116
116
*Note: you should run these commands at the root of this repository.*
117
117
118
118
```bash
119
-
cd agentex-sgp-app/
119
+
cd agentex-ui/
120
120
# Install dependencies (see Makefile for details)
121
121
make install
122
122
# Starts web interface on localhost (default port 3000)
0 commit comments