-
Notifications
You must be signed in to change notification settings - Fork 271
feat: Add dynamic user profile agent #158
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi! @zhjuzi Can you provide a example code in the examples to show how your added feature works? |
| from oasis.social_platform.platform import Platform | ||
| from oasis.social_platform.typing import (ActionType, DefaultPlatformType, | ||
| RecsysType) | ||
| from oasis.user_profile_agent.agent import PreferenceAgent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pull this branch locally. This part can not be imported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry!I actually missed this file 😭
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
139863f to
45f9fb3
Compare
f7f7518 to
8a891ab
Compare
8a891ab to
166ccbb
Compare

feat: Add dynamic user profile agent
Key Features:
Files Modified:
Files Added:
Closes #95