Skip to content

Agent Data Hub v0.1.11

Choose a tag to compare

@AlexanderSmyslowski AlexanderSmyslowski released this 28 Jun 21:05

Agent Data Hub v0.1.11

Agent Data Hub v0.1.11 is a small Hub View work-surface release for the
local-first technical preview.

It focuses on a simple first-run question: after the demo opens, can a person
see what they can do next and understand the current state of the reviewed
project memory?

What Changed

Clearer Project Actions

  • Hub View now opens with a What can I do here? section.
  • The section gives five concrete paths: use ADH with an agent, find reviewed
    memory, read latest status, review suggested changes, and check memory
    quality.
  • The German UI mirrors the same idea with Was kann ich hier tun? and
    action-oriented wording.
  • The page search recognizes common German UI terms such as Risiko,
    Entscheidung, Bericht, and Arbeitsstand when filtering reviewed memory.
  • The actions point at existing read/review surfaces. They do not create new
    write paths or background automation.

Current Work State

  • Project pages now show a compact Current work state block.
  • The block summarizes latest status, risks and open questions, review queue,
    and quality snapshot.
  • In German, the same section is shown as Aktueller Arbeitsstand.
  • The goal is to make Hub View useful as a local overview, not just a static
    demo display.

Same Boundaries

  • Hub View still reads from the local Hub database.
  • Reviewed memory remains the durable source for facts, decisions, risks,
    questions, reports, and relations.
  • Suggested memory changes remain unreviewed until a human accepts or rejects
    them.
  • Agent handoff remains visible and explicit; the UI does not claim that an
    unconnected agent has used the context.

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 look for:

  • What can I do here?
  • Current work state
  • Use ADH with an agent
  • Find reviewed memory

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

scripts/first_run_demo.sh --mobile

Verification

This release candidate 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

Boundaries

  • no schema change
  • no migration
  • no new dependency
  • no new Hub-memory write path
  • no hosted service
  • no autonomous agent execution
  • no authentication or role system

Release Position

v0.1.11 is suitable for evaluating whether Hub View now feels like a useful
local work surface for reviewed project memory, rather than only a demo page.

It remains a technical preview. The release improves orientation, visible next
actions, and current-state readability; it does not make Agent Data Hub a hosted
product or replace the reviewed-memory model.