You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,30 +35,73 @@ We owe a **huge thanks** to [Aider](https://github.com/Aider-AI/aider) for provi
52
35
53
36
- 🏦 **ORE-Specific Insights** — **explORE-AI** can reference and analyze ORE’s specific code structure, giving more precise guidance.
54
37
- 🗺️ **Codebase Mapping** — Just like Aider, but with a deeper understanding of the ORE ecosystem.
55
-
- 🧠 **[Cloud and Local LLMs](https://aider.chat/docs/llms.html)** — Choose from Claude, DeepSeek, GPT variants, or almost any other LLM.
56
-
-`</>`**[Multi-Language Support](https://aider.chat/docs/languages.html)** — Even though ORE is mostly C++, explORE-AI supports 100+ coding languages.
57
-
- 🔀 **[Git Integration](https://aider.chat/docs/git.html)** — Automatic commits with sensible messages, so you can track AI-generated changes effortlessly.
58
-
- 🏗️ **Domain-Specific Testing & Linting** — Integrates smoothly with ORE’s tests or any specialized linters to ensure high-quality code.
59
-
- 🗣️ **Voice-to-Code** — Request new features, bug fixes, or run analytics queries by voice.
60
-
- 📋 **[Copy/Paste Web Chat](https://aider.chat/docs/usage/copypaste.html)** — If you need to jump into a browser-based LLM environment, explORE-AI makes it easier.
38
+
- 🧠 **[Cloud and Local LLMs](https://aider.chat/docs/llms.html)** — explORE-AI is mainly developed and tested with GPT variants, however other models supported by aider may work.
39
+
40
+
41
+
# Getting Started with explORE-AI
42
+
43
+
Follow the instructions below to clone, install, and use explORE-AI effectively.
44
+
45
+
## Directory Structure
46
+
47
+
Ensure your directory is structured correctly for explORE-AI to function properly:
48
+
49
+
```
50
+
root/
51
+
├── Engine/
52
+
└── explORE-AI/
53
+
```
61
54
62
-
## Getting Started
55
+
This layout enables explORE-AI to locate the ORE directory correctly.
56
+
57
+
## Cloning the Repository
58
+
59
+
Clone the explORE-AI repository into the **root** directory using the following command:
0 commit comments