cyberneticlibrary

Analyze stock investments in three phases

stock-investment-analysisworkflowsetup L30
b4fun/smol-workflows
What it does

Three-phase stock investment analysis decompose → research

Best for

Multi-dimensional research workflows with parallel specialist agents per dimension.

Inputs
  • · args: configuration object
  • · execution_logs (text)
Outputs
  • · structured_data (JSON)
  • · audit_findings (JSON list)
Requires
  • · agent
  • · phase
  • · log
  • · parallel
  • · json_schema
Preconditions
  • · Workflow orchestrator runtime context
  • · LLM agent tier models available
  • · Async runtime environment
Failure modes
  • · Agent timeout or non-response
  • · Phase execution state corruption
  • · Race condition or deadlock in parallel tasks
  • · Promise rejection or timeout
  • · Empty result set causing downstream failures
Trust signals
  • · Structured output schemas with required-field validation
  • · Parallel execution with aggregation and deduplication
  • · Explicit specification or contract documentation