stellahsr
|
af26fe06cf
|
update debug_code ut
update sd_tool_usage example
|
2024-01-11 21:50:35 +08:00 |
|
yzlin
|
17aeb9f825
|
formatting
|
2024-01-11 14:15:33 +08:00 |
|
yzlin
|
437bbca466
|
make tool ask review
|
2024-01-11 14:10:52 +08:00 |
|
yzlin
|
4ecd427bea
|
formatting
|
2024-01-11 00:47:28 +08:00 |
|
yzlin
|
e12ab25b7c
|
generalize write code with tools, simplify ml_engineer
|
2024-01-11 00:23:26 +08:00 |
|
yzlin
|
cd990fd5c9
|
code adapted to v0.6
|
2024-01-10 17:20:01 +08:00 |
|
yzlin
|
767c99388f
|
format using precommit
|
2024-01-10 14:15:30 +08:00 |
|
yzlin
|
853086924a
|
Merge branch 'main' into dev_updated
|
2024-01-10 14:10:15 +08:00 |
|
yzlin
|
851ec41380
|
fix task type issue; add TaskResult data type
|
2024-01-09 16:54:36 +08:00 |
|
kkdev163
|
bd2b1950eb
|
optimize: access to is_human
|
2024-01-08 22:29:17 +08:00 |
|
kkdev163
|
6cde039f7f
|
fixbug: role init with is_human=True was not work
|
2024-01-08 17:45:44 +08:00 |
|
莘权 马
|
af378e12ac
|
fixbug: an unexpected UserRequirement type message is thrown when there is nothing to do.
|
2024-01-06 23:39:41 +08:00 |
|
geekan
|
5649fac62d
|
fix pylint warnings
|
2024-01-02 18:14:03 +08:00 |
|
莘权 马
|
2f3e4c7f15
|
feat: +unit test
|
2024-01-02 11:59:03 +08:00 |
|
莘权 马
|
681068edc9
|
feat: +unit test
|
2023-12-29 21:37:42 +08:00 |
|
better629
|
2243ea0462
|
add extra role/actions' ser&desr unittest
|
2023-12-29 13:05:58 +08:00 |
|
better629
|
3c07bf5622
|
Merge branch 'dev' of github.com:better629/MetaGPT into dev
|
2023-12-29 04:28:21 +08:00 |
|
better629
|
311e48b604
|
fix debate with send_to
|
2023-12-29 04:26:50 +08:00 |
|
yzlin
|
0b6b3a0df6
|
support plan and act in role
|
2023-12-28 20:24:43 +08:00 |
|
yzlin
|
db4e3343f1
|
general planner, code interpreter
|
2023-12-28 20:17:33 +08:00 |
|
geekan
|
6707e9f1b9
|
Merge branch 'main' into dev
|
2023-12-28 17:27:10 +08:00 |
|
geekan
|
36a71e15be
|
Merge pull request #641 from better629/dev
Feat update to pydantic2
|
2023-12-28 17:08:28 +08:00 |
|
better629
|
d40c4f5025
|
change mixin name
|
2023-12-28 16:43:08 +08:00 |
|
better629
|
e7c7c88c47
|
update to pydantic v2 and fix conflicts
|
2023-12-28 16:36:17 +08:00 |
|
better629
|
d0edc555b0
|
add SerDeserMixin for child-classes
|
2023-12-28 16:07:39 +08:00 |
|
geekan
|
58c8a38fc3
|
solve test startup.py
|
2023-12-28 15:46:17 +08:00 |
|
better629
|
7d523b3922
|
fix role add actions
|
2023-12-27 15:03:34 +08:00 |
|
better629
|
83dbf97819
|
update SKAgent due pydantic v2 and fix missing field type
|
2023-12-27 14:33:55 +08:00 |
|
better629
|
afaa7385c4
|
add pydantic v2 support and change role's private fields into public
|
2023-12-27 14:00:54 +08:00 |
|
geekan
|
d244c648ca
|
Merge pull request #633 from Stitch-z/update-unit-test
Update: improve the unit testing of technical tutorial assistants and OCR assistants.
|
2023-12-26 22:19:16 +08:00 |
|
shenchucheng
|
bbdbe93809
|
fix #560
|
2023-12-26 19:09:00 +08:00 |
|
geekan
|
0435b1321f
|
refine code
|
2023-12-26 17:54:52 +08:00 |
|
Stitch-z
|
bf0f6bd272
|
Merge branch 'dev' into update-unit-test
|
2023-12-26 16:11:31 +08:00 |
|
刘棒棒
|
a51e5d7faf
|
Merge branch 'dev_make_tools' of https://gitlab.deepwisdomai.com/agents/data_agents_opt into dev_make_tools
|
2023-12-26 15:51:25 +08:00 |
|
刘棒棒
|
a2743d2b1f
|
resolve cr in MR17.
|
2023-12-26 15:48:04 +08:00 |
|
better629
|
66925dd791
|
migrate from pydantic v1 to v2
|
2023-12-26 14:44:09 +08:00 |
|
刘棒棒
|
c76c1765ef
|
Merge branch 'dev' into 'dev_make_tools'
# Conflicts:
# metagpt/roles/ml_engineer.py
|
2023-12-26 06:18:27 +00:00 |
|
刘棒棒
|
b43cdb23f7
|
update make_tools.
|
2023-12-26 14:11:13 +08:00 |
|
刘棒棒
|
be47f6171d
|
resolve CR in MR17.
|
2023-12-26 14:08:10 +08:00 |
|
Stitch-z
|
6432ed6e60
|
Update: improve the unit testing of tutorial assistants and OCR assistants.
|
2023-12-26 13:47:04 +08:00 |
|
geekan
|
d300acbac8
|
fix all conflicts.
|
2023-12-26 01:39:16 +08:00 |
|
geekan
|
59586f30d6
|
Merge pull request #628 from iorisa/fixbug/role/assistant
fixbug: 修复通用智能体role及其相关的TalkAction和SkillAction
|
2023-12-25 23:14:21 +08:00 |
|
geekan
|
bd1014e19a
|
add sales test
|
2023-12-25 23:13:25 +08:00 |
|
莘权 马
|
0fdb552468
|
fixbug: 修复通用智能体role及其相关的TalkAction和SkillAction
|
2023-12-25 22:39:03 +08:00 |
|
geekan
|
4f52b47610
|
Merge pull request #623 from femto/fix_sk_agent
fix sk agent
|
2023-12-25 17:53:44 +08:00 |
|
femto
|
90bbf72ae8
|
fix sk agent
|
2023-12-25 17:35:13 +08:00 |
|
莘权 马
|
e162fd36fc
|
fixbug: 修改Teacher role相关结构
|
2023-12-25 16:14:50 +08:00 |
|
莘权 马
|
780caf011d
|
fixbug: 基于全memory数据存储的流程异常恢复
|
2023-12-25 12:42:23 +08:00 |
|
莘权 马
|
ad639b9906
|
feat: merge geekan:dev
|
2023-12-24 12:49:08 +08:00 |
|
莘权 马
|
f441c88156
|
fixbug: timeout & prompt_format
|
2023-12-24 12:30:08 +08:00 |
|