> For the complete documentation index, see [llms.txt](https://docs.agentipy.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agentipy.fun/integrations.md).

# Integrations

AgentiPy provides seamless integration with various AI and blockchain SDKs, starting with LangChain. This current integration enables AI agents to interact with a wide range of Solana-based protocols and services, empowering developers to effortlessly build sophisticated AI-driven blockchain applications

**Supported Integrations**

We offer out-of-the-box support for various SDKs. All you need to do is incorporate the pre-built tools; no additional configuration or custom code is required from you.&#x20;

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td> <strong>LangChain:</strong> We offer <strong>out-of-the-box, pre-configured tooling for LangChain</strong>. All you need to do is incorporate the pre-built AgentiPy tools and call them; no manual configuration or extensive custom code is required from you.</td><td><a href="/pages/AT8MYKrPbq8GslrpYmMT">/pages/AT8MYKrPbq8GslrpYmMT</a></td><td><a href="/files/5F3hUUmpA5j10qcyeNvK">/files/5F3hUUmpA5j10qcyeNvK</a></td></tr></tbody></table>

**Coming Soon: Expanded Tooling & Support**

We are actively working to expand our **pre-configured and highly simplified tooling** to include more of your favorite AI SDKs. While full AgentiPy tool integration (requiring just a tool call) is under development, you can still use these SDKs by writing your own agent code:<br>

* [**CrewAI:** Integrate CrewAI for collaborative AI agent frameworks.](/integrations/crewai.md)
* [**Google SDK:** Access Google's AI services and APIs within your Solana applications.](/integrations/google-adk.md)
* [**OpenAI SDK:** Connect to OpenAI's powerful models and services.](/integrations/openai.md)

\
Stay tuned for updates that will further simplify the integration of these platforms!


---

# 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.agentipy.fun/integrations.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.
