Configuration
Set Configuration
Modify configuration settings for an AI Agent
Set Configuration Command
The config set
command allows you to modify configuration settings for a specific AI Agent.
Usage
Options
Option | Description |
---|---|
--section <section> | Optional. Section to modify: general , memory , tools , interfaces |
--config <json> | Optional. Configuration in JSON format |
--file <path> | Optional. Path to JSON configuration file |
Examples
Update General Settings
Response:
Update Memory Configuration
Response:
Update from Configuration File
Response:
Configuration File Format
Notes
- Configuration changes can be made:
- Section by section using
--section
- All at once using a configuration file
- Directly via JSON string
- Section by section using
- The command:
- Validates all configuration changes
- Preserves existing values not specified
- Indicates if agent restart is required
- Provides detailed change summary
- Use
config view
to:- Check current configuration
- Verify changes
- Export configuration template
- Some changes may require agent restart
- Backup configurations before major changes