You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Priyanka Punukollu 134c481e2c fix: add error_count to /metrics endpoint 4 months ago
..
data feat: complete property_tracker CRUD with SQLite — full agent access 4 months ago
evals docs: add eval dataset README as open source contribution documentation 4 months ago
scripts feat: add persistent chat history and clear button 4 months ago
tools fix: strategy simulator uses user assumptions not hardcoded predictions 4 months ago
verification feat(agent): add login page, live thinking steps, and UI polish 4 months ago
.env.example feat(agent): add login page, live thinking steps, and UI polish 4 months ago
.gitignore feat(agent): add login page, live thinking steps, and UI polish 4 months ago
Procfile feat(agent): add login page, live thinking steps, and UI polish 4 months ago
chat_ui.html fix: defer chat history restore until DOM is ready — restoreSession and autoResumeSession now run after DOMContentLoaded so chat container exists before messages are appended 4 months ago
eval_results.md feat: UI polish, chat persistence, auth, parallel evals — 60/60 passing 4 months ago
graph.py fix: close routing gaps from Railway logs — prize/prise misspellings, how many shares, rental yield, salary raise comparison, capabilities query, full portfolio summary all route correctly 4 months ago
login.html fix: add demo credentials hint on login page — shows test@example.com / password 4 months ago
main.py fix: add error_count to /metrics endpoint 4 months ago
pytest.ini fix: restore 126 tests — add conftest mock for teleport API, fix async config 4 months ago
railway.toml feat(agent): add login page, live thinking steps, and UI polish 4 months ago
requirements.txt fix: pin bcrypt<4.1 to restore /auth/login — passlib incompatible with bcrypt 4.1+, caused 500 on login and blocked /chat/steps 4 months ago
seed_demo.py feat(agent): add login page, live thinking steps, and UI polish 4 months ago
state.py feat: UI polish, chat persistence, auth, parallel evals — 60/60 passing 4 months ago