index.ts 258 B

12345678910111213
  1. // @ts-ignore
  2. /* eslint-disable */
  3. // API 更新时间:
  4. // API 唯一标识:
  5. import * as tools from './tools'
  6. import * as agent from './agent'
  7. import * as agentApplication from './agentApplication'
  8. export default {
  9. tools,
  10. agent,
  11. agentApplication
  12. }