Configuration#
In the .enkaidu/ profile directory, you can define some default configurations by creating a file called config.yml or config.yaml (not both!).
Unlike the typical Enkaidu configuration, this config file only supports the auto_load: section.
Any profile configuration is merged with the contents of the project-specific or other enkaidu.yaml configuration file.
Example#
auto_load:
system_prompt_name: dev_assistant
toolsets:
- DateAndTime
- name: TextEditing
select:
- read_text_file
- create_text_file
- name: FileManagement
select:
- list_files