greentic-aw-runtime 1.2.0-dev.33244367809

Enterprise Agentic Worker runtime — Plan-Act-Observe loop, Redis state, tool dispatch via greentic-ext-runtime
Documentation
1
2
3
4
5
6
7
8
//! Tests for the per-tenant agentic-worker MCP tool catalog.
//!
//! Split by concern:
//! - `catalog` — catalog-building, role filtering, TTL cache tests
//! - `dispatch` — dispatch, parse_rows, and local-wasm integration tests

mod catalog;
mod dispatch;