-
Notifications
You must be signed in to change notification settings - Fork 100
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
Human in the loop and develop a Social Media Game #45
Open
yiyiyi0817
wants to merge
68
commits into
main
Choose a base branch
from
product
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
e895fd9
add content_id, db_path and user_path
yiyiyi0817 43209a0
change action space
yiyiyi0817 08968fb
change action spac
yiyiyi0817 3973436
update the version of camel-ai
yiyiyi0817 af6fd05
update camel-ai version
yiyiyi0817 a54b765
add retry
yiyiyi0817 0ad7d0a
let agent output emoji
yiyiyi0817 edb3a16
update prompt
yiyiyi0817 781f8e5
successful debug
yiyiyi0817 00fb9e4
mean prob, loong prob
yiyiyi0817 52b90fc
random choose profile
yiyiyi0817 9e912dc
提交
luoyou 41ed1f2
Merge branch 'product' of github.com:camel-ai/oasis into product
luoyou 70101ad
Modify code to adapt to productization
luoyou 226972f
debug agent sign up error
luoyou 81b1bfb
add redis subscribe
c3ab9d9
add redis subscribe
068496c
add redis subscribe
d338cca
update do_nothing
yiyiyi0817 d024771
调整代码
19bad3e
Merge branch 'product' of github.com:camel-ai/oasis into product
a586551
use redis start service
ae04e53
use redis start service
72677d9
改进代码
2de9892
debug
4c53e35
debug
ba65de5
add pypi version
5536e9d
add dockerfile to run
luoyou 89cc0ae
add dockerfile to run
luoyou 97cfa39
add dockerfile to run
luoyou 5122fb2
Merge branch 'product' of github.com:camel-ai/oasis into product
luoyou 5b7f1e9
debug redis
luoyou d4788fe
support no content predict
5fe928a
remove debug infomation
luoyou 3a10c11
remove debug content
6e0b6ac
remove hastag
yiyiyi0817 85335f2
remove hashtag
yiyiyi0817 3de3b6f
chinese support
yiyiyi0817 bee7cf6
support chinese
yiyiyi0817 b93769e
different activate prob
yiyiyi0817 888d6e9
finish test
yiyiyi0817 2860def
merge remote
yiyiyi0817 1993001
Product algorithm adjust (#50)
yiyiyi0817 3df72c0
remove debug message, make project run suceess
c2ada8c
recover code
f7834a5
fix first predict sqlite query bug
8e0879c
add test debug
8bb0227
fix predict content lost problem
06543da
change embedding model but error
yiyiyi0817 3398be0
support openai embedding model
yiyiyi0817 42e0cea
merge newest main
yiyiyi0817 0d44a22
add test info
5a261df
merge newest product
yiyiyi0817 e406631
use_openai_embedding=True
yiyiyi0817 6ea4e94
change to openai embedding model
yiyiyi0817 6a2a262
remove proxy
yiyiyi0817 28aecba
contente limit str
b51cca4
新增json内容进行包装
afb0dd1
change prompt
50c58ac
Merge branch 'product' of https://github.com/camel-ai/oasis into product
109cdb4
remove oasis-venv
Pakchoioioi b615007
change prompt
Pakchoioioi 4cdcf16
auto model
yiyiyi0817 b964e44
add hot prob
yiyiyi0817 3641ec4
remove proxy
yiyiyi0817 62cf845
update command
luoyou ce2a43b
Merge branch 'product' of github.com:camel-ai/oasis into product
luoyou 33bc1eb
update command
luoyou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FROM python:3.11 | ||
|
||
WORKDIR /code | ||
|
||
COPY . /code | ||
|
||
RUN pip install --no-cache-dir --upgrade -e . | ||
|
||
|
||
CMD ["python", "scripts/base/listen.py"] |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Does this mean every time we call this function, there is a possibility that the mean_prompt will be injected into the agent? This operation will affect other scenarios. @yiyiyi0817 @luoyou
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 think this branch will not be merged into main branch. Just for the product demo.
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.
Or if someday it need to be merged into the main branch, I can change these codes as optional.
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.
OK, Thanks!