anderson-ufrj commited on
Commit
16116e2
·
1 Parent(s): 9a895bb

chore: update deploy timestamp to track main branch deployment

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -21,8 +21,9 @@ if __name__ == "__main__":
21
  # Log startup with version
22
  print("=" * 60)
23
  print(f"🚀 Starting Cidadão.AI Full Multi-Agent System v2.0")
24
- print(f"📅 Deploy timestamp: 2025-09-20 13:29:00 -03")
25
- print(f"🔧 Fixed: MasterAgent import added")
 
26
  print(f"🤖 All agents available: Drummond, Zumbi, Anita, Tiradentes, and more!")
27
  print(f"🌐 Running on port {port}")
28
  print("=" * 60)
 
21
  # Log startup with version
22
  print("=" * 60)
23
  print(f"🚀 Starting Cidadão.AI Full Multi-Agent System v2.0")
24
+ print(f"📅 Deploy timestamp: 2025-09-20 13:46:00 -03")
25
+ print(f"🔧 VERSION: MAIN BRANCH - Full multi-agent system")
26
+ print(f"✅ Fixed: Lazy initialization + MasterAgent import")
27
  print(f"🤖 All agents available: Drummond, Zumbi, Anita, Tiradentes, and more!")
28
  print(f"🌐 Running on port {port}")
29
  print("=" * 60)