master
pi-agent
bench: Bonsai-27B Q1_0 local probe (2.43 tok/s, 4.5GB, 8/8 triples); +MiniCPM5-vs-27B + HippoRAG index compare
Initial commit: avatar cognitive-memory-agent scaffold (Rust)
feat(pdf): Phase 4 — pdf-inspector + ocrmypdf OCR pipeline (memory-service ingest_pdf + Rust upload_pdf proxy + UI)
fix(api): upload_pdf now persists a document record (title=filename, content=extracted text, source=pdf) so /documents lists PDF uploads and /index can re-chunk them. Adds text field to PdfIngestResult (memory service returns extracted markdown).
fix(build): drop broken ort/onnx/miniccp5 path; LLM via llama-server HTTP client
chore: gitignore vendored memory/ (avatar-poc + hipporag copy)
fix(api): enable axum multipart feature
docs: README — architecture, services, API, ops