fischer-agentkit/src/agentkit/memory
chiguyong 364fe6bd6d feat(memory): U3 EpisodicMemory ORM integration - EpisodeModel and session factory
- EpisodeModel ORM model with pgvector embedding support
- create_episodic_session_factory for async PostgreSQL sessions
- Server app.py now resolves session_factory from database_url config
- Graceful fallback when database_url not configured
2026-06-06 22:21:00 +08:00
..
__init__.py feat(memory): RAG pipeline optimization — 5 Implementation Units 2026-06-06 19:27:09 +08:00
base.py feat(agentkit): v2 Phase 1 - ReAct/LLM Gateway/Skill/Server + review fixes 2026-06-05 23:32:16 +08:00
contextual_retrieval.py feat(memory): U2 Contextual Retrieval - LLM-generated context prefixes for chunks 2026-06-06 22:19:02 +08:00
embedder.py feat(agentkit): Phase 4 enterprise production upgrade — 12 Implementation Units 2026-06-06 21:51:04 +08:00
episodic.py feat(agentkit): Phase 4 enterprise production upgrade — 12 Implementation Units 2026-06-06 21:51:04 +08:00
http_rag.py feat(memory): U2 Contextual Retrieval - LLM-generated context prefixes for chunks 2026-06-06 22:19:02 +08:00
models.py feat(memory): U3 EpisodicMemory ORM integration - EpisodeModel and session factory 2026-06-06 22:21:00 +08:00
query_transformer.py feat(memory): RAG pipeline optimization — 5 Implementation Units 2026-06-06 19:27:09 +08:00
rag_loop.py feat(memory): U1 RAG self-correction loop (CRAG) 2026-06-06 22:16:23 +08:00
relevance_scorer.py feat(memory): U1 RAG self-correction loop (CRAG) 2026-06-06 22:16:23 +08:00
retriever.py feat(memory): U1 RAG self-correction loop (CRAG) 2026-06-06 22:16:23 +08:00
semantic.py feat(memory): RAG pipeline optimization — 5 Implementation Units 2026-06-06 19:27:09 +08:00
working.py feat(agentkit): v2 Phase 1 - ReAct/LLM Gateway/Skill/Server + review fixes 2026-06-05 23:32:16 +08:00