Isolated Agents SDK
This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built As AI agents become more autonomous—capable of executing code, scraping the web, or modifying files—running them directly on a host machine becomes a massive security risk. This SDK provides a simple, Pythonic API (using decorators) to wrap existing agents from frameworks like LangChain, CrewAI, and AutoGPT in a secure sandbox. It enforces strict network policies, resource limits, and read-only filesystems. To me, this p
