- Copy
.env.exampleto.env. - Keep
AGENTORA_USE_MOCK_OLLAMA=truefor first startup. - Start Agentora (Windows launchers or manual commands).
- In Streamlit, verify
System VersionandSystem Doctor.
python -m pip install -r requirements.txt
uvicorn app.main:app --app-dir server --host 127.0.0.1 --port 8088
AGENTORA_STREAMLIT_MODE=http AGENTORA_API_URL=http://127.0.0.1:8088 streamlit run app.pyGET /api/system/versionreturns1.0.0.GET /api/system/doctorprovides readiness details.GET /api/actions/pendingandGET /api/workflowsare reachable.