Skip to content

sergioburdisso/tworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T-World: Cross-programming language Web platform for Artificial Intelligence Research and Education with Agents. 🤖🌐

(Put your Agents through their paces! 😎)

T-World is a self-contained web application for AI research and education with agents. It supports cross-language programming and runs entirely in your browser with 100% native JavaScript—no frameworks or dependencies required.

Online Demo 🚀

Try T-World instantly: Online Demo

Features ✨

  • Cross-language agent programming — javascript natively + any other programming language via a special proxy (available for Windows as exe file here or compile it for any other system from here)
  • Fully browser-based, no installation needed (no special frameworks)
  • Easy setup with any basic HTTP server
  • Open-source (GNU AGPL License) 🆓

Quick Start 🏁

  1. Run a simple HTTP server in the project root. For example, with Python:
    cd tworld
    python3 -m http.server 8080
  2. Open your browser and go to localhost:8080.

License 📄

Code license: GNU AGPL License (Affero General Public License)

Screenshot 🖼️

T-World Web App Screenshot