What problem does it solve?
The sculpt-cli skill provides a command-line interface to interact with the Sculptor platform programmatically, offering greater control and integration possibilities for automation.
Core Features & Use Cases
- API Interaction: Utilizes a CLI to communicate with the Sculptor API for tasks such as managing agents, creating and manipulating workspaces, and more.
- Agent Orchestration: Core support for delegate-and-await patterns and handling agents across multiple workspaces.
- Integration and Custom Workflows: Facilitates the integration of Sculptor into external workflows and scripts for enhanced productivity.
Quick Start
Use the sculpt command with the appropriate flags to interact with Sculptor's features and functionalities. For instance, to create a workspace and an agent: sculpt run --model opus --name "New workspace" "Setup the new project".