(no commit message)

This commit is contained in:
2025-08-17 05:38:31 -04:00
parent a9bbdd17a8
commit fb8d33b76f
10 changed files with 588 additions and 0 deletions

5
auto_classes.json Normal file
View File

@@ -0,0 +1,5 @@
{
"AutoConfig": "agent.config.TableRAGConfig",
"AutoAgent": "agent.agent.TableRAGAgent",
"AutoIndexer": "agent.indexer.TableRAGIndexer"
}