61 Commits

Author SHA1 Message Date
Ismail ec6cbd9644 serpapi: remove unnecessary replacement from url (#344) 2023-12-04 22:38:29 -08:00
Ismail 80f9027554 fix: golangci-lint v1.55 errors 2023-12-04 22:38:28 -08:00
Travis Cline c5b84faa54 callbacks: Include context 2023-08-25 19:14:02 -07:00
FluffyKebab 03ad4b7799 add callbacks to tools, vectorsores and agents 2023-08-25 19:00:21 -07:00
Travis Cline aa97aec400 Merge pull request #256 from Struki84/tools/metaphor
Tools/metaphor
2023-08-25 18:51:54 -07:00
Simun Strukan 7dce8070b1 Added comments for methods and symbols 2023-08-24 15:27:28 +02:00
Simun Strukan 25e4f05bbd fixing lint issues... 2023-08-19 14:52:59 +02:00
Simun Strukan c03a53757b Small formating and fixes 2023-08-19 00:42:35 +02:00
Simun Strukan e5ac42c5cd Added a general Metaphor api tool that can create a more complex api calls to Metaphor Search API 2023-08-15 23:05:43 +02:00
Simun Strukan 1ee4bf6ece Removed the custom client added metahpor-go official client 2023-08-15 17:15:49 +02:00
Simun Strukan a26806e841 Fixing lint issues... 2023-08-12 23:04:11 +02:00
Simun Strukan 03fe6a1ea3 Fixing link issues... 2023-08-12 22:53:16 +02:00
Simun Strukan ac728bb866 Added metaphor client 2023-08-12 22:23:02 +02:00
Simun Strukan ad1b8d4826 Added links and documents tools interface impl 2023-08-12 21:56:27 +02:00
Simun Strukan 9257244f11 Added tool interface impl, for search tool 2023-08-12 21:52:36 +02:00
Simun Strukan cab0cd220b Added metaphor tool structure 2023-08-12 21:44:15 +02:00
Simun Strukan f32f5b0b61 Added doc.go 2023-08-12 19:17:15 +02:00
Simun Strukan 4061999e0e Added missing GoDocs 2023-08-12 19:15:21 +02:00
Simun Strukan 9afeef2d3b Loaded optaions and defualt values... 2023-08-12 19:14:34 +02:00
Simun Strukan a7e6f2db28 Added GoDocs for options methods 2023-08-12 19:07:13 +02:00
Simun Strukan 12bae87bab Added scraper options 2023-08-12 18:54:44 +02:00
Simun Strukan 5d108b5a23 Merge branch 'main' into tools/web-scrapper 2023-08-12 17:18:29 +02:00
Felix Gunawan df2bf2cb76 fix lint error 3 gofumpt 2023-08-07 17:26:03 +07:00
Felix Gunawan 47dd40fdc3 fix lint error 2 2023-08-07 17:20:20 +07:00
Felix Gunawan 631e83c909 fix lint error 2023-08-07 17:17:49 +07:00
Felix Gunawan 28d4ec14e4 add unit test for bugfix sql nullable column error 2023-08-07 17:13:41 +07:00
Felix Gunawan 95dedae37c fix lint error 2023-08-05 12:07:32 +07:00
Felix Gunawan cb5b3e039a fix null column error 2023-08-05 11:59:16 +07:00
Simun Strukan bb62ea84ca Fixed lint errors and some bugs... 2023-07-21 19:02:29 +02:00
Simun Strukan e5855c04d0 Added web scraper tool 2023-07-21 17:14:30 +02:00
Askari a48dfb7cbf Merge branch 'tmc:main' into postgresql_impl 2023-07-08 22:03:43 +01:00
Oloruntobi1 474d2f00f0 postgresql: postgresql database chain implementation plus example 2023-07-08 21:57:40 +01:00
Travis Cline 08a7882e21 Merge pull request #178 from FluffyKebab/chain 2023-07-08 09:12:59 -07:00
FluffyKebab 8ebfb00911 tools: fix zapier test 2023-07-08 10:33:42 +02:00
Murilo Santana 08178d95f4 lint: add newRequest method to simplify Search method 2023-07-07 17:07:49 -03:00
Murilo Santana 6f3e64934f docs(tools/duckduckgo): add documentation for exported functions and
types, move default user agent variable out of internal package,
don't set user-agent header if the value is empty
2023-07-07 16:56:07 -03:00
Travis Cline 28897111cb Merge pull request #174 from mplachter/add-zapier-tool
add zapier tool and toolkit with example
2023-07-07 11:22:33 -07:00
Matt Plachter c78683e032 fix linting errors
more linting fixes

linting fixes

last linting fix
2023-07-06 18:21:47 -04:00
Matt Plachter 9d08934ce1 add zapier tool and toolkit with example 2023-07-06 17:51:59 -04:00
Murilo Santana 94e0de6e4f tools/ddg: fix 403 and 302 request errors 2023-07-04 14:54:31 -03:00
Šimun Strukan 217435b168 Merge branch 'main' into feature/duckduckgo 2023-06-27 23:11:32 +02:00
Simun Strukan b78b187458 Add small bug fix, resolved conflicts 2023-06-27 22:59:16 +02:00
Simun Strukan 118684195e Fixed lint errors. Rewrote client and duckduckgo api request 2023-06-27 00:12:06 +02:00
lu.bai 3287c9cdc3 go lint 2023-06-26 18:51:24 +08:00
lu.bai b2c6d444a4 go lint 2023-06-26 18:49:52 +08:00
lu.bai 30aaab8a0e go lint 2023-06-26 18:46:01 +08:00
lu.bai e053997c06 go lint 2023-06-26 18:26:26 +08:00
lu.bai 72c5bc9f9c go lint 2023-06-26 18:03:03 +08:00
lu.bai c42224dc90 go lint 2023-06-26 17:52:53 +08:00
lu.bai f6ec1bb2a9 chains: sql chain 2023-06-26 17:35:51 +08:00