> For the complete documentation index, see [llms.txt](https://docs.carv.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carv.io/d.a.t.a.-ai-framework/source-code.md).

# Source code

The source code for the **D.A.T.A Framework** is available on GitHub: 👉 [**GitHub Repository: Eliza D.A.T.A**](https://github.com/carv-protocol/eliza-d.a.t.a/tree/carv/dev)

This implementation is built as a **plugin for Eliza**, leveraging its capabilities to provide a robust foundation for AI agents to access and process on-chain and off-chain data using the **D.A.T.A Framework**. The current implementation enables AI agents to utilize structured tags, on-chain metrics, and CARV ID for intelligent decision-making and interaction.

## **Future Development**

The D.A.T.A plugin will continue to evolve with the following goals:

* **Support for New Frameworks**: Expand compatibility beyond Eliza to integrate with leading AI agent platforms like **ZerePy**, **Rig**, and **Virtual**.
* **Enhanced Features**: Introduce additional metrics, deeper on-chain analytics, and cross-chain interoperability to enrich AI agents’ capabilities.
* **Privacy and Trust**: Strengthen TEE and CARV Verifier Node integration to ensure secure and trustless operation.

## **How to Contribute**

Developers are encouraged to explore the repository and contribute to the project by:

* Extending support for additional AI agent frameworks.
* Enhancing existing features, such as advanced metrics and data tagging.
* Proposing new use cases or integrations.

Get started by visiting the repository: 👉 [**GitHub Repository: Eliza D.A.T.A**](https://github.com/carv-protocol/eliza-d.a.t.a/tree/carv/dev)

The **D.A.T.A Framework** is designed to grow with the AI agent ecosystem, and your contributions can help shape its future. Join us in building the next generation of decentralized intelligence!


---

# 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://docs.carv.io/d.a.t.a.-ai-framework/source-code.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.
