Skip to content

Commit 1eba7d4

Browse files
committed
⭐️ Agent Market phase 1
1 parent 9f5585f commit 1eba7d4

File tree

13 files changed

+1326
-71
lines changed

13 files changed

+1326
-71
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.idea
2-
.gitignore
32
/.env
43
.vscode
54

doc/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules/
2+
pnpm-lock.yaml
3+
docs/.vitepress/cache
4+
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)