From 77a2b3ffabe837239ae666849879a896575a72b3 Mon Sep 17 00:00:00 2001 From: Mike Ivanov Date: Tue, 17 Mar 2026 13:14:46 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12f986a..20e13c3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # BitGN Platform Samples -This repository contains sample agents for the [BitGN Platform](https://bitgn.com). Sample agents use SDKs that are audo-generated from the [BitGN Schema](https://buf.build/bitgn/api). +This repository contains sample agents for the [BitGN Platform](https://bitgn.com). Sample agents use SDKs that are auto-generated from the [BitGN Schema](https://buf.build/bitgn/api). ## Sandbox -Sandbox is a test environment with a few sample tasks, where an agent helps to manage personal information system within Obsidian Vault. Running this environment doesn't require BitGN API Key, so it is a goot start. +Sandbox is a test environment with a few sample tasks, where an agent helps to manage a personal information system within Obsidian Vault. Running this environment doesn't require BitGN API Key, so it is a good start. Source code: [Sandbox Agent (Python)](sandbox/py)