LogoLogo
  • Welcome to Composabl
  • Get Started
  • Reference
    • CLI Reference
    • SDK Reference
    • Glossary
    • Sample Use Cases
  • Tutorials
    • Industrial Mixer
      • Get Started
      • Deep Reinforcement Learning
      • Strategy Pattern
      • Strategy Pattern with a Perception Layer
      • Plan-Execute Pattern
  • Establish a Simulation Environment
    • Simulation Overview
    • Connect a Simulator to Composabl
    • Composabl Simulation API
  • Build Multi-Agent Systems
    • Anatomy of a Multi-Agent System
    • Create a Use Case
    • Set Goals, Constraints, and Success Criteria
    • Create Skill Agents
      • Create Skill Agents
      • Create Skill Agents with Rewards Using the SDK
      • Configure Programmed Algorithms as Skill Agents
      • Configure API Connections to Third-Party Software as Skill Agents
    • Orchestrate Skill Agents
    • Configure Scenarios
    • Add a Perception Layer
      • Create a New Perceptor
      • Configure an ML Model as a Perceptor
      • Configure an LLM Model as a Perceptor
    • Publish Skill Agent Components to the UI
  • Train Agents
    • Submit a Training Job through the UI
    • Analyze Agent System Behavior
      • View Training Session Information
      • Analyze Data in Detail with the Historian
  • Evaluate Performance
    • Set KPI and ROI
    • Analyze Data
  • Deploy Agents
    • Access a Trained Agent System
    • Deploy an Agent System in a Container
    • Deploy an Agent System as an API
    • Connect Runtime Container to Your Operation
    • Connecting to Agent System Runtime and Plotting Results of Agent System Operations
  • clusters
    • Creating a Cluster
      • Manual
      • Automated
      • Azure
    • Connecting a Cluster
  • Troubleshooting
    • Resolving Certificate Issues for Installing the Composabl SDK on WSL
Powered by GitBook
On this page
  • Publish Skill Agents and Orchestrators
  • Publish Perceptors
Export as PDF
  1. Build Multi-Agent Systems

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

  1. Log in to Composabl: composabl login.The system will redirect you to the UI to enter your credentials and log in.

  2. Return to the command line and navigate to the folder containing the skill agent or orchestrator you want to publish.

  3. Publish the skill agent or orchestrator: composabl skill publish or composabl selector publish.

  4. Select your organization from the dropdown menu.

  5. Select your from the dropdown menu. Save your new skill agent or orchestrator there.

  6. 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

  1. Log in to Composabl: composabl login.The system will redirect you to the UI to enter your credentials and log in.

  2. Navigate to the perceptors folder (one level above the individual perceptor folder).

  3. Publish the perceptor: composabl perceptor publish perceptor_name

  4. Select your organization from the dropdown menu.

  5. Select your from the dropdown menu. Save your new skill or selector there.

  6. 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.

PreviousConfigure an LLM Model as a PerceptorNextSubmit a Training Job through the UI

Last updated 24 days ago