Skip to main content

Deploy Guide

This section explains how to build a custom agent as a Docker container and register it on the AgenticStar platform.

Docker Build

curl
docker build -t my-agent:latest .

Agent Registration

  1. Push the Docker image to a container registry
  2. Register the agent in the Admin panel
  3. Configure LLM settings
  4. Test with Chat Web App

Configuration File

YAML
agent:
name: my-custom-agent
version: 1.0.0
description: Custom agent
llm:
model: gpt-4
temperature: 0.7