SimpleTool
[ICML2026]A method to use LLM function calling with real-time level speed, empowering latency-sensitive applications like robotics, game AI, and autonomous agents.
File Explorer
Download Latest Version (.zip)- demo_arena.mp4
- demo_pong.mp4
- fig_title_panel_a.png
- overview.png
- realtimetool_icml2026_poster.pdf
- neon_arena-checkpoint.html
- 01_calm_εΉ³ι.png
- 02_happy_εΌεΏ.png
- 03_confused_ε°ζ.png
- 04_angry_ηζ°.png
- 05_sad_ιΎθΏ.png
- 06_curious_ε₯½ε₯.png
- 07_furious_ζ€ζ.png
- 08_crying_εζ³£.png
- 09_idea_η΅ζ.png
- 01_smile.png
- 02_laugh.png
- 03_angry.png
- 04_sad.png
- 05_shocked.png
- 06_confused.png
- 07_love.png
- 08_smug.png
- 09_dizzy.png
- miss_you.wav
- t_ε«ζδΊεθΎε«ζδΊ.wav
- t_ζι±ΌεθΎζι±ΌεθΎ.wav
- t_ε«ζδΊε«ζδΊ.wav
- t_ζι±Όζι±Ό.wav
- neon_arena.html
- flappy_bird.html
- pong_game.html
- scenarios.json
- tools_arm.jsonl
- tools_avatar.jsonl
- tools_game.jsonl
- v1_system.txt
- .gitignore
- 01_benchmark.py
- 02_server.py
- 03_test_server.py
- README.md
- README_zh.md
- requirements.txt
- simpletool-game.skill.md
# Installation Guide
1. Get the code
git clone https://github.com/HaxxorCialtion/SimpleTool
Downloads the entire project code from GitHub to your computer.
cd SimpleTool
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
uv pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python3 -m http.server 8080 --bind 127.0.0.1
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
