ai: add "Source Code Structure" section in README
This commit is contained in:
@@ -28,4 +28,25 @@ Other files you should read and in git system also:
|
||||
> 管理和提供MCP工具。
|
||||
|
||||
- [rig](https://github.com/0xPlaygrounds/rig) - Encapsulate informations of interface calls.
|
||||
> 封装交互调用所用的信息。
|
||||
> 封装交互调用所用的信息。
|
||||
|
||||
## Source Code Structure 源码结构
|
||||
|
||||
Source code path is at: `<repo>/src`.
|
||||
|
||||
源码路径位于 `<repo>/src`。
|
||||
|
||||
- `main.rs` - Entry point of the client.
|
||||
> 客户端入口。
|
||||
|
||||
- `chat.rs` - Dialog management.
|
||||
> 对话管理。
|
||||
|
||||
- `mcp.rs` - Manage and provide MCP tool services.
|
||||
> 管理和提供MCP工具服务。
|
||||
|
||||
- `knowledge.rs` - Manage and provide knowledge services.
|
||||
> 管理和提供知识库服务。
|
||||
|
||||
- `config.rs` - Manage configurations.
|
||||
> 管理配置。
|
||||
Reference in New Issue
Block a user