Commit Graph

19 Commits

Author SHA1 Message Date
Yuge Zhang 8dd4c5a1a3 Local SFT example and bug fixes (#149) 2025-10-13 23:10:00 +08:00
Yuge Zhang c08da2ae37 Use Azure OpenAI and MSR W&B (#142) 2025-10-12 00:01:49 +08:00
Yuge Zhang 3eb725fade Update pre-commit configurations and bump to 0.2.0 (#102) 2025-09-20 07:20:14 +00:00
Yuge Zhang 66bcfeba11 Fix pyright issues (#101) 2025-09-20 14:51:56 +08:00
Yuge Zhang a9208ab700 Sort imports (#100) 2025-09-20 11:30:34 +08:00
Yuge Zhang 0a92600a4c Ensure blank line after copyright header (#97)
* Ensure copyright header has separating blank line

* fix check script

* trigger pre-commits
2025-09-19 05:32:24 +00:00
Yuge Zhang f6db2dc8ab Migrate to 1ES pipeline (#95) 2025-09-18 20:26:16 +08:00
Yuge Zhang 5724f63cfc Bump agentops, pin verl (#90) 2025-09-13 10:14:53 +08:00
Yuge Zhang d209ad263c Nightly release (#41) 2025-08-12 12:30:44 +08:00
Yuge Zhang 1c42c5b626 Unpin openai python sdk in stable (#40) 2025-08-12 10:43:55 +08:00
Yuge Zhang 4d98e85e46 Fix SQL agent execute query (#27) 2025-08-08 13:58:40 +08:00
Yuge Zhang 91a87cb60b Pin torch version (#29) 2025-08-06 16:44:09 +08:00
Yuge Zhang 160a82b035 Update README (#22) 2025-08-01 16:13:49 +08:00
Yuge Zhang 7102e9a320 GPU pipelines minor fix (#19) 2025-07-26 18:12:49 +08:00
Yuge Zhang 2b3cc41b89 Fix GPU pipeline issues (#17) 2025-07-25 15:38:38 +08:00
Yuge Zhang c25a08751e Amend latest torch version (#14) 2025-07-24 21:22:24 +08:00
Yuge Zhang c15a6bcee2 Test Examples (#12) 2025-07-24 20:56:02 +08:00
Yuge Zhang ce93f93aa8 Update README (#7) 2025-07-21 18:39:14 +08:00
Yuge Zhang db0855a19b Import Agent-lightning from internal repo (#4)
* agentlightning initial commit

* update calc x example

* Add code for spider example

* Minor fixes

* Add async support

* update calc agent

* update caveats

* Refine README

* add warning

* Initial Version of Agentlightning (#12)

* update evaluation result

* wording

* Add evaluation result and cross reference (#13)

* prompt readme

* implement server

* runnable example

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* basic fix for apo example

* .

* add test client

* promote refactored code to toplevel

* fix triplets format

* update calc agent example

* port verl updates

* adapt to latest agentops

* new agentops

* update mini script

* update verl

* increase n workers

* minor patches

* fix spider agent

* update coroutine

* .

* fix temperature setting

* init tracer update

* add http trace implementation

* update runner and trainer

* add more tracer tests

* .

* .

* .

* fix edge case test

* .

* fix tests

* fix agent frameworks test

* fix tests

* http tracer (still debugging)

* .

* agent frameworks debugging

* Migrate VERL to standalone (#14)

* init rl migration

* checkpoint

* verl isolated

* fix imports

* .

* .

* debug

* fix reward

* debug

* debug

* debug

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

---------

Co-authored-by: Yuge Zhang <scotyugochang@gmail.com>

* start fix

* .

* remove langgraph

* remove langgraph entry from agentops instrumentation

* add data validation

* verl-update-ins

* update daemon

* update config

* .

* compatible with verl

* fix compute_advantage

* update imports

* .

* .

* .

* .

* .

* ready for tree check

* update tracer tests

* .

* fix bugs

* Update gitignore

* Update LICENSE

---------

Co-authored-by: Yuge Zhang <scotyugochang@gmail.com>
2025-07-17 10:11:24 +08:00