https://github.com/metauto-ai/agent-as-a-judge/blob/04654627caa1b6309ce2efd2ced6faf1039fe923/agent_as_a_judge/agent.py#L228C46-L228C54
Hello, I am using the run_wiki.py function. After reviewing the code, I noticed that the ask_anything function currently only relies on workspace_tree to generate results. Why not use locate and read to add file content context?
now the result of check_requirement is not used too.
https://github.com/metauto-ai/agent-as-a-judge/blob/04654627caa1b6309ce2efd2ced6faf1039fe923/agent_as_a_judge/agent.py#L228C46-L228C54
Hello, I am using the run_wiki.py function. After reviewing the code, I noticed that the ask_anything function currently only relies on workspace_tree to generate results. Why not use locate and read to add file content context?
now the result of check_requirement is not used too.