Merge pull request #371 from carrasquelalex1/add-hipocampo

docs: add hipocampo to projects
This commit is contained in:
Lucas Shamanic 2026-06-24 17:33:31 +01:00 committed by GitHub
commit 9595664cab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
name: Hipocampo
repo: https://github.com/carrasquelalex1/hipocampo
tagline: Dual memory system with BIRE search for AI agents
description: A dual-memory system (PostgreSQL + pgvector + Gemini Embeddings) for AI coding agents. Implements the BIRE algorithm (Búsqueda Integrada por Relevancia Expansiva) — unified semantic + lexical search with auto-tagging, hybrid scoring, GIN trigram indexes, and cross-system 768d embeddings. Ships as an opencode skill with SKILL.md, Python scripts, and full DDL schema.