geraldamasi/agentworld-demo
2
๐ AgentWorld Demo โ Language World Model Simulator
A Gradio webapp demonstrating the capabilities of Qwen-AgentWorld, a Language World Model that simulates agentic environments. Instead of running real terminals, browsers, or APIs, the model predicts what those environments would return โ enabling fast, cheap, and safe agent testing.
What it simulates
How it works
- Pick a domain from the dropdown
- Enter an action in JSON format (click "Load Example" to get started)
- The model predicts what the environment would return
- Multi-turn: the model tracks state across your session (files created, pages visited, etc.)
Model
This Space uses Qwen2.5-7B-Instruct (free HF inference) with the official AgentWorld system prompts from the Qwen-AgentWorld repository.
For full simulation fidelity, deploy the actual Qwen-AgentWorld-35B-A3B model on a paid Inference Endpoint and set INFERENCE_ENDPOINT_URL.
Run locally
pip install -r requirements.txt
python app.pyCredits
- Qwen-AgentWorld by the Qwen team
- System prompts from QwenLM/Qwen-AgentWorld
- Built by geraldamasi
