cidadao.ai-backend / src /services /chat_service.py

Commit History

refactor(performance): replace all json imports with json_utils
9730fbc

anderson-ufrj commited on

fix: use lazy initialization for agents to avoid import-time errors
58bf949

anderson-ufrj commited on

fix: resolve agent initialization error causing maintenance mode
1955e9b

anderson-ufrj Claude commited on

feat(chat): implement conversational AI capabilities in Carlos Drummond agent
12041df

anderson-ufrj commited on

fix: remove agent initialization from ChatService constructor
fc57650

anderson-ufrj commited on

fix: use cache_service instance instead of CacheService class
bb0c978

anderson-ufrj commited on

fix: remove incorrect CacheService import from chat service
ca5189c

anderson-ufrj commited on

fix: add detailed logging and error handling for chat API
c9dd90c

anderson-ufrj Claude commited on

feat(chat): implement complete conversational chat API with SSE streaming
4b8596d

anderson-ufrj commited on