Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(smartlead): implement smartlead #879

Merged
merged 12 commits into from
Nov 28, 2024
Merged

Conversation

chuang8511
Copy link
Contributor

@chuang8511 chuang8511 commented Nov 27, 2024

Because

  • we want to build agent

This commit

  • implement smartlead
  • fix compogen bug by add enum to input

Copy link

linear bot commented Nov 27, 2024

Copy link

codecov bot commented Nov 28, 2024

Codecov Report

Attention: Patch coverage is 0.80645% with 738 lines in your changes missing coverage. Please review.

Project coverage is 20.28%. Comparing base (c1d26f8) to head (4b290af).
Report is 18 commits behind head on main.

Files with missing lines Patch % Lines
...nt/application/smartlead/v0/task_setup_campaign.go 0.00% 93 Missing ⚠️
...mponent/application/smartlead/v0/task_add_leads.go 0.00% 88 Missing ⚠️
...nt/application/smartlead/v0/task_save_sequences.go 0.00% 74 Missing ⚠️
...ent/application/smartlead/v0/task_get_sequences.go 0.00% 70 Missing ⚠️
...plication/smartlead/v0/task_get_campaign_mertic.go 0.00% 68 Missing ⚠️
.../application/smartlead/v0/task_add_sender_email.go 0.00% 64 Missing ⚠️
...application/smartlead/v0/task_list_leads_status.go 0.00% 64 Missing ⚠️
pkg/component/application/smartlead/v0/utils.go 0.00% 60 Missing ⚠️
...cation/smartlead/v0/task_update_campaign_status.go 0.00% 56 Missing ⚠️
...t/application/smartlead/v0/task_create_campaign.go 0.00% 51 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #879      +/-   ##
==========================================
+ Coverage   20.13%   20.28%   +0.15%     
==========================================
  Files         364      408      +44     
  Lines       77064    81056    +3992     
==========================================
+ Hits        15518    16445     +927     
- Misses      59217    62207    +2990     
- Partials     2329     2404      +75     
Flag Coverage Δ
unittests 20.28% <0.80%> (+0.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chuang8511 chuang8511 marked this pull request as ready for review November 28, 2024 18:51
@chuang8511 chuang8511 force-pushed the chunhao/ins-6899-smartlead branch from 823ca34 to b4883fc Compare November 28, 2024 18:57
@chuang8511
Copy link
Contributor Author

If there is anything we need to modify, I will modify it in another PR. So, I merge it first

@chuang8511 chuang8511 merged commit f6baf2a into main Nov 28, 2024
12 checks passed
@chuang8511 chuang8511 deleted the chunhao/ins-6899-smartlead branch November 28, 2024 19:29
donch1989 pushed a commit that referenced this pull request Dec 3, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.48.0-beta](v0.47.2-beta...v0.48.0-beta)
(2024-12-03)


### Features

* **component,data,base:** enhance component features
([#885](#885))
([68b396f](68b396f))
* **component,googlesheet:** implement the Google Sheet component
([#878](#878))
([8a0ab93](8a0ab93))
* **component,instillapp:** remove instill-app component
([#911](#911))
([4a7c970](4a7c970))
* **component,openai:** support streaming for o1-mini and o1-preview
models
([#882](#882))
([367e957](367e957))
* **component,schedule:** introduce the `schedule` component
([#900](#900))
([9582942](9582942))
* **connection:** add lookup connection endpoint
([#888](#888))
([86bffe8](86bffe8))
* **data:** add support for default value in `instill` Go tag
([#891](#891))
([b9c2d05](b9c2d05))
* **leadiq:** implement leadiq component
([#874](#874))
([78c2ec7](78c2ec7))
* **perplexity:** add perplexity component
([#861](#861))
([1fc7dbe](1fc7dbe))
* **recipe:** separate the template and the rendered value for input and
setup
([#886](#886))
([3ec3dd6](3ec3dd6))
* **recipe:** support `required` attribute for variable
([#901](#901))
([da7f0e9](da7f0e9))
* **service:** add the file extension to the output filename
([#873](#873))
([22b92b0](22b92b0))
* **service:** trigger latest release version for pipeline with
run-on-event setting
([#896](#896))
([0b1c071](0b1c071))
* **smartlead:** implement smartlead
([#879](#879))
([f6baf2a](f6baf2a))
* **text:** improve markdown chunking
([#889](#889))
([d48b3ec](d48b3ec))
* **trigger:** accept connection references in the pipeline trigger data
([#883](#883))
([937bd01](937bd01))
* **trigger:** enable optional values for variables
([#884](#884))
([187f5fd](187f5fd))
* **vdp:** skip google drive for cloud version
([#899](#899))
([5089397](5089397))


### Bug Fixes

* **ci:** use xk6-sql driver and pin down versions
([#876](#876))
([1f64d6c](1f64d6c))
* **component,openai:** enable the use of system messages with chat
history
([#905](#905))
([ef3e66f](ef3e66f))
* **leadiq, smartlead:** change field to optional
([#892](#892))
([9bd995d](9bd995d))
* **web:** fix url and markdown position
([#893](#893))
([af8f412](af8f412))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants