Ali2206 commited on
Commit
1af2b59
·
verified ·
1 Parent(s): c1b3439

Update src/txagent/__init__.py

Browse files
Files changed (1) hide show
  1. src/txagent/__init__.py +6 -0
src/txagent/__init__.py CHANGED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from .txagent import TxAgent
2
+ from .toolrag import ToolRAGModel
3
+ __all__ = [
4
+ "TxAgent",
5
+ "ToolRAGModel",
6
+ ]