https://github.com/marcinbator/rag2-integration-test
Remote control source and web game integration demo tool for RAG2
https://github.com/marcinbator/rag2-integration-test
python typescript websocket
Last synced: about 1 month ago
JSON representation
Remote control source and web game integration demo tool for RAG2
- Host: GitHub
- URL: https://github.com/marcinbator/rag2-integration-test
- Owner: marcinbator
- License: mit
- Created: 2025-05-10T14:38:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-14T13:50:30.000Z (about 1 year ago)
- Last Synced: 2025-05-21T10:16:08.213Z (about 1 year ago)
- Topics: python, typescript, websocket
- Language: TypeScript
- Homepage: https://rutai.kia.prz.edu.pl/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RAG2 integration test
## Overview
This is a testing tool for visualisation of data flow in framework created for RAG2 project
(integrating web minigames with remote AI models) using abstract websocket definition.
## Prerequisities
1. Node v20
2. Python 3.11
3. PIP
## Usage
1. Copy `example.env` file into new file `.env` in main directory, enter your actual NODE path in it
2. In `./client` directory run `npm install` command
3. In main directory run `pip install -r requirements.txt`
4. Run `main.py` file
## Test caes
Test cases (names, inputs and assertions) are defined in list of objects in `main.py` file.