agentica icon indicating copy to clipboard operation
agentica copied to clipboard

Module '"@wrtnlabs/connector-arxiv-search"' has no exported member 'ArxivSearchService'

Open rajilesh opened this issue 8 months ago • 5 comments

I'm getting this error while building

src/controllers/chat/ChatController.ts:10:10 - error TS2305: Module '"@wrtnlabs/connector-arxiv-search"' has no exported member 'ArxivSearchService'.

rajilesh avatar Apr 25 '25 14:04 rajilesh

@8471919

sunrabbit123 avatar Apr 29 '25 08:04 sunrabbit123

@rajilesh oh, It's a bug of this connector_repository. By connector version 0.1.505, this bug is occurred, but from version 0.1.506, this bug is resolved. I feel really sorry about this issue.

8471919 avatar Apr 29 '25 11:04 8471919

Thanks @8471919, Its working now but similiar issue is happening for these repos

src/controllers/chat/ChatController.ts:97:20 - error TS2554: Expected 1 arguments, but got 0.

97 execute: new AwsS3Service(), ~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-aws-s3/lib/aws_s3/AwsS3Service.d.ts:7:17 7 constructor(props: IAwsS3Service.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:103:20 - error TS2554: Expected 1 arguments, but got 0.

103 execute: new CalendlyService(), ~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-calendly/lib/calendly/CalendlyService.d.ts:4:17 4 constructor(props: ICalendlyService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:109:20 - error TS2554: Expected 1 arguments, but got 0.

109 execute: new CareerService(), ~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-career/lib/career/CareerService.d.ts:5:17 5 constructor(props: ICareerService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:115:20 - error TS2554: Expected 1 arguments, but got 0.

115 execute: new CsvService(), ~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-csv/lib/csv/CsvService.d.ts:4:17 4 constructor(props: ICsvService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:121:20 - error TS2554: Expected 1 arguments, but got 0.

121 execute: new DallE3Service(), ~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-dall-e-3/lib/dall_e_3/DallE3Service.d.ts:4:17 4 constructor(props: IDallE3Service.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:127:20 - error TS2554: Expected 1 arguments, but got 0.

127 execute: new DaumBlogService(), ~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-daum-blog/lib/daum_blog/DaumBlogService.d.ts:4:17 4 constructor(props: IDaumBlogService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:133:20 - error TS2554: Expected 1 arguments, but got 0.

133 execute: new DaumCafeService(), ~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-daum-cafe/lib/daum_cafe/DaumCafeService.d.ts:4:17 4 constructor(props: IDaumCafeService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:139:20 - error TS2554: Expected 1 arguments, but got 0.

139 execute: new DiscordService(), ~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-discord/lib/discord/DiscordService.d.ts:4:17 4 constructor(props: IDiscordService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:145:20 - error TS2554: Expected 1 arguments, but got 0.

145 execute: new ExcelService(), ~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-excel/lib/excel/ExcelService.d.ts:5:17 5 constructor(props: IExcelService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:151:20 - error TS2554: Expected 1 arguments, but got 0.

151 execute: new FigmaService(), ~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-figma/lib/figma/FigmaService.d.ts:4:17 4 constructor(props: IFigmaService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:157:20 - error TS2554: Expected 1 arguments, but got 0.

157 execute: new GithubService(), ~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-github/lib/github/GithubService.d.ts:5:17 5 constructor(props: IGithubService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:163:20 - error TS2554: Expected 1 arguments, but got 0.

163 execute: new GmailService(), ~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-gmail/lib/gmail/GmailService.d.ts:4:17 4 constructor(props: IGmailService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:169:20 - error TS2554: Expected 1 arguments, but got 0.

169 execute: new GoogleAdsService(), ~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-ads/lib/google_ads/GoogleAdsService.d.ts:5:17 5 constructor(props: IGoogleAdsService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:178:20 - error TS2554: Expected 1 arguments, but got 0.

178 execute: new GoogleCalendarService(), ~~~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-calendar/lib/google_calendar/GoogleCalendarService.d.ts:4:17 4 constructor(props: IGoogleCalendarService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:184:20 - error TS2554: Expected 1 arguments, but got 0.

184 execute: new GoogleDocsService(), ~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-docs/lib/google_docs/GoogleDocsService.d.ts:5:17 5 constructor(props: IGoogleDocsService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:190:20 - error TS2554: Expected 1 arguments, but got 0.

190 execute: new GoogleDriveService(), ~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-drive/lib/google_drive/GoogleDriveService.d.ts:4:17 4 constructor(props: IGoogleDriveService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:196:20 - error TS2554: Expected 1 arguments, but got 0.

196 execute: new GoogleFlightService(), ~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-flight/lib/google_flight/GoogleFlightService.d.ts:6:17 6 constructor(props: IGoogleFlightService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:202:20 - error TS2554: Expected 1 arguments, but got 0.

202 execute: new GoogleHotelService(), ~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-hotel/lib/google_hotel/GoogleHotelService.d.ts:5:17 5 constructor(props: IGoogleHotelService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:208:20 - error TS2554: Expected 1 arguments, but got 0.

208 execute: new GoogleImageService(), ~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-image/lib/google_image/GoogleImageService.d.ts:4:17 4 constructor(props: IGoogleImageService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:214:20 - error TS2554: Expected 1 arguments, but got 0.

214 execute: new GoogleMapService(), ~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-map/lib/google_map/GoogleMapService.d.ts:4:17 4 constructor(props: IGoogleMapService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:220:20 - error TS2554: Expected 1 arguments, but got 0.

220 execute: new GoogleScholarService(), ~~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-scholar/lib/google_scholar/GoogleScholarService.d.ts:4:17 4 constructor(props: IGoogleScholarService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:226:20 - error TS2554: Expected 1 arguments, but got 0.

226 execute: new GoogleSearchService(), ~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-search/lib/google_search/GoogleSearchService.d.ts:5:17 5 constructor(props: IGoogleSearchService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:232:20 - error TS2554: Expected 1 arguments, but got 0.

232 execute: new GoogleSheetService(), ~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-sheet/lib/google_sheet/GoogleSheetService.d.ts:4:17 4 constructor(props: IGoogleSheetService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:241:20 - error TS2554: Expected 1 arguments, but got 0.

241 execute: new GoogleShoppingService(), ~~~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-shopping/lib/google_shopping/GoogleShoppingService.d.ts:5:17 5 constructor(props: IGoogleShoppingService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:247:20 - error TS2554: Expected 2 arguments, but got 0.

247 execute: new GoogleSlidesService(), ~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-slides/lib/google_slides/GoogleSlidesService.d.ts:6:17 6 constructor(props: IGoogleSlidesService.IProps, fileManager: FileManager); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:253:20 - error TS2554: Expected 1 arguments, but got 0.

253 execute: new GoogleTrendService(), ~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-google-trend/lib/google_trend/GoogleTrendService.d.ts:4:17 4 constructor(props: IGoogleTrendService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:259:20 - error TS2554: Expected 1 arguments, but got 0.

259 execute: new HancellService(), ~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-hancell/lib/hancell/HancellService.d.ts:5:17 5 constructor(fileManager: FileManager); ~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'fileManager' was not provided. src/controllers/chat/ChatController.ts:265:20 - error TS2554: Expected 1 arguments, but got 0.

265 execute: new ImwebService(), ~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-imweb/lib/imweb/ImwebService.d.ts:4:17 4 constructor(props: IImwebService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:271:20 - error TS2554: Expected 1 arguments, but got 0.

271 execute: new JiraService(), ~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-jira/lib/jira/JiraService.d.ts:4:17 4 constructor(props: IJiraService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:277:20 - error TS2554: Expected 1 arguments, but got 0.

277 execute: new KakaoMapService(), ~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-kakao-map/lib/kakao_map/KakaoMapService.d.ts:4:17 4 constructor(props: IKakaoMapService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:283:20 - error TS2554: Expected 1 arguments, but got 0.

283 execute: new KakaoNaviService(), ~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-kakao-navi/lib/kakao_navi/KakaoNaviService.d.ts:4:17 4 constructor(props: IKakaoNaviService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:289:20 - error TS2554: Expected 1 arguments, but got 0.

289 execute: new KakaoTalkService(), ~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-kakao-talk/lib/kakao_talk/KakaoTalkService.d.ts:4:17 4 constructor(props: IKakaoTalkService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:295:20 - error TS2554: Expected 1 arguments, but got 0.

295 execute: new KoreaEximbankService(), ~~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-korea-eximbank/lib/korea_eximbank/KoreaEximbankService.d.ts:4:17 4 constructor(props: IKoreaEximbankService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:301:20 - error TS2554: Expected 1 arguments, but got 0.

301 execute: new MarpService(), ~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-marp/lib/marp/MarpService.d.ts:5:17 5 constructor(fileManager: FileManager); ~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'fileManager' was not provided. src/controllers/chat/ChatController.ts:307:20 - error TS2554: Expected 1 arguments, but got 0.

307 execute: new NaverBlogService(), ~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-naver-blog/lib/naver_blog/NaverBlogService.d.ts:4:17 4 constructor(props: INaverBlogService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:313:20 - error TS2554: Expected 1 arguments, but got 0.

313 execute: new NaverCafeService(), ~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-naver-cafe/lib/naver_cafe/NaverCafeService.d.ts:4:17 4 constructor(props: INaverCafeService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:319:20 - error TS2554: Expected 1 arguments, but got 0.

319 execute: new NaverNewsService(), ~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-naver-news/lib/naver_news/NaverNewsService.d.ts:4:17 4 constructor(props: INaverNewsService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:325:20 - error TS2554: Expected 1 arguments, but got 0.

325 execute: new NotionService(), ~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-notion/lib/notion/NotionService.d.ts:4:17 4 constructor(props: INotionService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:331:20 - error TS2554: Expected 1 arguments, but got 0.

331 execute: new RedditService(), ~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-reddit/lib/reddit/RedditService.d.ts:4:17 4 constructor(props: IRedditService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:337:20 - error TS2554: Expected 1 arguments, but got 0.

337 execute: new ShortIoService(), ~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-short-io/lib/short_io/ShortIoService.d.ts:5:17 5 constructor(props: IShortIoService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:343:20 - error TS2554: Expected 1 arguments, but got 0.

343 execute: new SlackService(), ~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-slack/lib/slack/SlackService.d.ts:4:17 4 constructor(props: ISlackService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:358:20 - error TS2554: Expected 2 arguments, but got 0.

358 execute: new StableDiffusionBetaService(), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-stable-diffusion-beta/lib/stable_diffusion_beta/StableDiffusionBetaService.d.ts:6:17 6 constructor(props: IStableDiffusionBetaService.IProps, fileManager: FileManager); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:364:20 - error TS2554: Expected 1 arguments, but got 0.

364 execute: new SweetTrackerService(), ~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-sweet-tracker/lib/sweet_tracker/SweetTrackerService.d.ts:4:17 4 constructor(props: ISweetTrackerService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:370:20 - error TS2554: Expected 1 arguments, but got 0.

370 execute: new TypeformService(), ~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-typeform/lib/typeform/TypeformService.d.ts:4:17 4 constructor(props: ITypeformService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:376:20 - error TS2554: Expected 1 arguments, but got 0.

376 execute: new WebCrawlerService(), ~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-web-crawler/lib/web_crawler/WebCrawlerService.d.ts:7:17 7 constructor(props: IWebCrawlerService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:382:20 - error TS2554: Expected 1 arguments, but got 0.

382 execute: new XService(), ~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-x/lib/x/XService.d.ts:4:17 4 constructor(props: IXService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:391:20 - error TS2554: Expected 1 arguments, but got 0.

391 execute: new YoutubeOfficialSearchService(), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-youtube-official-search/lib/youtube_official_search/YoutubeOfficialSearchService.d.ts:4:17 4 constructor(props: IYoutubeOfficialSearchService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:397:20 - error TS2554: Expected 1 arguments, but got 0.

397 execute: new YoutubeSearchService(), ~~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-youtube-search/lib/youtube_search/YoutubeSearchService.d.ts:4:17 4 constructor(props: IYoutubeSearchService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:406:20 - error TS2554: Expected 1 arguments, but got 0.

406 execute: new YoutubeTranscriptService(), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-youtube-transcript/lib/youtube_transcript/YoutubeTranscriptService.d.ts:4:17 4 constructor(props: IYoutubeTranscriptService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided. src/controllers/chat/ChatController.ts:412:20 - error TS2554: Expected 1 arguments, but got 0.

412 execute: new ZoomService(), ~~~~~~~~~~~~~~~~~

node_modules/@wrtnlabs/connector-zoom/lib/zoom/ZoomService.d.ts:4:17 4 constructor(props: IZoomService.IProps); ~~~~~~~~~~~~~~~~~~~~~~~~~~ An argument for 'props' was not provided.

rajilesh avatar Apr 30 '25 12:04 rajilesh

@8471919

sunrabbit123 avatar May 07 '25 03:05 sunrabbit123

@rajilesh Did you enter the parameter in Connector's constructor? um... The Agentica CLI is not a one-size-fits-all. If you select a connector, you should enter the environment variables in .env or terminal. then, you fill out the constructor of Connector in person. For example, If you select the AwsS3Service Connector when using npx agentica start, this code was generated.

export const agent = new Agentica({
  model: "chatgpt",
  vendor: {
    api: new OpenAI({
      apiKey: process.env.OPENAI_API_KEY!,
    }),
    model: "gpt-4o-mini",
  },
  controllers: [
    {
      name: "AwsS3 Connector",
      protocol: "class",
      application: typia.llm.application<AwsS3Service, "chatgpt">(),
      execute: new AwsS3Service(),
    },
  ],
});

In this situation, following error is occurred. Image

In this code, the AwsS3Service's constructor is empty. so you must fill out the constructor like

export const agent = new Agentica({
  model: "chatgpt",
  vendor: {
    api: new OpenAI({
      apiKey: process.env.OPENAI_API_KEY!,
    }),
    model: "gpt-4o-mini",
  },
  controllers: [
    {
      name: "AwsS3 Connector",
      protocol: "class",
      application: typia.llm.application<AwsS3Service, "chatgpt">(),
      execute: new AwsS3Service({
        awsAccessKeyId: process.env.AWS_ACCESS_KEY_ID!,
        awsSecretAccessKey: process.env.AWS_SECRET_ACCESS_KEY!,
        awsS3Bucket: process.env.AWS_S3_BUCKET!,
        awsS3Region: process.env.AWS_S3_REGION!,
      }),
    },
  ],
});

If the problem occurred even though entered the parameter in the constructor, please leave a comment again.

8471919 avatar May 07 '25 04:05 8471919