# heready-interfaces **Repository Path**: anzhuangguai/heready-interfaces ## Basic Information - **Project Name**: heready-interfaces - **Description**: 收集各个版本的heready-interfaces接口 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-28 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # heready-interfaces ## 介绍 收集各个版本的heready-interfaces接口 ## 客户端 作用: 负责发送AI请求和接收AI的答复 ### TypeScript语言的heready发送和接收接口 代码参考 https://gitee.com/anzhuangguai/heready-client/blob/203e29e3e3cff7de8c7c4f508c59fbe76f1621ce/src/message/AQSender.ts ### JAVA版本的heready发送和接收接口 代码参考 https://gitee.com/colornix/mapbox-offline-server/commit/e90a59852903f7d42695866fcd22b487aff6009c ### PYTHON版本的heready发送和接收接口 https://gitee.com/anzhuangguai/localwriter/commit/699ea54207eb3bf256e47ffccdc4d7bbd5354dbf ### RUST版本的heready发送和接收接口 RUST版本似乎是有的,但是我不记得在哪个git里有体现。 ## 智能体agent端 agent端负责从邮箱拉取AI请求,进行算力计算,将计算结果发送到邮箱 ### RUST版本的智能体 https://gitee.com/anzhuangguai/heready