Skip to content

Commit 29fb3f1

Browse files
authored
⭐️ Agent Market phase 1
2 parents 862866e + b25aecf commit 29fb3f1

File tree

12 files changed

+1323
-71
lines changed

12 files changed

+1323
-71
lines changed

doc/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ node_modules/
22
pnpm-lock.yaml
33
package-lock.json
44
docs/.vitepress/cache
5-
docs/.vitepress/dist
5+
docs/.vitepress/dist

docker/.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,6 @@ PROMETHEUS_PORT=8000
151151
TELEMETRY_SAMPLE_RATE=1.0
152152
LLM_SLOW_REQUEST_THRESHOLD_SECONDS=5.0
153153
LLM_SLOW_TOKEN_RATE_THRESHOLD=10.0
154+
155+
# Market Backend Address
156+
MARKET_BACKEND=http://localhost:8010

0 commit comments

Comments
 (0)