Skip to content

OpenSymbolicAI CLI

Welcome to the OpenSymbolicAI CLI documentation.

The CLI provides an interactive TUI (Terminal User Interface) for discovering and running AI agents built with the OpenSymbolicAI framework.

Features

  • Agent Discovery: Automatically scan and discover agents in your project
  • Interactive TUI: Rich terminal interface built with Textual
  • Agent Execution: Run agents with configurable parameters
  • Model Management: Configure and cache AI model settings

Installation

uv add opensymbolicai-cli
pip install opensymbolicai-cli

Quick Start

# Run the CLI
opensymbolicai

This will launch the interactive TUI where you can browse and run available agents.