I really like Agno Workspace — it provides a scaffold that allows me to quickly build prototypes and seamlessly transition to production-level projects. However, I do have a few questions. I know that VSCode can use certain extensions to enable debugging inside Docker containers, but I’m not sure if this method still works for containers started with the agno ws up command. Or is there a more graceful way to perform breakpoint debugging in such projects?
Hey @Yuxi
thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.If it’s urgent, please let us know. We appreciate your patience!
As a suggestion why not briefly describe the method that Ango developers use to create new agents and workspaces with your existing environment. You can include a brief mention of how debugging is done. I have found that it is a little challenging trying to develop/debug outside of the new workspace environment and the bringing it in. If possible, I’d provide a brief overview of the key elements and philosophies of how the various pieces fit together, and definitely advice as to what is NOT possible with the current implementation.
Hello @Yuxi
Did you try this debugging mode and it did not work? Or are you simply asking if it would work?
In VS code, installing the docker and dev containers extensions, and then attaching to the container from inside VS Code should work.