Deploy agents

Deploy foundational agents, configure required environment files, and verify the deployment using status and logs.

Procedure

  1. Deploy all the foundational agents.
    ./deploy.sh up --profile foundational-agents
    Note: Deploying agents with either a single profile or multiple profiles works only if the environment file is present in the default locations under the agents/<agent-name> directory.
  2. Verify agent services.
    Check the overall deployment status:
    ./deploy.sh status
    Review the logs for a specific agent:
    ./deploy.sh logs <agent-service-name> -f
    For example:
    ./deploy.sh logs automation-insight-agent -f