Commit History

feat: integrate Maritaca AI Sabiá-3 with Drummond agent
dc1e705

anderson-ufrj commited on

fix: add debug logging to identify Drummond agent initialization issues
f81934c

anderson-ufrj commited on

fix: resolve Drummond agent initialization by adding required capabilities parameter
5e8dbb9

anderson-ufrj commited on

fix: simplify chat routing and fix agent initialization
5f3d097

anderson-ufrj commited on

fix: update chat endpoint to work with new AgentMessage structure
8a17ef0

anderson-ufrj commited on

fix: remove duplicate prefix from chat router
bc8d95a

anderson-ufrj commited on

fix: temporarily disable URL pattern validation to debug 400 errors
8aa60a3

anderson-ufrj commited on

fix: expand header whitelist for API authentication and caching headers
ac4a861

anderson-ufrj commited on

fix: validate only URL path and query, not full URL with protocol
71ebb65

anderson-ufrj commited on

fix: add HuggingFace proxy headers to security middleware whitelist
e63663c

anderson-ufrj commited on

fix: relax security middleware header validation
5765075

anderson-ufrj commited on

fix: add missing ConversationContext class and fix import path
7878f71

anderson-ufrj commited on

fix: resolve encoding and monitoring configuration issues
0bfbae0

anderson-ufrj commited on

fix: configure uvicorn proxy headers for HuggingFace deployment
386e9aa

anderson-ufrj commited on

fix: configure uvicorn to accept proxy headers for HuggingFace Spaces
39c13e4

anderson-ufrj commited on

fix: disable TrustedHostMiddleware for HuggingFace Spaces compatibility
05ab472

anderson-ufrj commited on

fix: add HuggingFace domains to TrustedHostMiddleware for production
7b9a6bc

anderson-ufrj commited on

merge: integrate conversational AI changes from main branch
46e9215

anderson-ufrj commited on

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

anderson-ufrj commited on

fix: remove non-existent get_api_router import
cef3158

anderson-ufrj commited on

fix: correct import in api __init__.py
ea69bb9

anderson-ufrj commited on

fix(deps): add email-validator for Pydantic email validation
6c2240e

anderson-ufrj commited on

fix: correct import name for get_current_optional_user
7463232

anderson-ufrj commited on

fix: correct chat service import and initialization
100d32c

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: add pagination.py to git
02f0242

anderson-ufrj commited on

feat(api): create models module with pagination exports
b39bef0

anderson-ufrj commited on

feat(exceptions): add CacheError exception class
0660b64

anderson-ufrj commited on

fix: remove incorrect CacheService import from chat service
ca5189c

anderson-ufrj commited on

fix: resolve UTF-8 encoding error in services module
46794cd

anderson-ufrj commited on

feat(api): create dependencies module for common API dependencies
b6b458c

anderson-ufrj commited on

fix(deps): add PyJWT for authentication middleware
615583f

anderson-ufrj commited on

fix(deps): add scipy for spectral analysis
5b75b88

anderson-ufrj commited on

fix: resolve UTF-8 encoding error in ML module
f519368

anderson-ufrj commited on

fix(deps): add redis package for instrumentation
ce4becd

anderson-ufrj commited on

fix(deps): add deprecated package for Jaeger exporter
56b7519

anderson-ufrj commited on

fix(deps): adjust opentelemetry-exporter-jaeger version constraint
cd6ab5a

anderson-ufrj commited on

fix(deps): add OpenTelemetry dependencies for monitoring
f0207b1

anderson-ufrj commited on

fix: add missing dependencies to requirements.txt
52fa732

anderson-ufrj commited on

fix: resolve encoding error in src/api/__init__.py
c24bc29

anderson-ufrj commited on

fix: correct import error in src/__init__.py
6bf6f87

anderson-ufrj commited on

fix: correct import error in src/__init__.py
e823f6f

anderson-ufrj commited on

feat: enable full API with WebSocket support for HuggingFace deployment
983dff8

anderson-ufrj commited on

feat: enable full API with WebSocket support for HuggingFace deployment
190c7c3

anderson-ufrj commited on

fix: resolve time module import error in investigation methods
35daf5a

anderson-ufrj commited on

fix: resolve time module import error in investigation methods
07c36c9

anderson-ufrj commited on

feat(backend): expand API to support multiple data sources
db44c2f

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