Update Agent
The Update Agent is responsible for ensuring your Bitaic agents remain up-to-date with the latest features, bug fixes, and security patches. This agent automates the update process, allowing you to focus on monitoring without interruption.
Key Features
- Automated Updates: Schedule automatic updates for all agents.
- Manual Control: Run manual updates whenever needed to stay on the latest version.
- Version Checks: Verify agent versions to confirm the latest software is in use.
Installation
The Update Agent is pre-installed with your Bitaic setup. To manually check for updates, use the command:
bitaic update agentConfiguration
Configure update frequency in update-agent-config.yml:
auto_update: true check_interval_hours: 24 auto_update: Enable or disable automatic updates. check_interval_hours: Set the frequency (in hours) for automatic update checks.Usage
To initiate a manual update for all agents, run:
bitaic update agent allOr update a specific agent:
bitaic update agent <agent_name>Verifying Updates
Check the current version of any agent with:
bitaic agent version <agent_name>