agent/src/php/Services
Snider c5c50f310c feat(brain): improve recall quality and ingest deduplication
- Add source field to brain_memories (manual, ingest:claude-md, etc.)
- Pass Qdrant similarity scores through to API response
- Minimum 50-char content length filter during ingest
- Content hash deduplication prevents duplicate memories on re-ingest
- Update VALID_TYPES to include all 13 memory types
- Include score and source in toMcpContext response

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 07:42:38 +00:00
..
Concerns feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
AgentApiKeyService.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
AgentDetection.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
AgenticManager.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
AgenticProviderInterface.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
AgenticResponse.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
AgentSessionService.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
AgentToolRegistry.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
BrainService.php feat(brain): improve recall quality and ingest deduplication 2026-03-15 07:42:38 +00:00
ClaudeService.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
ContentService.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
ForgejoService.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
GeminiService.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
IpRestrictionService.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
OpenAIService.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00
PlanTemplateService.php feat: merge php-agentic into agent repo as src/php 2026-03-09 18:05:30 +00:00