I’m running into a bottleneck in my development process using the agent. When testing and debugging, the agent is not able to look at logs of background process when a test fails.
Ideally we’d want this to happen, the agents starts the dev server in background, see the output and concludes it has started correctly. It then runs a test script that does end-to-end testing of a particular endpoint. One of the tests fails, now it sees the error that the test script spit out but wants to see the logs for a background process. Ideally, we’d want to provide the LLM with the currently running background processes and then it can look at the logs. Is there any roadmap for implementing such as feature?