> For the complete documentation index, see [llms.txt](https://delysium.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://delysium.gitbook.io/whitepaper/technical-overview/ai-agents-tools-and-services-building-on-the-delysium-network.md).

# AI Agents, Tools & Services: Building on the Delysium Network

Within the Delysium ecosystem, developers gather to build AI agents, tools, and services directly on top of the network. This is where the core development activities take place, leveraging the network's capabilities to create innovative solutions.

**Development Focus:**

**AI Agents:** The primary objective here is the creation of fully autonomous AI agents. These agents are engineered to sift through large datasets, execute decisions, adapt through learning, and engage with both users and other agents. They are pivotal in delivering customized user experiences, automating complex processes, and providing insightful analytics.

**Decentralized Trust:** Developers also incorporate blockchain-derived components like the Agent-ID to authenticate agent identities, ensuring a trustworthy environment within the network.

**Supporting Services:** The ecosystem will be equipped with a range of supporting services that bolster the functionality of AI agents, providing them with the necessary tools and APIs to perform optimally and interact with the blockchain infrastructure.<br>

**Key Components:**

**Unified AI-Agent Framework:** This framework standardizes the development of AI agents, ensuring they are consistent, scalable, and interoperable across the Delysium network.

**Developer Tools:** A suite of tools is available for developers to efficiently build, test, and deploy AI agents, streamlining the development process and optimizing agent performance.

**Agent Services & APIs:** Essential services and APIs are provided to enhance agent capabilities, facilitate integration with the network, and enable access to a wide range of functionalities.


---

# 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://delysium.gitbook.io/whitepaper/technical-overview/ai-agents-tools-and-services-building-on-the-delysium-network.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.
