-
Notifications
You must be signed in to change notification settings - Fork 261
update default TwitterActions and RedditActions #123
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
Conversation
echo-yiyiyi
left a comment
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.
Thanks very much for your contribution! Left some tiny comments.
And another suggestion is could you also add the new method in the documentation here(https://github.com/camel-ai/oasis/blob/main/docs/key_modules/actions.mdx)?
oasis/social_platform/typing.py
Outdated
| PURCHASE_PRODUCT = "purchase_product" | ||
|
|
||
| @classmethod | ||
| def get_twitter_actions(cls): |
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.
Maybe get_default_twitter_actions here? WDYT?
oasis/social_platform/typing.py
Outdated
| ] | ||
|
|
||
| @classmethod | ||
| def get_reddit_actions(cls): |
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.
Same as above.
|
Thank you for your suggestion. I did overlook the follow-up regarding the docs, and I will make improvements going forward. Btw, |
In this PR, I fix issue #112 by adding an Interview action that allows us to interview agents with specific prompts. This helps us better track the states of agents, and ensures that their memory is not updated during the interview.
…eafault_actiontype_list
echo-yiyiyi
left a comment
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.
LGTM! Thanks @Raysin-cn very much for contribution.
No description provided.