1 Commits
v3.0 ... v4.0

Author SHA1 Message Date
7355608
32f05448af Final minimal strategy 2026-07-03 22:20:29 +08:00
3 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
FROM alpine:latest FROM alpine:latest
WORKDIR /workspace WORKDIR /workspace
ENTRYPOINT ["echo", "ready"] ENTRYPOINT ["echo", "agent ready"]

View File

@@ -1 +0,0 @@
# P800 vLLM Agent

1
main.py Normal file
View File

@@ -0,0 +1 @@
print("Agent ready")