Implement the python_tool_requirements() factory function that bundles the five generic requirements with configurable parameters.
Implementation
- Create in mellea/stdlib/requirements/python_tools.py
- Support allowed_imports, output_limit_chars, timeout_seconds, use_sandbox parameters
Tests & Documentation
- Comprehensive docstring with Args, Returns, Raises, Examples sections
- Test factory returns correct requirement instances
- Test parameter propagation and various configuration combinations
Part of #1023
Implement the python_tool_requirements() factory function that bundles the five generic requirements with configurable parameters.
Implementation
Tests & Documentation
Part of #1023