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 539a861d96 feat: complete observability — latency_ms, tokens, cost tracking, /metrics endpoint 1 month ago
..
data feat: complete property_tracker CRUD with SQLite — full agent access 1 month ago
evals test: expand eval dataset to 56 new cases — 20 happy path, 12 edge, 12 adversarial, 12 multi-step 1 month ago
scripts feat: add persistent chat history and clear button 1 month ago
tools fix: strategy simulator uses user assumptions not hardcoded predictions 1 month ago
verification feat(agent): add login page, live thinking steps, and UI polish 1 month ago
.env.example feat(agent): add login page, live thinking steps, and UI polish 1 month ago
.gitignore feat(agent): add login page, live thinking steps, and UI polish 1 month ago
Procfile feat(agent): add login page, live thinking steps, and UI polish 1 month ago
chat_ui.html feat(agent): complete showcase — real ACTRIS data, property tracker, 27 UI features 1 month ago
graph.py fix: route 'total net worth' to property_net_worth not wealth_portfolio_summary 1 month ago
login.html feat(agent): add login page, live thinking steps, and UI polish 1 month ago
main.py feat: complete observability — latency_ms, tokens, cost tracking, /metrics endpoint 1 month ago
pytest.ini fix: restore 126 tests — add conftest mock for teleport API, fix async config 1 month ago
railway.toml feat(agent): add login page, live thinking steps, and UI polish 1 month ago
requirements.txt fix: resolve Railway deployment crash — wealth_bridge.py used agent.tools absolute imports that fail without PYTHONPATH; add sys.path fallback pattern to work in both local and Railway environments 1 month ago
seed_demo.py feat(agent): add login page, live thinking steps, and UI polish 1 month ago
state.py feat(agent): add login page, live thinking steps, and UI polish 1 month ago