Felipe Cardoso cardosofelipe
  • Joined on 2025-01-09
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-06 10:22:38 +00:00
4c8f81368c fix(docker): add NEXT_PUBLIC_API_BASE_URL to frontend containers
efbe91ce14 fix(frontend): use configurable backend URL in Next.js rewrite
5d646779c9 fix(frontend): preserve /api prefix in Next.js rewrite
5a4d93df26 feat(dashboard): use real API data and add 3 more demo projects
7ef217be39 feat(demo): tie all demo projects to admin user
Compare 8 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-06 01:34:40 +00:00
92782bcb05 refactor(init_db): remove demo data file and implement structured seeding
1dcf99ee38 fix(memory): use deque for metrics histograms to ensure bounded memory usage
70009676a3 fix(dashboard): disable SSE in demo mode and remove unused hooks
Compare 3 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-06 00:56:28 +00:00
192237e69b fix(memory): unify Outcome enum and add ABANDONED support
3edce9cd26 fix(memory): address critical bugs from multi-agent review
35aea2d73a perf(mcp): optimize test performance with parallel connections and reduced retries
d0f32d04f7 fix(tests): reduce TTL durations to improve test reliability
da85a8aba8 fix(memory): prevent entry metadata mutation in vector search
Compare 27 commits »
cardosofelipe pushed to feature/62-agent-memory-system at cardosofelipe/syndarix 2026-01-06 00:55:47 +00:00
192237e69b fix(memory): unify Outcome enum and add ABANDONED support
3edce9cd26 fix(memory): address critical bugs from multi-agent review
Compare 2 commits »
cardosofelipe pushed to feature/62-agent-memory-system at cardosofelipe/syndarix 2026-01-05 17:41:08 +00:00
35aea2d73a perf(mcp): optimize test performance with parallel connections and reduced retries
d0f32d04f7 fix(tests): reduce TTL durations to improve test reliability
Compare 2 commits »
cardosofelipe pushed to feature/62-agent-memory-system at cardosofelipe/syndarix 2026-01-05 16:43:52 +00:00
da85a8aba8 fix(memory): prevent entry metadata mutation in vector search
f8bd1011e9 security(memory): escape SQL ILIKE patterns to prevent injection
f057c2f0b6 fix(memory): add thread-safe singleton initialization
33ec889fc4 fix(memory): add data integrity constraints to Fact model
74b8c65741 fix(tests): move memory model tests to avoid import conflicts
Compare 10 commits »
cardosofelipe created branch feature/62-agent-memory-system in cardosofelipe/syndarix 2026-01-05 16:43:52 +00:00
cardosofelipe closed issue cardosofelipe/syndarix#62 2026-01-05 10:04:59 +00:00
feat(mcp): Agent Memory System
cardosofelipe commented on issue cardosofelipe/syndarix#62 2026-01-05 10:04:59 +00:00
feat(mcp): Agent Memory System

Agent Memory System - Complete

All 15 sub-issues have been implemented and closed:

Phase 1: Foundation

  • #87 Project Setup & Core Architecture
  • #88 Database Schema & Storage Layer

###…

cardosofelipe closed issue cardosofelipe/syndarix#101 2026-01-05 10:04:14 +00:00
feat(memory): #62-15 Documentation & Final Testing
cardosofelipe commented on issue cardosofelipe/syndarix#101 2026-01-05 10:04:14 +00:00
feat(memory): #62-15 Documentation & Final Testing

Implementation Complete

Documentation and final testing completed for the memory system.

Documentation Created

backend/docs/MEMORY_SYSTEM.md (~500 lines) covering:

  • Architecture…
cardosofelipe closed issue cardosofelipe/syndarix#100 2026-01-05 10:01:07 +00:00
feat(memory): #62-14 Metrics & Observability
cardosofelipe commented on issue cardosofelipe/syndarix#100 2026-01-05 10:01:07 +00:00
feat(memory): #62-14 Metrics & Observability

Implementation Complete

Memory Metrics collector implemented with comprehensive observability.

Files Created

  • backend/app/services/memory/metrics/__init__.py - Module exports -…
cardosofelipe closed issue cardosofelipe/syndarix#95 2026-01-05 03:26:52 +00:00
feat(memory): #62-9 Memory Consolidation
cardosofelipe closed issue cardosofelipe/syndarix#94 2026-01-05 03:26:51 +00:00
feat(memory): #62-8 Memory Indexing & Retrieval
cardosofelipe closed issue cardosofelipe/syndarix#93 2026-01-05 03:26:51 +00:00
feat(memory): #62-7 Memory Scoping
cardosofelipe closed issue cardosofelipe/syndarix#92 2026-01-05 03:26:50 +00:00
feat(memory): #62-6 Procedural Memory Implementation
cardosofelipe closed issue cardosofelipe/syndarix#90 2026-01-05 03:26:49 +00:00
feat(memory): #62-4 Episodic Memory Implementation
cardosofelipe closed issue cardosofelipe/syndarix#91 2026-01-05 03:26:49 +00:00
feat(memory): #62-5 Semantic Memory Implementation
cardosofelipe closed issue cardosofelipe/syndarix#87 2026-01-05 03:26:48 +00:00
feat(memory): #62-1 Project Setup & Core Architecture