Browse Source

fix: add version marker and verify deployment pipeline

Made-with: Cursor
pull/6453/head
Priyanka Punukollu 1 month ago
parent
commit
dd3ed380ce
  1. 2
      agent/main.py

2
agent/main.py

@ -592,6 +592,8 @@ async def health():
"status": "ok",
"ghostfolio_reachable": ghostfolio_ok,
"timestamp": datetime.utcnow().isoformat(),
"version": "2.0.0-complete-showcase",
"features": ["relocation_runway", "wealth_gap", "life_decision", "equity_unlock", "family_planner"],
}

Loading…
Cancel
Save