first commit

This commit is contained in:
2026-07-17 17:45:56 +08:00
commit 04c487823b
5873 changed files with 12227228 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Existing Agent4 API used by the current application.
VITE_API_BASE=http://127.0.0.1:7200
# Separate ANSYS simulation service. The frontend calls it directly, so the
# existing Agent4 backend does not need proxy routes.
VITE_ANSYS_API_BASE=http://127.0.0.1:7200
# Document ingestion, indexing, and query service.
VITE_KNOWLEDGE_API_BASE=http://127.0.0.1:7200