What problem does it solve? Developers working with the Kitex RPC framework often need authoritative guidance on IDL definition, code generation, service governance configuration, and cryptic RPC error codes (such as 103 timeouts or 1601 ACL rejections) scattered across internal documentation. ## Core Features & Use Cases - IDL & Code Generation: Define Thrift/Protobuf IDL and generate Client/Server code with the kitex tool, including Git-based IDL imports and version pinning. - Service Governance: Configure load balancing, timeouts, retries, connection pools, middleware, and circuit breakers for production RPC services. - Error Code Reference: Look up Kitex/Kite, Mesh Proxy, DES-RPC, and MySQL Mesh error codes with root-cause explanations and remediation steps. - Use Case: When a production RPC call fails with error code 1201 (connection timeout), consult the error code reference to identify the cause and adjust connection timeout or retry policies accordingly. ## Quick Start Ask the agent how to configure retry and timeout policies for a Kitex client calling a downstream service.