mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-01-09 13:57:57 -05:00
* Reorganize repo structure and upgrade to CrewAI 0.152.0 * chore(gitignore): ignore Python bytecode and __pycache__ across templates * chore(gitignore): ignore Python bytecode and __pycache__ across templates; clean tracked artifacts * Update crews/instagram_post/pyproject.toml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
47 lines
1.6 KiB
YAML
47 lines
1.6 KiB
YAML
task0:
|
|
description: >
|
|
Read the following newsgroup post. If this contains vulgar language reply with STOP . If this is spam reply with STOP.
|
|
### NEWGROUP POST:
|
|
{{discussion}}
|
|
expected_output: >
|
|
Either "STOP" if the post contains vulgar language or is spam, or no response if it does not.
|
|
|
|
task1:
|
|
description: >
|
|
Analyse in much detail the following discussion:
|
|
### DISCUSSION:
|
|
{{discussion}}
|
|
expected_output: >
|
|
A detailed analysis of the discussion, identifying who said what and rewording if necessary while maintaining the main discussion points.
|
|
|
|
task2:
|
|
description: >
|
|
Create a dialogue heavy screenplay from the discussion, between two persons. Do NOT write parentheticals. Leave out wrylies. You MUST SKIP directional notes.
|
|
expected_output: >
|
|
A screenplay dialogue consisting only of the dialogue parts between two persons, without parentheticals, wrylies, or directional notes.
|
|
|
|
task3:
|
|
description: >
|
|
Format the script exactly like this:
|
|
## (person 1):
|
|
(first text line from person 1)
|
|
|
|
## (person 2):
|
|
(first text line from person 2)
|
|
|
|
## (person 1):
|
|
(second text line from person 1)
|
|
|
|
## (person 2):
|
|
(second text line from person 2)
|
|
expected_output: >
|
|
A formatted script with the specified structure, ensuring each line is formatted according to the provided template.
|
|
|
|
task4:
|
|
description: >
|
|
Score the following script:
|
|
### SCRIPT:
|
|
{{script}}
|
|
expected_output: >
|
|
A score from 1 to 10, indicating how well the script is.
|