Skip to content

Commit e53cf18

Browse files
committed
#7316 new sub md file
1 parent b70fcfe commit e53cf18

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Ticket: Refactor and Centralize AI Configuration
2+
3+
GH ticket id: #7324
4+
5+
**Epic:** AI Knowledge Evolution
6+
**Phase:** 1
7+
**Assignee:** tobiu
8+
**Status:** To Do
9+
10+
## Description
11+
12+
During the setup of the agent's memory database, a new configuration object (`memoryDBConfig`) was introduced. To avoid scattering configuration details across multiple scripts and creating technical debt, this ticket is to create a single, centralized configuration file for all AI-related scripts (knowledge base, memory, etc.).
13+
14+
## Acceptance Criteria
15+
16+
1. A new central configuration file is created at `buildScripts/ai/aiConfig.mjs`.
17+
2. The `memoryDBConfig` from `buildScripts/ai/setupMemoryDB.mjs` is moved into the new config file.
18+
3. Configuration variables from other AI scripts (e.g., `embedKnowledgeBase.mjs`, `queryKnowledgeBase.mjs`) are identified and moved to the new config file.
19+
4. All affected AI scripts are updated to import their settings from `buildScripts/ai/aiConfig.mjs`.
20+
5. The inline `TODO` comment in `setupMemoryDB.mjs` is removed.

0 commit comments

Comments
 (0)