Provider Tiers
Resources are built and maintained by providers. We categorize them into three tiers:| Tier | Description | Status |
|---|---|---|
| First-party | Built and maintained by Pragmatiks. Guaranteed to work and fully supported. | Available |
| Verified Partners | Certified by Pragmatiks, maintained by partners. | Coming soon |
| Community | Shared by the community. | Coming soon |
Available Resources
All resources below are first-party, built and maintained by Pragmatiks.Agno Provider
AI agent framework for building and deploying agents and teams. View documentation →| Resource | Description |
|---|---|
agno/agent | AI agent definition with model, tools, and knowledge |
agno/team | Multi-agent team with coordinated members |
agno/models/anthropic | Anthropic Claude model configuration |
agno/models/openai | OpenAI GPT model configuration |
agno/tools/mcp | MCP server tool integration |
agno/tools/websearch | Web search tool |
agno/knowledge | Semantic search knowledge base |
agno/vectordb/qdrant | Qdrant vector database for Agno |
agno/knowledge/embedder/openai | OpenAI embedding model |
agno/knowledge/content | Content ingestion (URLs, text) |
agno/memory/manager | Persistent agent memory |
agno/db/postgres | PostgreSQL storage for sessions and memory |
agno/prompt | Reusable prompt templates |
agno/runner | Deploy agents/teams to Kubernetes |
GCP Provider
Google Cloud Platform infrastructure resources. View documentation →| Resource | Description |
|---|---|
gcp/secret | Secret Manager secrets |
gcp/cloudsql/database_instance | Cloud SQL managed database instances |
gcp/cloudsql/database | Databases within Cloud SQL instances |
gcp/cloudsql/user | Database users for Cloud SQL |
gcp/gke | GKE clusters (Autopilot and Standard) |
Kubernetes Provider
Core Kubernetes resources for workloads and configuration. View documentation →| Resource | Description |
|---|---|
kubernetes/deployment | Stateless workloads with rolling updates |
kubernetes/statefulset | Stateful workloads with persistent storage |
kubernetes/service | Network exposure (ClusterIP, LoadBalancer, NodePort) |
kubernetes/configmap | Configuration key-value storage |
kubernetes/secret | Sensitive data storage |
Anthropic Provider
Claude AI model integration.| Resource | Description |
|---|---|
anthropic/messages | Claude Messages API for completions |
OpenAI Provider
OpenAI model integration.| Resource | Description |
|---|---|
openai/chat_completions | Chat Completions API |
openai/embeddings | Text embeddings API |
Docling Provider
Document parsing for RAG pipelines.| Resource | Description |
|---|---|
docling/parser | Parse PDF, DOCX, HTML, Markdown with OCR support |
Qdrant Provider
Vector database for similarity search.| Resource | Description |
|---|---|
qdrant/database | Deploy Qdrant to GKE via Helm |
qdrant/collection | Manage vector collections |
Pragma Provider
Platform resources built into Pragmatiks.| Resource | Description |
|---|---|
pragma/secret | Secure credential storage (deprecated, use gcp/secret) |
Browsing Resources
The web store is coming with the pragma-os dashboard. For now, browse resources via the CLI:Building Your Own
Want to create resources for your team or the community?Building Providers
Learn how to build custom providers and resources.