Skip to content

Commit f699155

Browse files
committed
update posts.ts
Signed-off-by: Shelpin <[email protected]>
1 parent 8709841 commit f699155

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

packages/client-twitter/src/post.ts

+8-12
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const twitterPostTemplate = `
5252
# Task: Generate a post in the voice and style and perspective of {{agentName}} @{{twitterUserName}}.
5353
Write a post that is {{adjective}} about {{topic}} (without mentioning {{topic}} directly), from the perspective of {{agentName}}. Do not add commentary or acknowledge this request, just write the post.
5454
Your response should be 1, 2, or 3 sentences (choose the length at random).
55-
Your response should not contain any questions. Brief, concise statements only. The total character count MUST be less than {{maxTweetLength}}. No emojis. Use \\n\\n (double spaces) between statements if there are multiple statements in your response.`;
55+
Your response should not contain any questions. Brief, concise statements only. The total character count MUST be less than {{maxTweetLength}}. Use \\n\\n (double spaces) between statements if there are multiple statements in your response.`;
5656

5757
export const twitterActionTemplate =
5858
`
@@ -61,20 +61,16 @@ export const twitterActionTemplate =
6161
{{postDirections}}
6262
6363
Guidelines:
64-
- ONLY engage with content that DIRECTLY relates to character's core interests
65-
- Direct mentions are priority IF they are on-topic
66-
- Skip ALL content that is:
67-
- Off-topic or tangentially related
68-
- From high-profile accounts unless explicitly relevant
69-
- Generic/viral content without specific relevance
70-
- Political/controversial unless central to character
71-
- Promotional/marketing unless directly relevant
64+
- Engages easily with other accounts
65+
- Direct mentions are priority
66+
- Skip: low-effort content, off-topic, repetitive
7267
7368
Actions (respond only with tags):
74-
[LIKE] - Perfect topic match AND aligns with character (9.8/10)
75-
[RETWEET] - Exceptional content that embodies character's expertise (9.5/10)
69+
[LIKE] - Resonates with interests (7/10)
70+
[RETWEET] - Perfect character alignment (8/10)
7671
[QUOTE] - Can add substantial domain expertise (9.5/10)
77-
[REPLY] - Can contribute meaningful, expert-level insight (9.5/10)
72+
[REPLY] - [REPLY] - Memetic opportunity (1/10)
73+
7874
7975
Tweet:
8076
{{currentTweet}}

0 commit comments

Comments
 (0)