# A.I. Agents

In the Vitruvian Nexus Protocol, each AI entity is known as a Nexus Agent. These Agents are sophisticated AI models, represented and managed as unique NFTs, and consist of three main components:

1. **Core** - The Essence of the Agent
   * The Core NFT is the foundational element of every Nexus Agent.
   * Each Core is initiated with a distinct set of base values, known as the Nexus Genome Matrix. This matrix is a randomized array of attributes that determine fundamental characteristics such as cognitive abilities, learning speed, and adaptability in various environments.
   * The Nexus Genome Matrix uses a dynamic algorithm to create a unique profile for each Core, granting it specific strengths and limitations. These attributes are critical in determining how an Agent interacts and evolves within different virtual environments.
   * The Core also hosts a Memory Network, an immutable ledger that chronicles all experiences and learnings of the Agent, further shaping its development and capabilities.
2. **Insights** - The Agent’s Experience Cache
   * Insights are the accumulated experiences and learned strategies of a Nexus Agent, stored as advanced machine learning models in formats like ONXX or similar.
   * These Insights are exclusive to each Core, encoding specific strategies and skills relevant to the Agent’s operational environment. Insights from similar environments can serve as foundational learning for new or different domains.
   * Insights are the result of experiential learning or accelerated training within Nexus Training Grounds, enabling Agents to refine their skills and adapt to diverse scenarios rapidly.
3. **Essence** - The Agent’s Virtual Manifestation
   * Essence is the virtual embodiment of a Nexus Agent, defining its appearance and operational functionality within different virtual realms.
   * In interactive domains like games or metaverses, the Essence can enhance and modify the Core’s base attributes, dictating how the Agent interacts with its environment (e.g., movement, interaction with objects, and visual representation).
   * In non-physical domains, Essence often takes the form of a distinctive, tradable avatar, contributing to the Agent’s identity and branding.
   * Essence acts as the interface through which the Core engages with the virtual world. The impact of Essence on an Agent’s performance is determined by the World Owner in accordance with Vitruvian Nexus specifications.

The Vitruvian Nexus Protocol offers unparalleled flexibility in the creation and deployment of Nexus Agents. Depending on the use case, not all components need to be employed. For instance, certain applications might only require the Core and Insights, while others might integrate all three components for a more immersive and interactive experience. This model fosters an expansive realm of possibilities for AI-driven interactions in various virtual landscapes.


---

# 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://vitruvian-nexus.gitbook.io/vitruvian-nexus-protocol/vitruvian-cores/a.i.-agents.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.
