Publish Skill Agent Components to the UI
Once you have created new skill agent components in the SDK or configured existing algorithms and models, you can publish them with a simple CLI workflow to make them available in the UI to drag and drop into agent system designs.
Agent system components are published into . They will then be available to use for all the agent systems you create for that use case.
Publish Skill Agents and Orchestrators
Log in to Composabl:
composabl login.
The system will redirect you to the UI to enter your credentials and log in.Return to the command line and navigate to the folder containing the skill agent or orchestrator you want to publish.
Publish the skill agent or orchestrator:
composabl skill publish
orcomposabl selector publish
.Select your organization from the dropdown menu.
Select your from the dropdown menu. Save your new skill agent or orchestrator there.
Your skill agent or orchestrator will begin publishing. When the process is complete, go to the UI, navigate to the Agent Orchestration Studio, and refresh your browser to see your new skill agent or orchestrator in the sidebar.
Publish Perceptors
Log in to Composabl:
composabl login.
The system will redirect you to the UI to enter your credentials and log in.Navigate to the perceptors folder (one level above the individual perceptor folder).
Publish the perceptor:
composabl perceptor publish perceptor_name
Select your organization from the dropdown menu.
Select your from the dropdown menu. Save your new skill or selector there.
Your perceptor will begin publishing. When the process is complete, go to the UI, navigate to the Agent Orchestration Studio, and refresh your browser to see your new perceptor in the sidebar.
Last updated