chore: update AGENTS.md

This commit is contained in:
Junyan Qin
2025-12-12 17:35:02 +08:00
parent b5b5d499e5
commit 7a65f3d2f4
+1
View File
@@ -8,6 +8,7 @@ LangBot is a open-source LLM native instant messaging bot development platform,
LangBot has a comprehensive frontend, all operations can be performed through the frontend. The project splited into these major parts: LangBot has a comprehensive frontend, all operations can be performed through the frontend. The project splited into these major parts:
- `./src/langbot`: The main python package of the project, below are the main modules in this package:
- `./pkg`: The core python package of the project backend. - `./pkg`: The core python package of the project backend.
- `./pkg/platform`: The platform module of the project, containing the logic of message platform adapters, bot managers, message session managers, etc. - `./pkg/platform`: The platform module of the project, containing the logic of message platform adapters, bot managers, message session managers, etc.
- `./pkg/provider`: The provider module of the project, containing the logic of LLM providers, tool providers, etc. - `./pkg/provider`: The provider module of the project, containing the logic of LLM providers, tool providers, etc.