1. Installation

Install the CLI using pip:

pip install coralizer-cli

Verify the installation:

coralizer --version

2. Commands

3. Configuration

Each Coralized Agent uses a coral.yaml file that defines:

  • Agent ID
  • Description
  • Tools exposed
  • Memory preferences
  • Message handlers

This configuration is required for registration and runtime operations.

Notes

  • The CLI assumes the Coral Server is running.
  • Interaction and tool execution use the MCP format.
  • Thread and agent operations are stateless and scoped.

The CLI is an essential part of the Coral developer toolkit. It provides a lightweight way to interact with agents and experiment with Coral’s communication model in local or remote setups.