keepme-backend / src /services

Commit History

refactor WebRTC and WebSocket services to remove user_id dependency from session management
ad024aa

ramanjitsingh1368 commited on

refactor conversation handling to remove user_id dependency and update schemas for name and email
b8bc03f

ramanjitsingh1368 commited on

refactor authentication flow by removing unused middleware and simplifying user sign-in response
d697ce3

narinder1231 commited on

refactor user model and schemas to consolidate name fields and remove signup schema
fcfe4b3

ramanjitsingh1368 commited on

enhance meeting availability response format for better readability
33f965d

ramanjitsingh1368 commited on

Add error handling to semantic_search method in FileService to give ai context
091afc0

ramanjitsingh1368 commited on

Add pytz dependency and enhance meeting time handling with timezone support
197512a

ramanjitsingh1368 commited on

Add WebSocket routing for conversation handling and refactor controllers
269b3c2

ramanjitsingh1368 commited on

Refactor URL construction in MeetingService; improve WebSocketService URI handling
e234fba

ramanjitsingh1368 commited on

Refactor Dockerfile and clean up unused schemas; update Redis client initialization and environment configuration
a3aa6c1

ramanjitsingh1368 commited on

Add Redis integration for session management and update WebSocket handling
00662bb

ramanjitsingh1368 commited on

Add conversation history handling to WebRTC and WebSocket services
33fe7cc

ramanjitsingh1368 commited on

Update timezone descriptions in OpenAI tools for clarity and regional calendar usage
c5b40ef

ramanjitsingh1368 commited on

Enhance WebSockets message passing by using structured input/output
9342992

ramanjitsingh1368 commited on

Enhance error handling in MeetingService to improve response messaging and code clarity
98362b1

ramanjitsingh1368 commited on

Integrate Schedule meeting functionality with AI Bot
3f2f6d9

ramanjitsingh1368 commited on

Add method to retrieve available salesperson meetings from HubSpot API
1fdd1ef

ramanjitsingh1368 commited on

Add MeetingController and MeetingService for scheduling and managing meetings; implement availability checks and booking functionality
ec47532

ramanjitsingh1368 commited on

Rename websocket parameter to client_websocket in handle_text_conversation_with_openai_websockets for clarity
cc5642a

ramanjitsingh1368 commited on

Refactor conversation handling to remove request dependency and update user retrieval method; adjust schemas to remove ephemeral_key from CreateWebrtcConnectionSchema while retaining it in response.
1c4497b

narinder1231 commited on

Enhance WebSocket handling for text conversations
d4f6849

ramanjitsingh1368 commited on

Improve conversation handling to remove ephemeral_key from frontend and enforce modality validation
4267717

ramanjitsingh1368 commited on

Add MeetingController and related schemas and services for meeting management
5e720ea

ramanjitsingh1368 commited on

Improve conversation and file controllers to use schema validation and improve WebSocket handling
af7af6c

ramanjitsingh1368 commited on

Improve Conversation and File API routers to enforce authentication dependencies
14bfd4c

ramanjitsingh1368 commited on

Improve file and conversation services to use repository pattern
1e0a76d

ramanjitsingh1368 commited on

Implement WebSocket service for handling conversations and integrate OpenAI client for text generation
2efe331

ramanjitsingh1368 commited on

Refactor user ID handling in conversation and file controllers; update models to use user links instead of IDs
562d1b9

ramanjitsingh1368 commited on

Enhance signin functionality to log client IP address and update user session creation with device IP address
e1e6967

narinder1231 commited on

Add error handling in authentication middleware and improve session expiration check
862aa9a

narinder1231 commited on

add is_session_expired method in session service
d2b1eb6

narinder1231 commited on

Add AuthService for user authentication and session management
1bc36c9

narinder1231 commited on

Add SessionService for managing user sessions
5e2b9a0

narinder1231 commited on

Add UserService for user management operations
3253802

narinder1231 commited on

Implement a feature to communicate with openai realtime api using text modality
17f9ecb

ramanjitsingh1368 commited on

Add logic to upsert the file content in vector store
d27bf13

ramanjitsingh1368 commited on

Integrate RAG System into AIVoiceService
4cfcfb1

ramanjitsingh1368 commited on

Add Pinecone integration with API routes
dfee664

ramanjitsingh1368 commited on

Implement AI voice controller and OpenAI client integration with API and WebSocket routes
b2fc939

ramanjitsingh1368 commited on

Add initial project structure with configuration and logging setup
76ea68f

ramanjitsingh1368 commited on