Skip to content

Commit

Permalink
release-app add linkedin agent to the store
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Jan 11, 2025
1 parent c0edb99 commit 1b92002
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions screenpipe-app-tauri/components/pipe-store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ const corePipes: (CorePipe & { fullDescription?: string })[] = [
credits: 15,
paid: true,
},
{
id: "pipe-linkedin-ai-assistant",
name: "linkedin ai assistant",
description:
"AI agent that automatically get new connections on linkedin",
url: "https://github.com/mediar-ai/screenpipe/tree/main/pipes/linkedin-ai-assistant",
credits: 20,
paid: true,
},
{
id: "memories",
name: "memories gallery",
Expand Down Expand Up @@ -163,15 +172,6 @@ const corePipes: (CorePipe & { fullDescription?: string })[] = [
credits: 15,
paid: true,
},
{
id: "pipe-linkedin-ai-assistant",
name: "linkedin ai assistant (preview)",
description:
"ai assistant that helps you write better linkedin posts and engage with your network - coming soon",
url: "https://github.com/mediar-ai/screenpipe/tree/main/pipes/linkedin_ai_assistant",
credits: 0,
paid: false,
},
{
id: "pipe-for-loom",
name: "loom generator",
Expand Down
2 changes: 1 addition & 1 deletion screenpipe-app-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screenpipe-app"
version = "0.23.9"
version = "0.24.0"
description = ""
authors = ["you"]
license = ""
Expand Down

0 comments on commit 1b92002

Please sign in to comment.