Getting Started¶
Requirements¶
- Python 3.9+
- OpenAI-compatible LLM backend with prompt-caching support
- A model with strong tool/function calling (recommended: Gemma 4)
Installation¶
- Clone the repo:
- Verify Python 3 is installed:
python3 --version - Enter
Orbfolder and start the app: - Linux/Mac:
./run_unix.sh - Windows:
run_windows.bat
First Run¶
- Open the Endpoints sidepanel and configure your Writer and Agent LLM endpoints.
- The same model can serve both roles (suitable for local hosting).
- Two separate models give better results at higher token cost.
-
Endpoints use a tree structure: each endpoint may have many models, each model has its own params and custom prompts.
-
Create or import a character in the Characters tab.
-
Click the character and send your first message.