UNPKG
easy_shell_agent
Version:
latest (1.0.1)
1.0.1
1.0.0
nodejs ai agent
easy_shell_agent
/
src
/
index.ts
5 lines
(3 loc)
•
171 B
text/typescript
View Raw
1
2
3
4
5
export
{
EasyAgentBase
}
from
"./core/EasyAgentBase"
;
export
{
EasyAgentService
}
from
"./core/EasyAgentService"
;
export
{
IExectueAction
}
from
'./core/executor/index'
;