Frontmatter
| id | 7530 |
| title | Add Database Management Tools to Knowledge Base Server |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 17, 2025, 2:46 PM |
| updatedAt | Oct 17, 2025, 2:54 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7530 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7529 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 17, 2025, 2:54 PM |
To give agents more control over their environment, we will add tools to the Knowledge Base server to start and stop its underlying ChromaDB instance.
Acceptance Criteria
start_databasetool is added to theknowledge-baseserver'sopenapi.yaml.chroma run --path ./chromaas a background process.stop_databasetool is added, which can terminate the process started bystart_database.healthchecktool is updated to include the running status of the database process.databaseLifecycleService.mjs.