🔨 In Development — This section is still being developed and may change.
Execute sandboxed Python code for analysis, data extraction, and lightweight automation directly from Freddy assistants.
- Run Python 3.11 code with access to standard libraries and vetted data helpers.
- Read and write temporary files within the execution sandbox.
- Return structured outputs, charts, and tables to the calling assistant.
- Keep scripts short-lived (under 60 seconds) to avoid timeouts.
- Validate user input before passing it into execution to prevent misuse.
- Store sensitive data in environment variables, not hard-coded into scripts.