Configuration
View Configuration
View configuration settings for an AI Agent
View Configuration Command
The config view
command displays the current configuration settings for a specific AI Agent.
Usage
Options
Option | Description |
---|---|
--format <format> | Optional. Output format: default (human-readable) or json |
--section <section> | Optional. View specific configuration section: general , memory , tools , interfaces |
Examples
View All Configuration
Response:
View Specific Section
Response:
JSON Format
Response:
Notes
- Configuration sections include:
- General settings
- Memory configuration
- Knowledge base settings
- LLM parameters
- Tool configurations
- Interface settings
- Security options
- Use
--section
to:- Focus on specific settings
- Reduce output volume
- Simplify viewing
- The JSON format is useful for:
- Programmatic access
- Configuration backups
- Setting templates
- Use
config set
to modify settings