Import Skill Agents to the UI

Import Skill Agents into Composabl

Composabl makes it easy to import existing logic and controllers, from MPC and PID controllers to custom Python applications and machine learning models. Once imported, these agents can be reused across your use cases and visually orchestrated in the Agent Orchestration Studio.

Whether you’ve built your logic using Composabl’s SDK or you're wrapping existing IP (e.g., LLMs, external APIs, heuristics), you can import it into Composabl and make it available for drag-and-drop integration.

You can import , , and .


Why Import Skill Agents?

Many organizations already rely on proven control strategies, models, or code. Importing them into Composabl allows you to:

  • Re-use your existing IP in a composable agent system

  • Combine logic-based and learning-based agents (e.g., hybrid PID + DRL setups)

  • Standardize deployment workflows across your team or organization


How to Import Skill Agents and Orchestrators

  1. Log in to Composabl

    composabl login

You’ll be redirected to the browser to enter your credentials.

  1. Navigate to your agent directory

    Change to the folder containing the skill agent or orchestrator you want to import.

  2. Import the component

    • For a skill agent:

composabl skill publish skill-name
  • For an orchestrator:

composabl selector publish selector-name
  1. Choose where to save it

    • Select your organization

    • Select the project or use case

  2. Finish importing

    Once the import is complete:

    • Open the UI

    • Go to Agent Orchestration Studio

    • Refresh your browser

    Your new skill agent or orchestrator will appear in the sidebar, ready to use.

Importing Perceptors

  1. Navigate to the Perceptors Directory

Move to the folder above the individual perceptor you want to import.

  1. Import a Perceptor

composabl perceptor publish perceptor-name
  1. Select Your Organization and Use Case

  2. Complete the Import

    After import:

    • Go to the UI

    • Open Agent Orchestration Studio

    • Refresh the page

    Your perceptor will appear in the sidebar and can be connected to agents.


What Can You Import?

You can import nearly any Python-based logic as a skill agent, including:

  • PID or MPC controllers

  • LLM-based agents

  • Business rule engines

  • ML models or custom inference code

  • External API wrappers

Once imported, these agents can be composed into intelligent multi-agent systems alongside Composabl-native components.

Last updated