🏗️App FrameworkService lifecycle with topological dependencies, config injection, event system — a ready-to-go application skeleton.
🌐NetworkingTCP/UDP, HTTP (Express-style router, HttpClientPool), WebSocket, TLS, JSON-RPC IPC — start a server in one line.
🤖FSM & Behavior TreeState machine with history + JSON-driven behavior tree (events, subtrees, blackboard) — no template hell.
⚡Async TasksEvent loop, thread pools, cron scheduler, cancellable timers — manage concurrency as easily as Go routines.
📝Logging & MetricsAsync / rotating / leveled logging with structured `LogBuilder` + MDC. Counter / Gauge / Histogram with Prometheus exporter.
🔧UtilitiesJSON, crypto (SHA-256/HMAC/UUID), Result, strings, file I/O, byte reader/writer — no need to pull in third-party libs.