# Projects

在 Eru2 的架构中有不少的组件，按照重要性的区别，我们分成了几类。用户可以根据自身的条件选择一类或者几类组合使用，或者结合现有的基础设施进行二次开发。

## 基础组件

* [core](https://github.com/projecteru2/core)
* [agent](https://github.com/projecteru2/agent)
* [cli](https://github.com/projecteru2/cli)
* [minions](https://github.com/projecteru2/minions)
* [barrel](https://github.com/projecteru2/barrel)
* yavirt

## 服务发现

* [elb](https://github.com/projecteru2/elb)

## 其他

* [quickstart](https://github.com/projecteru2/quickstart) A one key quickstart
* [demo](https://raw.githubusercontent.com/projecteru2/site/master/content/demo) A standalone demo


---

# Agent Instructions: 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:

```
GET https://book.eru.dev/projects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
