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)