Skip to main content
The Agno provider integrates the Agno AI agent framework with Pragmatiks, enabling you to define, configure, and deploy AI agents and multi-agent teams as declarative resources.

What is Agno?

Agno is a Python framework for building AI agents with support for models, tools, knowledge bases, and memory. The Agno provider lets you manage the full agent lifecycle declaratively — from model configuration to Kubernetes deployment.

Setup

The Agno provider is a first-party provider maintained by Pragmatiks. Install it with:

Resources

Architecture

Resources form a dependency graph. A typical deployment looks like:
Changes propagate automatically. Updating a model triggers the agent and runner to rebuild.

Dependencies

The Agno provider depends on:
  • GCP provider — for gcp/gke clusters (required by agno/runner)
  • GCP provider — for gcp/secret (commonly used for API keys)