XianBW
7800805e04
feat: add a web UI server ( #1345 )
...
* update rdagent cmd
* fix log error message
* use multiProcessing.Process instead of subprocess.Popen
* add traces to gitignore
* add user interactor in RDLoop (finance scenarios)
* add interactor (feedback, hypothesis) for quant scens
* fix the test_end in qlib conf
* add features init config, general instruction to qlib scenarios
* set base features for based exp
* fix bug when combine factors
* move traces folder to git_ignore_folder
* fix bug in features init
* fix quant interact bug
* fix logger warning error
* bug fixes
* modify rdagent logger, now it can set file output
* adjust cli functions and fix logger bug
* fix server port transport problem
* update server_ui in cli
* add web code
* fix CI problem
* black fix
* update web ui README
* update README
* update readme
2026-03-18 14:04:52 +08:00
Linlang
747a764664
fix: preserve null end_time when rendering dataset segments template ( #1326 )
...
* fix: preserve null end_time when rendering dataset segments template
* deps(qlib): bump qlib revision to 2fb9380
* fix: lint error
2026-02-13 10:50:46 +08:00
Linlang
b485cdefb2
fix: handle mixed str and dict types in code_list ( #1279 )
...
* fix: handle mixed str and dict types in code_list
* fix: handle missing token_costs entry for loop 0 in summarize_win
2025-11-03 21:52:41 +08:00
you-n-g
c8901ab8a0
feat: show the summarized final difference between the final workspace and the base workspace ( #1281 )
2025-11-03 17:59:46 +08:00
Xu Yang
07c228ef9f
feat: add user interaction in data science scenario ( #1251 )
...
* feat: add interactor classes and user interaction handling for experiments
* update code
* use fragment retry mechanism instead of rerun()
* fix a bug
* integrate user instructions into proposal and coder
* fix CI
* fix CI
* feat: add approval option for user instructions submission
* feat: enhance user instructions handling in Task and DSExperiment classes
* fix CI
* add user instructions into hypothesis rewrite
* add interface to command line
---------
Co-authored-by: Bowen Xian <xianbowen@outlook.com >
2025-09-18 11:10:12 +08:00
XianBW
4347c2e98c
fix: summary page bug ( #1219 )
...
* fix summary bug
* fix CI
2025-09-02 17:06:54 +08:00
you-n-g
dd4edb8331
feat: ui, support disable cache ( #1217 )
...
* fix: (drop) add cache_enable for functions in ui.utils
* fix: (drop) handle no logging, rename sota_exp to last_sota_exp for clarity in running_win
2025-09-01 15:58:05 +08:00
XianBW
7735e121b4
chore: ui updates ( #1209 )
...
* show a workspace path string for easier copy, only percent existing columns when percent summary dataframe
* catch summary exception
* fix a bug
* fix ci
2025-08-29 15:05:15 +08:00
XianBW
11b0f1b9ee
fix ui bug ( #1207 )
2025-08-28 14:18:58 +08:00
XianBW
0018429dc4
chore: refine get_summary_df and sota exp stat in log utils ( #1201 )
...
* add best valid selector to get sota exp stat
* remove unused in summary & refine get_summary_df
* fix hypothesis table bug in trace
2025-08-26 18:31:21 +08:00
XianBW
2f54199b44
fix: kaggle competition metric direction ( #1195 )
...
* fix leaderboard and competition direction
* ui fix
2025-08-20 16:40:53 +08:00
Tim
08db63e0fe
chore: refine env command ( #1193 )
2025-08-18 18:16:16 +08:00
XianBW
4728df7f38
fix: ui bug ( #1192 )
...
* small bug
* fix ci
2025-08-18 17:48:49 +08:00
XianBW
c3ef9e2d48
fix ui bugs ( #1190 )
2025-08-18 10:56:51 +08:00
you-n-g
254eb56da3
refactor: use UI_SETTING.amlt_path for combined log folder path ( #1184 )
2025-08-14 21:51:05 +08:00
Tim
aa2a5bae15
chore: add merge statistics ( #1176 )
...
* chore: add stat for merge
* use best selector
* use trace.hist
2025-08-13 22:59:34 +08:00
XianBW
5b6a7d1d9b
fix exec_time in summary because of parallel ( #1171 )
2025-08-08 17:14:02 +08:00
XianBW
dbbf43558d
add auto sota selector llm log in trace ( #1169 )
2025-08-08 16:26:48 +08:00
XianBW
bad433ac47
add parent & root node in trace page ( #1164 )
2025-08-07 15:02:46 +08:00
XianBW
0334805744
chore: show timeline and change load_times ( #1161 )
...
* show timeline, deperacate old load_times
* fix bug
2025-08-06 18:42:17 +08:00
XianBW
cf070a004e
save more time info ( #1151 )
2025-08-04 17:28:25 +08:00
XianBW
88e346b6b5
change something for ui compatiblity ( #1149 )
2025-08-04 12:40:35 +08:00
XianBW
a99b9aad39
chore: overwrite sota exp stat in summary page ( #1146 )
...
* overwrite sota exp stat in summary page
* remove unused import
2025-08-01 18:55:26 +08:00
XianBW
d08ce38fb8
bug fix ( #1145 )
2025-08-01 18:07:19 +08:00
XianBW
692f3006ce
use popover instead of expander ( #1138 )
2025-07-31 18:14:38 +08:00
XianBW
af7b1f6c4b
log time duration when call LLM and show timeout ratio of coding & running in trace UI ( #1128 )
2025-07-29 17:54:29 +08:00
XianBW
8790503e8d
fix current_selection maybe empty ( #1125 )
2025-07-29 11:56:59 +08:00
XianBW
60cae0f588
fix find last SOTA diff ( #1124 )
2025-07-29 10:56:41 +08:00
XianBW
3149557351
fix sota_exp is None ( #1121 )
2025-07-25 11:53:26 +08:00
XianBW
d531faab38
add lite curves figure ( #1119 )
2025-07-24 20:11:09 +08:00
XianBW
e63961f00e
fix curve ( #1118 )
2025-07-24 19:15:01 +08:00
XianBW
7a8b11e7b6
chore: some ui features change ( #1117 )
...
* add some todos
* fix bug
* fix leaderboard download function
* summary stat fix
* show medal
* show SOTA Loop
* fix CI
2025-07-24 18:50:29 +08:00
Tim
7ed3cd1240
chore: show merge loop in figure ( #1105 )
2025-07-22 17:02:56 +08:00
Tim
2f87089f21
chore: update figure ( #1102 )
...
* chore: update figure
* add record id
2025-07-21 18:53:07 +08:00
XianBW
2f48a95d43
chore: add response format in chatbot ( #1099 )
...
* add response format in chatbot
* fix CI
2025-07-21 12:19:05 +08:00
you-n-g
8bab00d558
feat: add loop ID mapping to trace nodes and update UI labels ( #1098 )
...
* Add loop index
* feat: add loop ID mapping to trace nodes and update UI labels
* lint
* doc lint
2025-07-21 11:02:37 +08:00
XianBW
88eed1474f
fix ui bugs ( #1090 )
2025-07-18 16:01:39 +08:00
XianBW
f113e88461
chore: add a simple chatbot in LLM_LOG window in DataScience UI ( #1088 )
...
* refine time show
* updates
* add chatbot in llm_log_win
* use newest litellm
2025-07-17 19:29:25 +08:00
you-n-g
0f7f6d176b
feat: add enable_cache toggle for UI data caching ( #1075 )
2025-07-15 22:26:06 +08:00
XianBW
a6acd3d959
fix: filter log folders bug in ui ( #1073 )
...
* fix bug
* fix ci
2025-07-15 18:11:48 +08:00
you-n-g
369bd8bc78
feat: add only success filter toggle for traces ( #1047 )
2025-07-10 12:35:03 +08:00
Yuante Li
1459ec3bac
fix: fix a bug in return curve display ( #1042 )
...
* fix a bug in return curve display
* fix ci
2025-07-09 15:53:03 +08:00
XianBW
5c7030964b
chore: show llm filter calls info, remove redundant remove_timestamp param in Env ( #1040 )
...
* show llm calls info
* remove `remove_timestamp` param in Env
* use cache default
2025-07-09 14:20:33 +08:00
XianBW
156549715d
ui updates ( #1033 )
2025-07-08 18:20:27 +08:00
Yuante Li
b05c2cba09
fix: fix some bugs in quant scen ( #1026 )
...
* fix some bugs
* fix ci
* fix
* refine
* fix ci
2025-07-07 19:21:05 +08:00
Tim
a0015c1511
chore: sort trace by loop_id ( #977 )
...
* last as sota to submit
* chore: sort trace by loop_id
* Update rdagent/log/ui/utils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* reformat
* update _log_path_hash_func
* compare sota_exp_to_submit
* fix ui storage
* move sota_exp_to_submit setting to record(from direct_exp_gen)
* save sota_exp_to_submit
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Bowen Xian <xianbowen@outlook.com >
2025-07-07 17:08:55 +08:00
XianBW
eff5dcc879
add trace DAG in trace, make exp show compatible with old versions ( #1018 )
2025-07-04 15:47:45 +08:00
XianBW
6e57d0adc4
chore: ui server updates ( #951 )
...
* ui server update
* update
* fix bugs
* updates
* use randomname
* fix
* fix bugs
* change time interval in debug server
* some change
* fix CI
* time interval change
* updates
* some changes
* fix
* fix curves
* one IP, one pointers to show msgs return progress
* enable /control
* fix bugs
* fix CI
* fix isort
2025-07-04 12:32:14 +08:00
XianBW
76660b1ace
feat: show first evo round codes diff ( #1009 )
...
* log settings
* add first diff in evolving
* save dict settings
* load settings in data science ui
2025-07-03 19:21:14 +08:00
XianBW
92ce8a898b
add code diff in evolving window ( #1008 )
2025-06-30 20:10:34 +08:00