# Acumen Signal Lab — Expanded Agent Map ## Product model Acumen Signal Lab turns a question about a company, market, product, URL, idea, or dataset into an inspectable analysis surface. The intended flow is: Question → capability selection → execution → events → result → inspectable trace. The distinction between Registry and Runs is intentional: - Registry answers: what can the system do, where can it run, and what boundaries apply? - Runs answers: what did the system actually do, what changed, and what evidence or state was produced? ## Public pages - https://acumentradegroup.com/ — Observe: ask a question and assemble a workspace. - https://acumentradegroup.com/lab — Lab: six browser-native and guarded experiments. - https://acumentradegroup.com/registry — Registry: capability contracts, runtime placement, permissions, schemas, and licenses. - https://acumentradegroup.com/runs — Runs: recent run history and append-only event log. - https://acumentradegroup.com/architecture — Architecture: web interface, state layer, orchestrator, registry, and tools/data seams. ## Capability examples - `pricing_sensitivity`: browser Python-style calculation; inputs stay in the browser for the current demo. - `analyze_csv`: browser/server data summarization with a larger-job handoff boundary. - `fetch_url`: guarded readable-content retrieval with redirect, size, timeout, and hostile-input limits. - `compose_page_spec`: validated component-tree composition rather than arbitrary executable UI code. - `cluster_text`: server-side theme grouping with source provenance retained. - `build_scatterplot`: browser visualization with an accessible table fallback. ## Local-first boundary The current demos run locally in the browser when the capability is marked browser-local. No upload is required for the local CSV and pricing examples. Networked work is labeled in the Registry and should not be inferred to be local merely because the interface is local-first. ## Terms Runs are described as append-only application history. This prototype does not claim tamper-resistant or cryptographically immutable records. ## Machine-readable resources - https://acumentradegroup.com/robots.txt - https://acumentradegroup.com/llms.txt - https://acumentradegroup.com/sitemap.xml