> ## Documentation Index
> Fetch the complete documentation index at: https://ixoworld-canonical.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Agentic Oracles ADK

> Agent Development Kit for building Agentic Oracle services with `@ixo/oracle-agent-sdk`.

## What it is

**Qi Forge ADK** is the broader product for building Agentic Oracles: it includes the **Qi Forge CLI** and a **no-code Agentic Oracle-builder Skill**, so teams can ship oracle workflows from the command line, from skills, or from application code.

The **Agentic Oracles ADK** (Agent Development Kit) on this page is the public docs name for the **`@ixo/oracle-agent-sdk`** package—the TypeScript toolkit for scaffolding, implementing, and deploying oracle services into the network. It supports verification oracles, validation pipelines, intelligent automation, and attestation-style services that fit the [Agentic Oracles](/articles/ixo-oracles) model and [Qi](/articles/qi-intelligent-cooperating-system) cooperation patterns.

<Info>
  If you are building a React app that connects users to existing oracles, use the [Oracles Client SDK](/sdk-reference/oracles-client-sdk).
</Info>

<Note>
  **Personal Agent ADK** (`@ixo/assistant-sdk`) is a different product surface—conversational AI and client integration—documented on [Personal Agent ADK](/sdk-reference/oracle-adk).
</Note>

## Install

```bash theme={null}
npm install @ixo/oracle-agent-sdk
```

## Where to go next

<CardGroup cols={2}>
  <Card title="Agentic Oracles (concepts)" icon="book" href="/articles/ixo-oracles">
    Capabilities, architecture themes, and vocabulary for oracle services.
  </Card>

  <Card title="Oracle architecture guide" icon="diagram-project" href="/guides/ixo-oracles-architecture">
    Deeper layout of oracle and agent services on IXO.
  </Card>

  <Card title="Developer examples" icon="lightbulb" href="/guides/dev/examples">
    Code-oriented patterns that use oracle and stack SDKs together.
  </Card>

  <Card title="IXO MultiClient SDK" icon="network-wired" href="/sdk-reference/multiclient-sdk">
    Unified protocol, Matrix, and related integration when you need it alongside agents.
  </Card>
</CardGroup>

For service and infrastructure contracts, use the [API reference](/api-reference/index) for the surfaces your deployment calls.
