Documentation
¶
Overview ¶
Package main implements a production-like hello-world skill for OpenBotStack.
This is a standalone skill that can be compiled to WebAssembly and executed by the OpenBotStack runtime. It demonstrates:
- Reading input from the host runtime
- Processing user messages
- Writing output back to the runtime
- Using host APIs (logging, KV, LLM) - stubbed for local testing
Build for wasm:
tinygo build -o hello.wasm -target wasi -scheduler=none main.go
Test locally:
go test -v ./...
Click to show internal directories.
Click to hide internal directories.