Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task.yaml issue #656

Open
gvossos opened this issue May 21, 2024 · 0 comments
Open

task.yaml issue #656

gvossos opened this issue May 21, 2024 · 0 comments

Comments

@gvossos
Copy link

gvossos commented May 21, 2024

Hi,

Hoping someone can help me out using the new scaffolding design. 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 ?

task.yaml

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"]

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant