claude-buddy
Version:
Your friendly AI development companion for Claude Code - supercharge Claude Code with intelligent workflows and safety features
52 lines (26 loc) • 1.48 kB
Markdown
[**claude-buddy v1.0.0**](../../README.md)
***
[claude-buddy](../../modules.md) / [types](../README.md) / LearningConfig
# Interface: LearningConfig
Defined in: [types/config.ts:72](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/config.ts#L72)
Learning engine configuration
## Properties
### enabled
> **enabled**: `boolean`
Defined in: [types/config.ts:73](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/config.ts#L73)
***
### adaptationRate
> **adaptationRate**: `number`
Defined in: [types/config.ts:74](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/config.ts#L74)
***
### memoryRetention
> **memoryRetention**: `number`
Defined in: [types/config.ts:75](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/config.ts#L75)
***
### feedbackWeight
> **feedbackWeight**: `number`
Defined in: [types/config.ts:76](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/config.ts#L76)
***
### patternThreshold
> **patternThreshold**: `number`
Defined in: [types/config.ts:77](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/config.ts#L77)