llmOS-Agent / src /tools.py

Commit History

fix(tools): enhance execute_terminal docstring to clarify VM command execution
527e233

minchyeom commited on

Limit tool output to last 10k characters
26ff0b4

tech-envision commited on

Fix terminal tool to return output
d39d8db

tech-envision commited on

Run terminal commands in background
c8f7ad8

tech-envision commited on

docs: enforce lookup behavior
59f95d3

tech-envision commited on

fix: correct terminal description from Linux to Ubuntu
94490a0

minchyeom commited on

Update document upload logic and extend command execution timeout to 30 seconds
4477cf4

starsnatched commited on

Add asynchronous VM execution and update prompt
a8ee91f

tech-envision commited on

Add document upload support and update prompt
7a7b1d3

tech-envision commited on

Refactor execute_terminal function to set a fixed timeout and improve command validation
aee9883

starsnatched commited on

Add persistent VM execution
2bae1d8

tech-envision commited on

Update docstring to specify execution environment as Linux terminal
04ad610

minchyeom commited on

Update docstring to clarify execution environment for terminal commands
54eda64

minchyeom commited on

Reduce timeout for terminal command execution from 30 to 3 seconds
2afcf85

minchyeom commited on

Replace python execution tool with terminal
ecc9e42

tech-envision commited on

Remove add_two_numbers tool
385fdad

tech-envision commited on

Allow limited imports in execute_python
7bd7366

tech-envision commited on

Add database support and persist chat history
bedb8e2

tech-envision commited on

Add initial implementation of chat application with required dependencies
0e02b97

minchyeom commited on