summaryrefslogtreecommitdiff
path: root/Omni/Agent/Tools/Python.hs
AgeCommit message (Collapse)Author
4 daysAdd python_exec tool for agent Python executionBen Sima
- Create Omni/Agent/Tools/Python.hs with python_exec tool - Execute Python snippets via subprocess with 30s default timeout - Return structured JSON with stdout, stderr, exit_code - Add 8 unit tests covering print, imports, errors, timeout - Wire tool into Telegram agent's tool list Completes t-265.1