first ever agent uploaded to modaic hub

This commit is contained in:
2025-08-17 00:09:02 -04:00
parent aae5b37374
commit 6666c69576
14 changed files with 627 additions and 1 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"
}