Skip to content

Agent Data Hub v0.1.9

Choose a tag to compare

@AlexanderSmyslowski AlexanderSmyslowski released this 28 Jun 18:43

Agent Data Hub v0.1.9

Agent Data Hub v0.1.9 is a small Hub View usefulness release for the
local-first technical preview.

It does not add a new memory model, hosted service, autonomous search engine,
or write path. The release makes the project page more useful for humans by
adding a simple way to find reviewed memory already visible on the page.

What Changed

Find Reviewed Memory

  • Project pages now include Find reviewed memory near the top of the page.
  • The filter works on the visible reviewed memory already loaded into Hub View:
    facts, decisions, risks, open questions, reports, latest status, and
    relations.
  • Type names such as risk, decision, source, or report work because the
    filter checks item types as well as visible text.
  • Matching items appear directly below the search field while typing.
  • The result count updates while typing.
  • Empty matches show a clear no-result message.

Honest Scope

  • The filter does not search drafts.
  • The filter does not query hidden data.
  • The filter does not use embeddings, background indexing, or a hosted search
    service.
  • It is a local browser filter over the reviewed memory shown on the page.

Better First Human Use

  • Find reviewed memory is now a first-level project action.
  • The page still keeps Use ADH with an agent visible, but the first human
    value is clearer: inspect and find the reviewed context before handing it to
    an agent.

Recommended First Run

From a fresh folder:

git clone https://github.com/AlexanderSmyslowski/central-agent-data-hub.git
cd central-agent-data-hub
scripts/first_run_demo.sh

Then open Hub View and use:

  1. Find reviewed memory
  2. Type into Search this page
  3. Jump to Reviewed memory, Risks and questions, Latest status, or
    Relations
  4. Use Use ADH with an agent when you want to hand that context to an agent

For a phone preview on the same trusted Wi-Fi:

scripts/first_run_demo.sh --mobile

Verification

This release was checked with:

git diff --check
bash -n scripts/*.sh
.venv/bin/python -m compileall agent_hub
.venv/bin/python -m pytest -q
scripts/smoke_public_demo.sh
.venv/bin/python -m agent_hub.cli status
.venv/bin/python -m agent_hub.cli check

The first-run observation was repeated on a phone preview. The tester could
find Find reviewed memory, use Search this page, see matching items
appear directly below the field, understand that the search only covers visible
reviewed memory, reset the view with Show all, and still find Use ADH
with an agent
.

Boundaries

  • no schema change
  • no migration
  • no new dependency
  • no new Hub-memory write path
  • no autonomous search or background indexer
  • no hosted service
  • no MCP write tools
  • no authentication or role system

Release Position

v0.1.9 is suitable for evaluating whether Hub View feels more useful as a
human review surface: a user can inspect the project and quickly find reviewed
memory before using it with an agent.

It remains a technical preview. The release improves local inspection and
orientation; it does not turn Hub View into a full product dashboard or make
ADH a general search platform.