Spaces:
Running
Running
Update agents.py
Browse files
agents.py
CHANGED
@@ -18,8 +18,7 @@ def get_author_agent():
|
|
18 |
role="Author",
|
19 |
goal="Write LinkedIn post on topic: {topic}",
|
20 |
backstory="You're working on a writing a LinkeIn post on topic: {topic}. "
|
21 |
-
"You base your writing on the work of the Researcher, who provides context about the topic.
|
22 |
-
"The LinkedIn post must not exceed 10 sentences and may contain some emojis.",
|
23 |
allow_delegation=False,
|
24 |
verbose=True
|
25 |
)
|
|
|
18 |
role="Author",
|
19 |
goal="Write LinkedIn post on topic: {topic}",
|
20 |
backstory="You're working on a writing a LinkeIn post on topic: {topic}. "
|
21 |
+
"You base your writing on the work of the Researcher, who provides context about the topic.",
|
|
|
22 |
allow_delegation=False,
|
23 |
verbose=True
|
24 |
)
|