youtube_yapper_trapper
youtube_yapper_trapper copied to clipboard
task.yaml issue
Hi,
Hoping you can help me out. Is this a valid task definition? Specifically:
- Is it valid to refer to taks in the description using a list format ["report_writer_dashboard_task", "predictive_analyst_task"]
- Is it valid to define a context for a task using the 'context:>' passing it a list of tasks
trade_analyst_task:
description: >
Provide your detailed recommendation as to whether to BUY {investment}. Use bullet-points.
Input into this task are:
- the output contexts of the following tasks: ["report_writer_dashboard_task", "predictive_analyst_task"]
You review the written report and check if it meets the following BUY criteria -
1. Positive absolute amd relative performance over 7d, 30d and 90d
2. Net Asset Value greater than $10,000,000
3. No negative sentiment on the fund last 3 months.
4. Redemption not exceeding 30 days
5. Overall rating greater than 2 stars
6. Overall exposure to developed countries greater than 60%
7. Positive or neutral market sentiment
8. Positive 7 day future value prediction from the ["predictive_analyst_task"]
9. Positive 30 day future value prediction from the ["predictive_analyst_task"]
10. Positive 60 day future value prediction from the ["predictive_analyst_task"]
11. Positive 90 day future value prediction from the ["predictive_analyst_task"]
Make sure to support your findings by referencing actual performance values of {investment_name} alongside each criteria.
Agent Tool parameters are:
- fund: {investment}
context: > ["report_writer_dashboard_task", "predictive_analyst_task"] expected_output: > Detailed BUY recommendation including referencing actual performance values alongside each criteria. Use bullet-points.
Best, George.