Commit 10272d2
authored
chore: remove web-harness and update rollup to fix vulnerability (#463)
* fix: prevent spurious agent startup in dev mode and remove tiktoken dep
When running `agentcore dev` with multiple agents, useDevServer would
start the first agent's server before the user selected one, because
getDevConfig defaults to agents[0] when agentName is undefined. Guard
config resolution on agentName being set so the server only starts
after explicit selection.
Also remove tiktoken from the LangChain template dependencies as the
package no longer resolves correctly.
* chore: remove web-harness and update rollup to fix vulnerability1 parent ca5644f commit 10272d2
File tree
40 files changed
+103
-4996
lines changed- src/cli
- web-harness
- mocks
- demo-workspace
- empty-workspace
40 files changed
+103
-4996
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 59 | | |
71 | 60 | | |
72 | 61 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments