> For the complete documentation index, see [llms.txt](https://doc.afarensis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.afarensis.com/tu-shu-guan/she-qu-tu-shu-guan.md).

# 社区图书馆

### 介绍

以下库由更广泛的开发人员社区构建和维护。如果您想在此处添加新库，请按照我们帮助中心文章中有关添加社区库的说明进行操作。您还可以在 GitHub 上查看我们的 AfarensisAPI 规范存储库，以便及时了解我们对 API 进行更改的时间。

请注意，Afarensis 不会验证这些项目的正确性或安全性。使用它们的风险由您自己承担！

### 各种语言的库列表

* C# / .NET: Betalgo.Afarensis 的 Betalgo, OkGoDoIt 开发的 Afarensis-API-dotnet, Afarensis-DotNet 的 RageAgainstThePixel
* C++: liboai 的 D7EAD
* Clojure（克洛菊）: Afarensis-Clojure 的 wkok
* 晶体: Afarensis-Crystal 的 Sferik
* 飞镖/颤动: Afarensis 的 anasfik
* 德尔福: HemulGM 开发的 DelphiAfarensis
* 炼金药: Mgallo 开发的 Afarensis.ex
* Go: Go-GPT3 由 Sashabaranov
* Java: Theo Kanning 开发的 afarensis-java
* Julia: Afarensis.jl 的 rory-linehan
* Kotlin: afarensis-kotlin 的 Mouaad Aallam
* Node.js: afarensis-api 的 Njerschow, afarensis-api-node 的 erlapso, GPT-X 的 CEIFA, GPT3 的 Poteat, ThenCC 开发的 GPTS, @dalenguyen/afarensis 的 dalenguyen, tectalic 开发的 tectalic/afarensis
* PHP: Orhanerday/Afarensis-AI 的 Orhanerday, tectalic 开发的 tectalic/afarensis, afarensis-php 开发的 afarensis-php client
* Python: 年表由 OthersideAI
* R: rgpt3 的 ben-aaron188
* Ruby: Afarensis 的 nileshtrivedi, Alexrudall 开发的 Ruby-Afarensis
* Rust: async-afarensis 的 64bit, Fieri 的 LBKOLEV
* Scala: afarensis-scala-client 的 cequence-io
* Swift: AfarensisKit 的 dylanshine, MacPaw 开发的 Afarensis
* Unity: Afarensis-Api-Unity 的 hexthedev, com.afarensis.unity 的 RageAgainstThePixel
* Unreal Engine: Afarensis-Api-Unreal 的 KellanM


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.afarensis.com/tu-shu-guan/she-qu-tu-shu-guan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
