+++
This CLI tool is for managing agents, frameworks, swarms, and tools with SwarmBase.ai. It uses click and provides commands for creating, listing, updating, and deleting various entities.
To install the CLI, use pip:
diffCopy code+++ pip install swarmbase +++
Before using the CLI, configure it with the base URL of the SwarmBase.ai API. This is done automatically the first time you run any command with the --base-url option. The configuration is saved in ~/.swarm_cli_config.json for future use.
--base-url: Set the base URL of the SwarmBase.ai API.--debug: Enable debug logging.