The Coralizer CLI is a command line tool that helps developers create, configure, and manage Coralized Agents. It streamlines the process of registering agents, managing communication threads, and simulating interactions. This guide provides an overview of the main commands and workflows.
Install the CLI using pip:
Verify the installation:
coralizer init <agent-name>
Initialise a new Coralized Agent project. This sets up the directory structure, configuration files, and boilerplate code.
coralizer register <agent-name>
Register your agent with a running Coral Server.
coralizer message
Send a message to a registered agent within a thread.
coralizer list-agents
List all registered agents on the Coral Server.
coralizer list-threads
View available threads and participants.
Each Coralized Agent uses a coral.yaml
file that defines:
This configuration is required for registration and runtime operations.
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.
The Coralizer CLI is a command line tool that helps developers create, configure, and manage Coralized Agents. It streamlines the process of registering agents, managing communication threads, and simulating interactions. This guide provides an overview of the main commands and workflows.
Install the CLI using pip:
Verify the installation:
coralizer init <agent-name>
Initialise a new Coralized Agent project. This sets up the directory structure, configuration files, and boilerplate code.
coralizer register <agent-name>
Register your agent with a running Coral Server.
coralizer message
Send a message to a registered agent within a thread.
coralizer list-agents
List all registered agents on the Coral Server.
coralizer list-threads
View available threads and participants.
Each Coralized Agent uses a coral.yaml
file that defines:
This configuration is required for registration and runtime operations.
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.