Skip to main content

GAIA is a lightweight agent framework designed for the edge and AI PCs.

Project description

GAIA Logo GAIA: AI Agent Framework for AMD Ryzen AI

GAIA Build Installer GAIA CLI Tests Latest Release PyPI GitHub downloads OS - Windows OS - Linux Python 3.10+ License: MIT Discord

GAIA is AMD's open-source framework for building intelligent AI agents that run 100% locally on AMD Ryzen AI hardware. Keep your data private, eliminate cloud costs, and deploy in air-gapped environments—all with hardware-accelerated performance.

Get Started →


Why GAIA?

Feature Description
100% Local All data stays on your machine—perfect for sensitive workloads and air-gapped deployments
Zero Cloud Costs No API fees, no usage limits, no subscriptions—unlimited AI at no extra cost
Privacy-First HIPAA-compliant, GDPR-friendly—ideal for healthcare, finance, and enterprise
Ryzen AI Optimized Hardware-accelerated inference using NPU + iGPU on AMD Ryzen AI processors

Build Your First Agent

from gaia.agents.base.agent import Agent
from gaia.agents.base.tools import tool

class MyAgent(Agent):
    """A simple agent with custom tools."""

    def _get_system_prompt(self) -> str:
        return "You are a helpful assistant."

    def _register_tools(self):
        @tool
        def get_weather(city: str) -> dict:
            """Get weather for a city."""
            return {"city": city, "temperature": 72, "conditions": "Sunny"}

agent = MyAgent()
result = agent.process_query("What's the weather in Austin?")
print(result)

See the full quickstart guide →


Key Capabilities

  • Agent Framework — Base class with tool orchestration, state management, and error recovery
  • RAG System — Document indexing and semantic search for Q&A
  • Voice Integration — Whisper ASR + Kokoro TTS for speech interaction
  • Vision Models — Extract text from images with Qwen2.5-VL
  • Plugin System — Distribute agents via PyPI with auto-discovery
  • Web UI Packaging — Generate modern interfaces for your agents

Quick Install

pip install amd-gaia

For complete setup instructions including Lemonade Server, see the Quickstart Guide.


System Requirements

Requirement Minimum Recommended
Processor AMD Ryzen AI 300-series AMD Ryzen AI Max+ 395
OS Windows 11, Linux -
RAM 16GB 64GB

Documentation

  • Quickstart — Build your first agent in 10 minutes
  • SDK Reference — Complete API documentation
  • Guides — Chat, Voice, RAG, and more
  • FAQ — Frequently asked questions

Contributing

We welcome contributions! See our Contributing Guide for details.

  • Build agents in your own repository using GAIA as a dependency
  • Improve the framework — check GitHub Issues for open tasks
  • Add documentation — examples, tutorials, and guides

Contact


License

MIT License

Copyright(C) 2024-2025 Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amd_gaia-0.15.1.tar.gz (772.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

amd_gaia-0.15.1-py3-none-any.whl (759.7 kB view details)

Uploaded Python 3

File details

Details for the file amd_gaia-0.15.1.tar.gz.

File metadata

  • Download URL: amd_gaia-0.15.1.tar.gz
  • Upload date:
  • Size: 772.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for amd_gaia-0.15.1.tar.gz
Algorithm Hash digest
SHA256 c0cc807c959df703b9858996073410e11301b97b6caea5bc94a17e5b25abca88
MD5 409d22c599b793320b0136481c82f9d2
BLAKE2b-256 2cb4c3ed4a261797f936389c00b3fc8818e59607088d13e82c5a23afe7bb83a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for amd_gaia-0.15.1.tar.gz:

Publisher: pypi.yml on amd/gaia

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file amd_gaia-0.15.1-py3-none-any.whl.

File metadata

  • Download URL: amd_gaia-0.15.1-py3-none-any.whl
  • Upload date:
  • Size: 759.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for amd_gaia-0.15.1-py3-none-any.whl
Algorithm Hash digest
SHA256 60f032a4a22fc356844dfa46e562cb04175453d43cb0a63d8caa8d3b28b1dcb0
MD5 52c52a08431d32b9c3a0dd002563d25d
BLAKE2b-256 cd6f970a50c9a91404ab0b567d5f1217a6e3db8624736a97bc416623128492fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for amd_gaia-0.15.1-py3-none-any.whl:

Publisher: pypi.yml on amd/gaia

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page