From 0c8d3dd42f7fa58c6859aba1351b43a20a173873 Mon Sep 17 00:00:00 2001 From: hyyy Date: Sat, 16 May 2026 01:14:14 +0000 Subject: [PATCH] docs: add usage section to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d89d415..949816f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # hello-world-hive + Smoke test task: make agent.py print hello world + +## Usage + +Run the smoke test with: + +```bash +python agent.py +```