Haoran Pan
364e3c9f61
update qrcode ( #818 )
2025-04-23 16:12:48 +08:00
Linlang
6d56061341
chore: modify kaggle docs & Adding ds_loop at program entry ( #786 )
...
* modify kaggle docs
* optimise code based on comments
* Update docs/scens/kaggle_agent.rst
* fix docs build error
---------
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2025-04-17 22:02:49 +08:00
Linlang
353d8f05ef
update wechat qrcode ( #798 )
2025-04-16 21:39:56 +08:00
Linlang
8d5fb2eebf
update wechat qrcode ( #775 )
2025-04-09 12:23:38 +08:00
Haoran Pan
9a6e18ad82
update wechat group qrcode ( #732 )
2025-03-31 19:20:04 +08:00
you-n-g
487ea4f6bf
docs: Add note on running Docker without sudo in installation guides ( #721 )
2025-03-27 10:28:06 +08:00
Linlang
78757aeed7
refactor: remove unused code and update documentation in CoSTEER module ( #720 )
...
* refactor: Remove unused code and update documentation in CoSTEER module
* fix mypy error
* fix black error
---------
Co-authored-by: Young <afe.young@gmail.com >
2025-03-26 22:48:01 +08:00
Haoran Pan
11df79d5e3
update wechat qrcode ( #718 )
2025-03-25 22:23:33 +08:00
Haoran Pan
021e96b12b
docs: update readme and installation guide for litellm backend addition ( #703 )
...
* docs: Update README and installation guide for LiteLLM backend addition
* docs: update LiteLLM Backend configuration guide
* remove and add some llm settings docs
* CI Issue
* CI Issue
* update docs
---------
Co-authored-by: Young <afe.young@gmail.com >
2025-03-21 14:55:30 +08:00
Haoran Pan
626d5d5c97
docs: update wechat community qrcode ( #704 )
2025-03-19 20:17:41 +08:00
Haoran Pan
170add3627
update qrcode 25/03/07 ( #664 )
2025-03-07 17:59:49 +08:00
Haoran Pan
9b2dbfb5d2
update Wechat group QR code ( #652 )
2025-02-28 15:39:52 +08:00
Haoran Pan
b6928f6ced
update qrcode ( #616 )
2025-02-19 13:44:40 +08:00
Haoran Pan
12cbd21dbe
update qrcode ( #570 )
2025-02-08 20:48:19 +08:00
Haoran Pan
976002ae23
update new qr group code ( #521 )
2025-01-14 17:25:06 +08:00
Yuante Li
09803d98d8
docs: update WeChat QR code on Dec 31, 2024 ( #513 )
2024-12-31 14:01:17 +08:00
Haoran Pan
4501bed10f
update wechat qrcode at Dec 2nd ( #502 )
2024-12-03 14:07:26 +08:00
Linlang
d4e7f9277e
chore: fix PR template ( #487 )
...
* fix PR template
* subfolders of the log displayed on the web page
* fix code error
* add health check
* reformat with isort
* reformat with black
* update README
* fix bug && experience confusing
* reformat with black & update health check code
* reformat with isort
* reformat with black
* update README.md
* Removed duplicates in documentation and health_check && Upgraded code for filtering folders
* update docs
* reformat with black
2024-11-28 15:35:13 +08:00
you-n-g
1acb1dab8f
feat: run benchmark on gpt-4o & llama 3.1 ( #497 )
...
* Run benchmark on gpt-4o & llama 3.1
* update link
2024-11-26 12:02:09 +08:00
Xu Yang
fce241b9f9
feat: a unified CoSTEER to fit more scenarios ( #491 )
...
* Use ExtendedBaseSettings to replace BaseSettings
* update a more general way to pass the default setting
* update all code
* fix CI
* fix CI
* fix qlib scenario
* fix CI
* fix CI
* fix CI & add data science interfaces
* remove redundant code
* abandon costeer knowledge base v1
---------
Co-authored-by: Xu Yang <xuyang1@microsoft.com >
Co-authored-by: XianBW <36835909+XianBW@users.noreply.github.com >
2024-11-25 16:27:34 +08:00
Haoran Pan
f0e86ba67a
update qr_code ( #492 )
2024-11-22 13:16:45 +08:00
Linlang
c118b0656b
update QR ( #483 )
2024-11-11 23:41:48 +08:00
Yuante Li
7154bf2f50
docs: fix a bug in the document ( #466 )
...
* fix a bug
* edit guidance to run kaggle application
* update docs
* optimize docs
* read RTD badge
---------
Co-authored-by: TPLin22 <tplin2@163.com >
Co-authored-by: Linlang <Lv.Linlang@hotmail.com >
2024-11-08 13:55:24 +08:00
WinstonLiyt
437fbcb577
fix a bug in kaggle runner cache and kaggle costeer execute template ( #467 )
2024-11-04 11:16:16 +08:00
Haoran Pan
fb7aa0d257
docs: correct some mistakes in Kaggle scenario guidance ( #465 )
...
* update readme correct some mistakes in guide
* update the doc
---------
Co-authored-by: WinstonLiye <1957922024@qq.com >
2024-11-01 17:33:59 +08:00
XianBW
30a5061012
docs: some changes in kaggle doc ( #461 )
...
* add kaggle scenario description for webapp
* catch download button error
* change kaggle auto_submit to False default
* Added guidance for custom templates in kaggle doc
* CI
* CI
* add kaggle data set instruction(NOTE)
* delete repeated description for kaggle scenario
---------
Co-authored-by: TPLin22 <tplin2@163.com >
2024-10-30 17:00:56 +08:00
Haoran Pan
762dd64239
add docs for scen catalog ( #458 )
2024-10-29 11:08:15 +08:00
Haoran Pan
19317d6d36
docs: improve kaggle scenario description ( #455 )
...
* add docs
* add docs
* add docs for roadmap & guide
* edit roapmap format
* edit design image
2024-10-26 00:03:59 +08:00
Xu Yang
c71fd1fba2
feat: independent use_azure_token_provider on chat and embedding ( #452 )
...
* independent use_azure_token_provider
* fix CI
* fix doc format
2024-10-23 18:22:58 +08:00
WinstonLiyt
9d7e1b8b49
docs: add documentation for kaggle scen ( #448 )
...
* init for bg & quickstart for kaggle docs
* Add documentation for the environment configuration in the Kaggle scenario.
* add some descriptions in documents
* remove useless docs
* ci issue
---------
Co-authored-by: TPLin22 <tplin2@163.com >
2024-10-23 13:26:57 +08:00
Xu Yang
41eb482621
fix: fix cache result logic ( #430 )
...
* make cache logic more tidy
* update WeChat QR code
2024-10-14 19:35:21 +08:00
Xu Yang
768229427d
feat: use unified pickle cacher & move llm config into a isolated config ( #424 )
...
* simplify RDAgent conf
* add unified cacher(untested)
* fix small bugs
* fix a bug
* fix a small bug in runner
* use hash_key = None to skip cache
* fix CI
* in factor execution, ignore cache when raise exception
* add file locker to avoid mp calling
* fix CI
* use function __module__ name as folder in cache
2024-10-14 17:34:09 +08:00
Xu Yang
b2bc641d8a
update new wechat QR code ( #414 )
2024-10-08 11:08:04 +08:00
Xu Yang
bd02e64627
feat: announce Discord and WeChat ( #367 )
...
* upload gitter and wechat links
* update badge
* update gitter to discord
2024-09-27 15:58:24 +08:00
WinstonLiyt
82bef3a375
feat: fix some bugs and add original features' description ( #259 )
...
* init a scenario for kaggle feature engineering
* fix some bugs and add original features' description
* refine the process of data downloading
* fix a error
* revert the code
* fix a bug in feedback
* fix a ci bug
* fix a ci bug
2024-09-12 00:30:16 +08:00
XianBW
3fd405acee
docs: links update ( #251 )
...
* add trace download link in README
* update video links in doc
2024-09-09 15:34:26 +08:00
Suhan Cui
94debe35ad
fix: readme ( #248 )
...
* Update README.md
* Update model_agent_med.rst
2024-09-08 07:31:39 +08:00
WinstonLiyt
0dc9247153
docs: refine the README ( #244 )
...
* init a scenario for kaggle feature engineering
* update the readme
* Delete rdagent/app/kaggle_feature/conf.py
* update some pictures
* Delete rdagent/app/kaggle_feature/model.py
* change a photo
* add pics to docs
* update the readme
* update the README
* for a try
* for another try
* change the style of the pictures in readme
* fix a small bug
* update the readme and the docs
* update the docs
* fix a typo
* change a website url
* change some styles
* fix a typo
* change the size of the logo
* change two urls
* Update README.md
* Update README.md
* Update README.md
* Update README.md
---------
Co-authored-by: Linlang <Lv.Linlang@hotmail.com >
2024-09-06 15:39:41 +08:00
you-n-g
be8e14b1d5
docs: Update development.rst ( #235 )
2024-08-31 20:49:48 +08:00
Linlang
89478aba90
docs: add badge & Github button & issue template ( #208 )
...
* add badge & add Github button
* add issue template
* reformat with black
* fix issue template error
* add edit on github button
* fix issue template
* change conf.py
* Update .github/ISSUE_TEMPLATE/bug-report.md
---------
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2024-08-26 15:14:28 +08:00
you-n-g
7a4044dc1a
docs: update demo link ( #212 )
...
* Docs: update demo link
* Update development.rst
2024-08-16 15:50:00 +08:00
you-n-g
97e9755f82
docs: Fix log path example ( #206 )
...
* docs: Fix log path example
* Update ui.rst
2024-08-11 09:17:46 +08:00
XianBW
51d28db28b
feat: Demo display effect and usage ( #162 )
...
Demo changes
2024-08-09 20:40:16 +08:00
you-n-g
22dbb86fd4
docs: Refine docs ( #200 )
...
* Update docs
* update one demo video
* update docs
* remove the video
* move configuration file
* fix demo title
2024-08-09 19:55:35 +08:00
XianBW
9da4a76b7e
feat: change ui entry ( #197 )
...
change ui start cmd
2024-08-09 17:23:45 +08:00
Linlang
4e84a7ae55
fix_docs_warning ( #195 )
2024-08-09 15:23:56 +08:00
Suhan Cui
429b0a2baf
med ( #193 )
2024-08-09 14:01:10 +08:00
WinstonLiyt
f9cd22e05c
docs: Updated documentation for all the major scenarios. ( #190 )
...
* Fixed some bugs introduced during refactoring.
* update data_agent_fin_doc
* Updated documentation for the four major scenarios
* feat: remove pdfs and enable online pdf readings (#183 )
* remove pdfs and enable online pdf readings
* update doc format
* use url as key
* feat: add entry for rdagent. (#187 )
* Add entries
* update entry for rdagent
* lint
* fix typo
* docs: Demo links (#188 )
add demo links
* fix: Fix a fail href in readme (#189 )
* fix a ci bug
* doc
* feat: remove pdfs and enable online pdf readings (#183 )
* remove pdfs and enable online pdf readings
* update doc format
* use url as key
* feat: add entry for rdagent. (#187 )
* Add entries
* update entry for rdagent
* lint
* fix typo
* doc
* Updated documentation for med_model scenarios.
* fix a ci bug
---------
Co-authored-by: Xu Yang <peteryang@vip.qq.com >
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
Co-authored-by: XianBW <36835909+XianBW@users.noreply.github.com >
Co-authored-by: SH-Src <suhan.c@outlook.com >
2024-08-09 13:27:33 +08:00
Xu Yang
007b632497
fix: fix quick start problem ( #191 )
...
* all update code
* fix a small bug
2024-08-09 12:58:34 +08:00
Linlang
77faf5ed21
docs: Add badge ( #186 )
...
* add badge
* fix docs version
* fix docs error
* fix docs version
2024-08-09 12:05:45 +08:00