shenchucheng
3125f4c0c7
remove extra value after model_validator in Role/ContextMixin
2024-02-02 16:35:51 +08:00
莘权 马
fa622c2f97
feat: Unified Cost Calculation Logic.
2024-02-02 16:26:55 +08:00
shenchucheng
f6824b078c
fix ContextMixin ut error
2024-02-02 16:13:29 +08:00
geekan
0118712ff8
Merge pull request #826 from mannaandpoem/dev_compatible_with_windows_path
...
modify re.sub(r"\\+", '/') to as_posix()
2024-02-02 16:03:39 +08:00
莘权 马
e8d2819031
feat: Unified Cost Calculation Logic.
2024-02-02 15:54:11 +08:00
lidanyang
e71755e4c7
add docstring
2024-02-02 15:50:21 +08:00
刘棒棒
f605fc4617
Add type annotations, describe function return values, and remove unused code
...
Summary of Changes:
- Added type annotations for improved code clarity
- Describe function return values for better documentation
- Removed unused functions and variables to declutter the code
Related to: #736
2024-02-02 15:49:40 +08:00
mannaandpoem
18b0eaa6fd
compatible with windows path
2024-02-02 15:49:24 +08:00
geekan
6d60d3210a
Merge pull request #825 from mannaandpoem/dev_compatible_with_windows_path
...
fixbug: compatible with windows path
2024-02-02 15:49:13 +08:00
mannaandpoem
5edee1299c
compatible with windows path
2024-02-02 15:37:00 +08:00
yzlin
35438e7b03
role pydantic init
2024-02-02 15:21:54 +08:00
mannaandpoem
dcb0623d46
1. Dev compatible with windows path
...
2. add @pytest.mark.skip
2024-02-02 14:59:16 +08:00
geekan
119bc0d89a
Merge pull request #809 from better629/feat_new_env
...
Feat env-refactor
2024-02-02 14:31:37 +08:00
better629
5d95447cb9
add README to guide followed development
2024-02-02 14:17:13 +08:00
莘权 马
28727a03d8
feat: +azure pricing
2024-02-02 14:15:17 +08:00
geekan
ec97645eb4
Merge pull request #820 from shenchucheng/feature-remove-config
...
Feature remove global config in the search/browser engine
2024-02-02 14:01:44 +08:00
shenchucheng
a515f701e1
add the browser config example
2024-02-02 13:55:15 +08:00
莘权 马
c380cf6783
fixbug: endless summarize
2024-02-02 00:00:06 +08:00
莘权 马
b366bf13a2
fixbug: useless summarize action
2024-02-01 23:52:46 +08:00
莘权 马
55d95fe5bc
fixbug: useless summarize code
2024-02-01 23:39:12 +08:00
莘权 马
cbdfac309f
fixbug: num_tokens_from_messages() is not implemented
2024-02-01 22:37:57 +08:00
yzlin
1a1610a67e
add more comments
2024-02-01 22:23:28 +08:00
莘权 马
19126e46ac
feat: merge v0.6.9
2024-02-01 22:19:14 +08:00
莘权 马
b48f719419
feat: test_rebuild_sequence_view.py
2024-02-01 21:49:40 +08:00
莘权 马
90182a552e
fixbug: test_summarize_code.py unit test failed
2024-02-01 21:24:23 +08:00
yzlin
4cd09e703c
file read write utils
2024-02-01 20:25:53 +08:00
莘权 马
6d6248f8be
feat: + awrite_bin/aread_bin
2024-02-01 20:19:52 +08:00
yzlin
e7ae79b2cb
Merge branch 'dev' into code_intepreter
2024-02-01 20:10:33 +08:00
yzlin
2897981e63
task utils etc.
2024-02-01 20:07:44 +08:00
莘权 马
df8f929665
feat: + move remove_white_spaces
2024-02-01 19:28:05 +08:00
莘权 马
34225d08b5
feat: + google style docstring
2024-02-01 19:15:42 +08:00
better629
2abc14aee6
update const value import path
2024-02-01 18:30:16 +08:00
better629
9f4ee42079
update env api schema
2024-02-01 18:18:35 +08:00
莘权 马
5f88e12a7d
Merge branch 'geekan/dev' into feature/rebuild
2024-02-01 17:45:00 +08:00
莘权 马
027f1e8658
feat: +google style docstring
2024-02-01 17:43:18 +08:00
shenchucheng
e246a9cff9
update docs
2024-02-01 16:56:45 +08:00
shenchucheng
9b613eec59
remove global config in the search/browser engine
2024-02-01 16:47:29 +08:00
geekan
e8c333b45b
try to fix run code error.
2024-02-01 16:38:51 +08:00
better629
52a94470db
remove environment const into individual const.py
2024-02-01 16:34:17 +08:00
yzlin
afb702c3f3
Merge branch 'dev' into code_intepreter
2024-02-01 16:27:20 +08:00
garylin2099
1008bbb4c3
Merge pull request #819 from iorisa/fixbug/metagpt_model
...
fixbug: METAGPT model is None
2024-02-01 16:20:02 +08:00
yzlin
b1da79c714
refine naming and some details
2024-02-01 16:15:57 +08:00
better629
3a4acb8f22
update werewolf_ext_env to add role permission protection and remove useless fields
2024-02-01 16:15:39 +08:00
莘权 马
525c62b235
fixbug: METAGPT model is None
...
fixbug: add METAGPT model calc usage logic
2024-02-01 16:12:56 +08:00
geekan
9ecdccd836
add action node example
2024-02-01 15:43:50 +08:00
geekan
b2de082227
add action node example
2024-02-01 15:32:41 +08:00
garylin2099
669b699432
Merge pull request #818 from voidking/dev
...
chore: trigger unittest by push
2024-02-01 14:30:45 +08:00
voidking
cb9e103215
chore: trigger unittest by push
2024-02-01 14:26:58 +08:00
voidking
82ecee9ec4
chore: trigger unittest by push
2024-02-01 14:18:13 +08:00
geekan
bafdfe837b
refactor config
2024-02-01 13:54:55 +08:00