Sample Agent banner
snow-ghost snow-ghost

Sample Agent

Development community

Description

This repository contains sample agents for the [BitGN Platform](https://bitgn.com). The sample agents use SDKs that are auto-generated from the [BitGN Schema](https://buf.build/bitgn/api), which is st

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

BitGN Platform Samples

This repository contains sample agents for the [BitGN Platform](https://bitgn.com). The sample agents use SDKs that are auto-generated from the [BitGN Schema](https://buf.build/bitgn/api), which is stored in the [proto/](proto/) folder.

Important: packages for Python and other languages are generated by Buf and hosted on separate registries. The installation instructions point to those registries by default, just like the sample agents do.

Sandbox

Sandbox is a test environment with a few sample tasks where an agent helps manage a personal information system within an Obsidian vault. Running this environment does not require a BitGN API key, so it is a good place to start.

Source code: [Sandbox Agent (Python)](sandbox-py)

[![BitGN Sandbox intro](res/bitgn_sandbox_video.png)](https://www.youtube.com/watch?v=18ZWfSbTs8M)

PAC1

PAC1 is the PCM-runtime sample. It mirrors the sandbox control-plane flow, but it operates against the `bitgn.vm.pcm` file-system runtime and the `bitgn/pac1-dev` benchmark.

Source code: [PAC1 Agent (Python)](pac1-py)

If you build your own sample agent, feel free to open an issue with a link to it. We will add it to the repository.

References

Copyright

BitGN is built and maintained by Rinat Abdullin and Ksenia Makarova.