├── LICENSE ├── README.md ├── config-base.json ├── img ├── accept-reject.png ├── demo.gif ├── explorer.png └── icon.png ├── llama4-agent-original.js ├── llama4-prompt.txt ├── llama4_agent.py ├── prompts ├── computer_click.json ├── computer_click_and_type.json ├── computer_scroll.json ├── computer_type.json ├── note.json ├── stop.json ├── user_message.json └── wait.json └── warning.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/README.md -------------------------------------------------------------------------------- /config-base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/config-base.json -------------------------------------------------------------------------------- /img/accept-reject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/img/accept-reject.png -------------------------------------------------------------------------------- /img/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/img/demo.gif -------------------------------------------------------------------------------- /img/explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/img/explorer.png -------------------------------------------------------------------------------- /img/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/img/icon.png -------------------------------------------------------------------------------- /llama4-agent-original.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/llama4-agent-original.js -------------------------------------------------------------------------------- /llama4-prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/llama4-prompt.txt -------------------------------------------------------------------------------- /llama4_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/llama4_agent.py -------------------------------------------------------------------------------- /prompts/computer_click.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/prompts/computer_click.json -------------------------------------------------------------------------------- /prompts/computer_click_and_type.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/prompts/computer_click_and_type.json -------------------------------------------------------------------------------- /prompts/computer_scroll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/prompts/computer_scroll.json -------------------------------------------------------------------------------- /prompts/computer_type.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/prompts/computer_type.json -------------------------------------------------------------------------------- /prompts/note.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/prompts/note.json -------------------------------------------------------------------------------- /prompts/stop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/prompts/stop.json -------------------------------------------------------------------------------- /prompts/user_message.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/prompts/user_message.json -------------------------------------------------------------------------------- /prompts/wait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/prompts/wait.json -------------------------------------------------------------------------------- /warning.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheoLeeCJ/llama4-computer-use/HEAD/warning.txt --------------------------------------------------------------------------------