refactor(tools): remove household, calendar, meals, and CRM tools from core
Some checks failed
CI / build-and-test (push) Failing after -30m34s

- Moved to future plugin as part of project scope adjustment
- Updated tool registration and descriptions accordingly
This commit is contained in:
2026-04-05 18:55:18 +02:00
parent 02bcbdabd8
commit 1d4dbad33f
7 changed files with 100 additions and 285 deletions

View File

@@ -127,11 +127,7 @@ func streamableTestToolSet() ToolSet {
Backfill: new(tools.BackfillTool),
Reparse: new(tools.ReparseMetadataTool),
RetryMetadata: new(tools.RetryMetadataTool),
Household: new(tools.HouseholdTool),
Maintenance: new(tools.MaintenanceTool),
Calendar: new(tools.CalendarTool),
Meals: new(tools.MealsTool),
CRM: new(tools.CRMTool),
Skills: new(tools.SkillsTool),
}
}