feat(agent): add index bootstrap and answer feedback

This commit is contained in:
2026-09-16 22:40:06 +02:00
parent fc656188cf
commit c005b9b306
19 changed files with 757 additions and 41 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ COPY web/ ./web/
EXPOSE 8080
CMD ["python", "-m", "agent.cli", "serve", "--host", "0.0.0.0"]
CMD ["sh", "-c", "python -m agent.bootstrap && exec python -m agent.cli serve --host 0.0.0.0"]