amplegest / run_studio.ps1
Viney's picture
deploy: Primer app for HF Spaces — clean orphan history
35676b4
Raw
History Blame Contribute Delete
677 Bytes
# Fix Windows console encoding (emoji support)
$env:PYTHONUTF8 = "1"
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
$langgraph = "C:\Users\vince\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts\langgraph.exe"
Write-Host "Starting LangGraph Studio (dev mode)..." -ForegroundColor Cyan
Write-Host ""
Write-Host "Studio UI -> https://smith.langchain.com/studio/?baseUrl=http://127.0.0.1:2024" -ForegroundColor Green
Write-Host "API -> http://127.0.0.1:2024" -ForegroundColor Green
Write-Host "LangSmith -> https://smith.langchain.com" -ForegroundColor Green
Write-Host ""
& $langgraph dev