Skip to content

In 5.5-tools-prepare.py: Use of @coding_agent.tool seems incorrect #9

Description

@dronglobe

The job of the coding_agent is to create code. It does not make use of get_source_code() or get_industry_standards(). These functions are used by the code_review_agent.

My first thought was that it should be decorated with @code_review_agent.tool, but then the output from one agent is manually passed to the next using the deps argument in the run_sync method, so I'm not sure if it is even needed.

It stumped me for a while and can be updated so it does not confuse future learners.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions