
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@medplum/agent
Advanced tools
On-prem agent for device connectivity.
[!WARNING] The Medplum Agent is currently in "alpha", and not ready for production use.
Please contact Medplum if you would like to learn more or get involved.
Published releases are built using Github Actions. See the installer build script for details.
The following tools are used to build the agent:
.exe
fileThe following environment variables are required:
SM_HOST
- DigiCert Signing Manager hostSM_API_KEY
- DigiCert Signing Manager API keySM_CLIENT_CERT_FILE_BASE64
- DigiCert Signing Manager client certificate file (base64 encoded)SM_CLIENT_CERT_PASSWORD
- DigiCert Signing Manager client certificate passwordSM_CERT_ALIAS
- DigiCert Signing Manager certificate aliasThe SM_CLIENT_CERT_FILE_BASE64
environment variable can be generated from the certificate file:
base64 Certificate_pkcs12.p12
References:
Build and run the docker image
docker build -t medplum-agent:latest \
--build-arg GIT_SHA=$(git log -1 --format=format:%H) \
--build-arg MEDPLUM_VERSION=3.0.3 .
docker run --rm \
-e MEDPLUM_BASE_URL="" \
-e MEDPLUM_CLIENT_ID="" \
-e MEDPLUM_CLIENT_SECRET="" \
-e MEDPLUM_AGENT_ID="" \
medplum-agent:latest
Optionally set the MEDPLUM_LOG_LEVEL
environment variable
-e MEDPLUM_LOG_LEVEL="DEBUG"
FAQs
Medplum Agent
The npm package @medplum/agent receives a total of 94 weekly downloads. As such, @medplum/agent popularity was classified as not popular.
We found that @medplum/agent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.