-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linkedin for OMI Web Personas #1752 #1780
base: main
Are you sure you want to change the base?
linkedin for OMI Web Personas #1752 #1780
Conversation
1/ how do you handle the profile creation / navigation when the user simply types |
Hi @beastoin , Kindly refer to the "Flow Diagram for Profile Selection" and check the screenshot in the description above. Thanks. |
1/ could you simplify the diagram? the complexity level of this simple task should not be that high. man, if you are using an AI to generate the diagram for your code, you have to make sure your code is super good and backed by the diagram from your brain. forgive me if you drew it yourself 🤯 |
Hi @beastoin , The diagram was created manually—yes, the old-fashioned way! ✍️ It was the initial design to ensure all scenarios were covered before diving into the actual code. The final code is now sleek, simple, and handles all the scenarios from the previous flow diagram. Kindly refer to the final code flow diagram. It’s as simple as it gets! 😃 Thanks! |
…d for handling OLD database
@harshithsunku can you host it anywhere and give a link? i want to test scraping of posts |
Hi @kodjima33 , I've shared the link over a mail please check. Thanks. |
1/ ✅ ok |
Hi @beastoin , @kodjima33 . Good suggestion! I had considered this during the initial design/implementation but didn’t add it since it wasn’t part of the original request. I’ll include this support now. I’m currently on a business travell and will be back on Saturday, February 22nd. I’ll get this done by February 23rd. Thanks for your understanding! Regards, |
Fixes #1752
Added LinkedIn Integration to OMI Personas
Overview
Added LinkedIn profile integration alongside existing Twitter support, enabling users to create AI personas from either platform.
Key Changes
ChatbotList
Header
Footer
InputArea
Technical Implementation
Testing Coverage ✅
Environment Variables Added
Snip from firebase:
![image](https://private-user-images.githubusercontent.com/19268623/411339507-462fcb66-aa4a-4662-8a57-5c88e07cf215.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTY4MjEsIm5iZiI6MTczOTU5NjUyMSwicGF0aCI6Ii8xOTI2ODYyMy80MTEzMzk1MDctNDYyZmNiNjYtYWE0YS00NjYyLThhNTctNWM4OGUwN2NmMjE1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA1MTUyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMxMWY1YTk4YjUyMDFmYzA0N2Y0MjUzY2U4OWEzYzJmMjk2ZjEyNjQ5OGVlMmYzMzhiMDYzY2U5ZTdjMjM2MDAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.V0qpJNpgOL6kKdq95EEr5AlG1NIQgsdfcpBS-uDf6oY)
Pop Up if profile exists in both platforms
Flow Diagram for Profile selection and creation
Flow Diagram of Code for Profile selection