Skip to main content

Dhenara Documentation

Build powerful AI applications with Dhenara's open-source frameworks

Dhenara AI

Open-source Python package for streamlined LLM integration across multiple providers

Unified API, Simplified

Access multiple AI providers through a consistent interface. Seamlessly switch between models without code changes using our lightweight yet powerful package.

Real-time Streaming

First-class support for streaming responses with accumulated results, making real-time applications simple to build.

Cost & Usage Tracking

Integrated token usage and cost tracking across all providers, with comprehensive analytics designed for both experimental and production applications.

Dhenara Agent DSL

Open-source Python framework for building and orchestrating sophisticated AI agent workflows

Intuitive Agent DSL

Build sophisticated agent workflows by composing reusable components with a clean, programming language-like approach.

Comprehensive Observability

Free, Built-in Opentelemetry OpenTelemetry-based logging, tracing, and metrics collection for all agent activities, without subscriptions and payments.

Powerful Template Engine

Create sophisticated prompts and operations with dynamic content using variable substitution, conditional expressions, and hierarchical references.

Get Started Quickly

Dhenara makes it easy to build AI-powered applications. Follow our quick start guides to get up and running in minutes.

pip install
# Install Agent package for both
pip install dhenara-agent

# Or install core AI package for simple applications
pip install dhenara-ai