Add MODAIC token support and fix init to accept kwargs

This commit is contained in:
2025-12-17 10:52:44 -08:00
parent 316f16630f
commit 76b959d985
6 changed files with 102 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
{
"AutoConfig": "ce_ranker.CERankerConfig",
"AutoAgent": "ce_ranker.CERankerAgent"
"AutoProgram": "ce_ranker.CERankerAgent"
}