A WoW addon and Python bridge for AI-powered gameplay assistance.
- ArcaneEngine/: WoW addon for sending requests via clipboard.
- runtime_bridge/: Python app that watches clipboard, queries Ollama AI, displays responses in overlay.
- Clipboard-based WoW addon to Python bridge.
- Ollama AI integration with tool calling (calculator).
- TSM data provider (groups, inventory, market data).
- RAG with ChromaDB for relevant data retrieval.
- Transparent overlay UI.
- Detailed logging for data flow.
- Install ArcaneEngine addon to WoW AddOns folder.
- Install Python deps:
pip install pyperclip ollama - Run
python runtime_bridge/main.py - In WoW,
/arcane pingto test.
- Python 3.8+
- Ollama running locally
- World of Warcraft