# Integrated AI Agent Frameworks

At the heart of Autonomous Worlds are **AI Agents** created using open-source frameworks like Eliza or G.A.M.E. These agents are empowered by the following features:

* **Memory Database**: Each agent maintains a long-term memory of multimodal, observations, actions, and reflections, allowing them to evolve and operate coherently over time.
* **Character Files and Agent Database**: These define agent roles, behaviors, and interactions while enabling dynamic agent generation and refinement.


---

# 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://docs.awenetwork.ai/introduction/the-architecture-of-autonomous-worlds/integrated-ai-agent-frameworks.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.
