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
- Push the Docker image to a container registry
- Register the agent in the Admin panel
- Configure LLM settings
- 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