frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Memv – Memory for AI Agents

https://github.com/vstorm-co/memv
4•brgsk•3h ago
memv is an open-source Python library that gives AI agents persistent memory. Feed it conversations; it extracts knowledge.

The extraction mechanism is predict-calibrate (Nemori paper): given existing knowledge, it predicts what a new conversation should contain, then extracts only what the prediction missed.

v0.1.2 adds the production path: - PostgreSQL backend (pgvector for vectors, tsvector for text search, asyncpg pooling). Single db_url parameter — file path for SQLite, connection string for Postgres. - Embedding adapters: OpenAI, Voyage, Cohere, fastembed (local ONNX).

Other things it does: - Bi-temporal validity: event time (when was the fact true) + transaction time (when did we learn it), following Graphiti's model. - Hybrid retrieval: vector similarity + BM25 merged with Reciprocal Rank Fusion. - Episode segmentation: groups messages before extraction. - Contradiction handling: new facts invalidate old ones, with full audit trail.

Procedural memory (agents learning from past runs) is next, deferred until there's usage data.

Comments

brgsk•1h ago
Install with

  ```
  uv add "memvee[postgres]"
  ```
- Links:

  - GitHub: https://github.com/vstorm-co/memv

  - Docs: https://vstorm-co.github.io/memv

  - PyPI: https://pypi.org/project/memvee/
- Quickstart:

  ```python
  from memv import Memory
  from memv.embeddings import OpenAIEmbedAdapter
  from memv.llm import PydanticAIAdapter

  memory = Memory(
      db_url="postgresql://user:pass@host/db",
      embedding_client=OpenAIEmbedAdapter(),
      llm_client=PydanticAIAdapter("openai:gpt-4o-mini"),
  )
  ```

Show HN: Coasts – Containerized Hosts for Agents

https://github.com/coast-guard/coasts
39•jsunderland323•5h ago•11 comments

Show HN: A 3D Body Scan for Nine Cents – Without SMPL

https://clad.you/blog/posts/body-pipeline/
5•arkadiuss•5h ago•1 comments

Show HN: I made my fitness dashboard public and Apple Health needs an API

https://aka.me/blog/personal-software-to-stay-healthy/
6•pbarondadditude•3h ago•3 comments

Show HN: Memv – Memory for AI Agents

https://github.com/vstorm-co/memv
4•brgsk•3h ago•1 comments

Show HN: The Alphabetical Clock

https://boat.horse/clock/
35•secretdark•13h ago•23 comments

Show HN: QuickBEAM – run JavaScript as supervised Erlang/OTP processes

https://github.com/elixir-volt/quickbeam
103•dannote•2d ago•16 comments

Show HN: Crazierl – An Erlang Operating System

https://crazierl.org/demo/
68•toast0•1d ago•12 comments

Show HN: AI Spotlight for Your Computer (natural language search for files)

3•DEEPAN_C•5h ago•0 comments

Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders

https://sheetninja.io
81•sxa001•1d ago•74 comments

Show HN: BreezePDF – Free, in-browser PDF editor

https://breezepdf.com/?v=3
88•philjohnson•1d ago•41 comments

Show HN: A Terminal Interface for Jira

https://github.com/justinmklam/tira
4•thehaikuza•7h ago•0 comments

Show HN: I made a "programming language" looking for feedback

https://github.com/alonsovm44/glupe
36•alonsovm•1d ago•38 comments

Show HN: ListenDock – turn blogs and PDFs into audio

https://listendock.com/blogs
5•janpmz•8h ago•1 comments

Show HN: Heartbeat – A simple public page for your real-world and online status

https://heartbeat.page/
8•ipster_io•9h ago•9 comments

Show HN: React-Rewrite – Figma for localhost that directly edits your codebase

https://github.com/donghaxkim/react-rewrite
6•donghaxkim•18h ago•1 comments

Show HN: ConvertPNG2JPG – A 100% free, client-side image and PDF converter

https://convertpng2jpg.com/
4•pramaz•11h ago•3 comments

Show HN: Pglens – 27 read-only PostgreSQL tools for AI agents via MCP

https://github.com/janbjorge/pglens
11•jeeybee•1d ago•7 comments

Show HN: DeepRepo – AI architecture diagrams from GitHub repos

https://deeprepo.dev
17•uwais12•1d ago•7 comments

Show HN: Payphone Tag is territory game using Australia's 15,000 payphones

https://payphonetag.com
17•gangerang•1d ago•7 comments

Show HN: IsDisposable – Open-source disposable email detection (160K+ domains)

https://www.npmjs.com/package/@isdisposable/js
5•junaidshaukat•12h ago•3 comments

Show HN: Veil – A Minimal Neovim GUI for macOS with Metal Rendering

https://github.com/rainux/Veil
7•rainux•13h ago•0 comments

Show HN: Timezone App – Visual meeting scheduler for distributed teams

https://timezoneapp.co/
18•choogi•1d ago•2 comments

Show HN: I made a free list of 100 places to promote your SaaS

https://launchdirectories.com
17•rosennn•1d ago•0 comments

Show HN: Agent Orchestrator, a local-first Harness Engineering control plane

14•gpgkd906•1d ago•0 comments

Show HN : DrawX - Excalidraw with Back End

https://drawx.ossy.dev
4•postatic•15h ago•3 comments

Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3

https://github.com/russellromney/turbolite
183•russellthehippo•4d ago•46 comments

Show HN: Public transit systems as data – lines, stations, railcars, and history

https://publictransit.systems
46•qwertykb•1d ago•20 comments

Show HN: HTMLPipe, and how to archive archive.is pages on archive.org manually

https://smileplease.mataroa.blog/blog/htmlpipe-and-how-we-can-use-it-for-archive/
4•Imustaskforhelp•6h ago•1 comments

Show HN: I built an OS that is pure AI

https://pneuma.computer
32•evanbarke•2d ago•39 comments

Show HN: I put an AI agent on a $7/month VPS with IRC as its transport layer

https://georgelarson.me/writing/2026-03-23-nullclaw-doorman/
338•j0rg3•3d ago•97 comments