rony-llm-agent/pkg
Victor Vargas 1c0c86de10 feat(rag): memory taxonomy (episodic/semantic/procedural) + episodic auto-capture
Fragments now carry a memory type in metadata (legacy fragments count as
procedural) with SearchByType filtering, and EpisodeCapture summarizes a
finished turn with the local LLM and stores it as episodic memory, so the
agent can answer "what did we do yesterday?". Includes an E2E test against
a live llama.cpp server (gated) and taxonomy unit tests.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 14:50:31 -07:00
..
agent style: gofmt 2026-07-12 16:14:15 -07:00
config style: gofmt 2026-07-12 16:14:15 -07:00
llm style: gofmt 2026-07-12 16:14:15 -07:00
persona style: gofmt 2026-07-12 16:14:15 -07:00
rag feat(rag): memory taxonomy (episodic/semantic/procedural) + episodic auto-capture 2026-07-15 14:50:31 -07:00
tools style: gofmt 2026-07-12 16:14:15 -07:00