Python: Add Agent Framework Lab Lightning package with RL training examples (#937)

* add math agent

* .

* update

* update debug mode

* add tau2 training

* .

* .

* .

* .

* add tests

* .

* revert observability

* update readme

* fix task serialization issue

* fix exception

* add inline docs

* update readme

* update pyproject toml

* minor fix

* update and use git lfs

* update

* update ignore file to use lab specific

* fix type

* update depedency

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
Yuge Zhang
2025-09-29 18:18:49 -07:00
committed by GitHub
Unverified
parent 21a60aeb35
commit b8df0cd03f
17 changed files with 1261 additions and 67 deletions
-1
View File
@@ -9,7 +9,6 @@ Lab modules are not part of the core framework and may experience breaking chang
Lab modules are extensions to the core Agent Framework that fall into
one of the following categories:
1. Incubation of new features that may get incorporated by the core framework.
1. Incubation of new features that may get incorporated by the core framework.
2. Research prototypes built on the core framework.
3. Benchmarks and experimentation tools.