#greentic #mcp #agent #runner

app greentic-host

Wasm pack runner for Greentic agent flows with MCP, telemetry, and adapter support

1 unstable release

0.1.0 Oct 30, 2025

#2055 in WebAssembly

MIT license

41KB
1K SLoC

greentic-runner

Greentic runner host for executing agentic flows packaged as Wasm components.
This repository contains the host binary (crates/host) and integration test scaffolding (crates/tests).

Getting Started

cargo run -p host -- --pack /path/to/pack.wasm --bindings examples/bindings/default.bindings.yaml --port 8080

On startup the host loads the supplied pack, enumerates flows, and exposes the messaging webhook for Telegram under /messaging/telegram/webhook.

License

MIT

Dependencies

~62–84MB
~1.5M SLoC