This repository hosts a small OpAMP provider (server) and consumer (client) setup plus supporting tools, docs, and tests.
- docs/README.md — full setup and run instructions.
- docs/index.md — documentation landing page and project overview.
- docs/features.md — feature notes and design direction.
- docs/scripts.md — script reference table by platform.
- consumer/README.md — consumer configuration and CLI usage.
- provider/README.md — provider configuration and web UI notes.
- docs/features.md — backlog and ideas for future work.
config— default configuration files (includingopamp.json).consumer— the OpAMP consumer (client) package, tests, and config samples.docs— project documentation.logs— runtime logs created by scripts.proto— protobuf definitions and generated artifacts.provider— the OpAMP provider (server) package, UI, and tests.scripts— helper run and shutdown scripts.shared— shared utilities used by provider/consumer.tests— repository-level tests.