Skip to content

Getting Started

Installation

uv add opensymbolicai-cli
pip install opensymbolicai-cli

Requirements

Basic Usage

Running the CLI

Launch the interactive TUI:

opensymbolicai

Environment Configuration

Create a .env file in your project root to configure API keys and settings:

OPENAI_API_KEY=your-api-key
ANTHROPIC_API_KEY=your-api-key

The TUI supports keyboard navigation:

  • Arrow keys: Navigate between items
  • Enter: Select/confirm
  • Escape: Go back/cancel
  • q: Quit the application