
Preparing page
Loading product graph, proof, and adoption context.
Loading

Preparing tokens&
Loading the next builder or enterprise surface.
Loading

Preparing page
Loading product graph, proof, and adoption context.
LoadingMulti-agent inbox triage that learns what's "urgent" to you from your corrections — continuous, self-evolving, human-correctable.
Stars
0
Forks
0
Language
Python
Repo updated
Jul 24, 2026
Stack
2 tools
Built
self-evolving-inbox
Proof
repo / 2 stack items / build notes
Next
Try it, remix the stack, or leave feedback.
poojapaul149 published the stack, notes, and linked sources so visitors can inspect the work without guessing what was actually built.
No build logs yet.
GitHub repo
pdpaul/self-evolving-inbox · updated Jul 24, 2026
Repository ownership was not verified at publish time.

Band
PRIMARYI registered four agents (triage / archive / deadline / cluster) on Band via its agent API, and each loop iteration posts its handoff as a message to a shared Band room (each agent @mentioning the next), producing a live, auditable trail of the agents coordinating — viewable in Jam Desktop. It's the orchestration backbone that turns four independent steps into one observable multi-agent system.
Actian
USEDActian VectorAI DB is the preference-memory backend — the substrate of the self-evolution loop. I integrated it via its Python client (VectorAIClient): each user correction is embedded and upserted as a vector with its bucket/metadata, and triage does a nearest-neighbor search against it before every decision, so recall of past corrections is the learning mechanism. Honest note: the Community Edition backend was unavailable across the hackathon, so the running demo uses an in-memory store behind