> For the complete documentation index, see [llms.txt](https://docs.redhive.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.redhive.online/platform/hive-agent-kit.md).

# Hive Agent Kit

Hive Agent Kit is an open-source toolkit designed to streamline the creation of EVM-powered applications with integrated wallet and transaction capabilities. V1 represents a feature-rich version of our toolkit, providing developers with a modular, plug-and-play experience with embedded wallet support.

Hive Agent Kit v1 is built around a modular, plugin-based architecture:

<figure><img src="/files/EbLRIYH5UJ7ekrcYM8wV" alt=""><figcaption></figcaption></figure>

The architecture is optimized for:

* **Reduced Hallucinations**: By limiting LLM exposure to only relevant tools.
* **Enhanced Security**: Private keys never need to be directly input.
* **Human-in-the-loop**: Optional transaction confirmation through Privy integration.
* **Fine-grained Rules**: Advanced control through Turnkey integration.
* **Better Performance**: Improved prompts and comprehensive evaluations.


---

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

```
GET https://docs.redhive.online/platform/hive-agent-kit.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.
