feat: implemented wrapper and pdf doc page

This commit is contained in:
Furqan-14
2026-05-22 15:47:48 +05:30
parent d4fe33b007
commit fe627f4e19
55 changed files with 5074 additions and 101 deletions
+24
View File
@@ -184,8 +184,32 @@ SKIP_WASM=1 ./scripts/test_phase0.sh
---
## Automated Convenience Scripts
We have created several PowerShell scripts in the `scripts/` directory to automate setting up the MSVC compiler environments, building, running tests, and starting the FastAPI gateway server. You can run these from the project root:
* **Build C++ Engine & Python Bindings**:
```powershell
powershell -ExecutionPolicy Bypass -File scripts/build_cpp.ps1
```
* **Run C++ Core Unit Tests**:
```powershell
powershell -ExecutionPolicy Bypass -File scripts/test_cpp.ps1
```
* **Run Gateway pytest Integration Tests**:
```powershell
powershell -ExecutionPolicy Bypass -File scripts/test_gateway.ps1
```
* **Start the Local FastAPI Dev Server**:
```powershell
powershell -ExecutionPolicy Bypass -File scripts/start_gateway.ps1
```
---
## Quick Reference
```powershell
cmake --preset windows-debug
cmake --build --preset windows-debug