initial ai chat src

This commit is contained in:
Thomas Krijnen
2026-04-01 15:33:23 +02:00
parent 39a376df95
commit f6c6203408
6 changed files with 851 additions and 17 deletions
+10
View File
@@ -0,0 +1,10 @@
IfcOpenShell AI Assistant
=========================
A web-based client-side (pyodide + OpenAI API) model interrogation and generation API based on: ifcedit, ifcquery and ifcmcp (ifcopenshell-mcp) packaged in a HTML+JS application.
### Setup instructions
```
pip download ifcquery==0.8.5 ifcopenshell-mcp==0.8.5 ifcedit==0.8.5 lark==1.3.1 isodate==0.7.2 --no-deps -d ./dist
```