Skip to content

Agentic task gen pipeline solution trace#60

Merged
saidul-islam98 merged 13 commits into
mainfrom
agentic_task_gen_pipeline_solution_trace
Mar 19, 2026
Merged

Agentic task gen pipeline solution trace#60
saidul-islam98 merged 13 commits into
mainfrom
agentic_task_gen_pipeline_solution_trace

Conversation

@saidul-islam98
Copy link
Copy Markdown
Collaborator

PR Type

Feature

Short Description

Add agentic Stage-3 Solution trace-based task generation pipeline

Changes included under src/task_generation

  • Added the full multi-step agentic workflow in agentic_pipeline.py
  • Added Stage-3 entrypoint/orchestration in runner.py
  • Added/updated agent modules:
    • designer_agent.py
    • verifier_agent.py
  • Added prompts and blueprint support:
    • prompts.py
    • blueprints.json
  • Added dedup/report utilities:
    • dedup_utils.py
  • Updated Stage-3 handoff and config wiring:
    • stage3_tasks.py
    • agent_config.yaml
    • pipeline_config.yaml
    • run_cfg.yaml
  • Added task-generation docs:
    • INSTRUCTIONS.md

Important architecture note

Agentic pipeline steps are implemented in:

  • agentic_pipeline.py

Stage-3 entrypoint for the agentic mode is:

  • runner.py

Placeholder note (for schema compliance)

I intentionally kept the following placeholder block for now, because we do not yet have a finalized mapping from book chapters to capabilities. This is temporary and used only for schema compliance.
runner.py -> Line 142 - 162

Tests Added

None

kohankhaki
kohankhaki previously approved these changes Mar 17, 2026
Copy link
Copy Markdown
Contributor

@kohankhaki kohankhaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for all the changes. This looks good to me. :)

@saidul-islam98 saidul-islam98 merged commit 4e03372 into main Mar 19, 2026
2 checks passed
@kohankhaki kohankhaki deleted the agentic_task_gen_pipeline_solution_trace branch March 20, 2026 08:07
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

Successfully merging this pull request may close these issues.

3 participants