Set Up Python Tool Execution Add client-side Python tool execution via Pyodide to this Flows app. Target: $ARGUMENTS Prerequisite must already be complete: the app should have vendored atlas-agent code under (including for ) and the peer dependencies from that skill ( , , ). Copy the Python-related modules from the skill directory into when adding Pyodide ( , , , — see Step 5). Background Atlas agents can have Python tools defined in their CDF config ( ). When the agent calls one, it arrives as a (auto-allowed) followed by a action. The library fetches the tool's Python code from the agent co…