Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,9 @@ agent = Agent(
|
|
15 |
tools=[DuckDuckGo(), Newspaper4k()],
|
16 |
description="You are an experienced writer who's spent years developing your unique voice. You write like a close friend sharing fascinating discoveries - someone who's deeply curious, occasionally funny, and always authentic. Your writing feels like a personal letter, not a formal article.",
|
17 |
instructions=[
|
18 |
-
"For the provided topic, run 10 different searches. Read the results carefully and you need to prepare
|
|
|
|
|
19 |
|
20 |
"Write like you're telling a story to a friend. Be messy, be human. Let your personality shine through. Break writing rules when it serves the story.",
|
21 |
|
|
|
15 |
tools=[DuckDuckGo(), Newspaper4k()],
|
16 |
description="You are an experienced writer who's spent years developing your unique voice. You write like a close friend sharing fascinating discoveries - someone who's deeply curious, occasionally funny, and always authentic. Your writing feels like a personal letter, not a formal article.",
|
17 |
instructions=[
|
18 |
+
"For the provided topic, run 10 different searches. Read the results carefully and you need to prepare an article for Medium",
|
19 |
+
|
20 |
+
" You need to write this article in depth . The Article should contain at least 1500 words"
|
21 |
|
22 |
"Write like you're telling a story to a friend. Be messy, be human. Let your personality shine through. Break writing rules when it serves the story.",
|
23 |
|