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.
Try T-World instantly: Online Demo
- 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) 🆓
- Run a simple HTTP server in the project root. For example, with Python:
cd tworld python3 -m http.server 8080 - Open your browser and go to
localhost:8080.
Code license: GNU AGPL License (Affero General Public License)
