Unified pipeline orchestrator — fluent builder API for composing agent execution pipelines.
Project description
⚡ यज्ञ
yajna
Rigveda / Bhagavad Gita 3.9
Sacred Ritual — the fire of transformation
Composable pipeline builder for LLM agent workflows. Chain, branch, merge, retry stages. Zero dependencies.
Formerly agent-pipeline — Part of the Vedic Arsenal: 100 production-grade Python libraries for LLM agents, each named from the Vedas, Puranas, and Mahakavyas.
The Vedic Principle
The Rigveda describes Yajna as the sacred fire ritual that connects the human to the divine — each offering transforms, each stage purifies, the output more refined than the input.
yajna is the LLM pipeline as sacred transformation. Raw data enters the fire. Each stage — validate, transform, call, parse, output — is an offering. The pipeline is not a machine. It is a ritual. Each step has its dharma, its place, its function.
"Yajna is born from action" says the Gita (3.14). The pipeline is born from the sequence of intentional acts. Run it with awareness and every token becomes an offering to intelligence itself.
How It Works
flowchart LR
A[Input] --> B[Stage 1: Validate]
B --> C[Stage 2: Transform]
C --> D[Stage 3: LLM Call]
D --> E[Stage 4: Parse]
E --> F[Output]
B -- Error --> G[Retry]
style D fill:#10b981,color:#fff
Installation
pip install yajna
Or from source:
git clone https://github.com/darshjme/yajna.git
cd yajna && pip install -e .
Quick Start
from yajna import *
# See examples/ for full usage
The Vedic Arsenal
yajna is one of 100 libraries in darshjme/arsenal — each named from sacred Indian literature:
| Sanskrit Name | Source | Technical Function |
|---|---|---|
yajna |
Rigveda / Bhagavad Gita 3.9 | Sacred Ritual — the fire of transformation |
Each library solves one problem. Zero external dependencies. Pure Python 3.8+.
Contributing
- Fork the repo
- Create feature branch (
git checkout -b fix/your-fix) - Add tests — zero dependencies only
- Open a PR
⚡ Built by Darshankumar Joshi · @thedarshanjoshi
"कर्मण्येवाधिकारस्ते मा फलेषु कदाचन" Your right is to action alone, never to its fruits. — Bhagavad Gita 2.47
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_pipeline-0.1.0.tar.gz.
File metadata
- Download URL: agent_pipeline-0.1.0.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
940e479f5bd8093a1aa09691975a8e02fa524110e03d22bbb07fccc343c55705
|
|
| MD5 |
1bd2e2dc2d9b7e6ef1e7b5e3c624132d
|
|
| BLAKE2b-256 |
9395d2b0a2882c853d6c5b6d9228b1a4677e0103fced575d03c79b7df6563cab
|
File details
Details for the file agent_pipeline-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_pipeline-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11afd1aebbe41b9b76b66f3a7a8128f06a8b7c15effdfd394eb06c39db0dde7c
|
|
| MD5 |
ac613ba1d5774f1e8dbc738dbb1e3093
|
|
| BLAKE2b-256 |
a522346a678dc723b9234354c507b7c736cd1a996f6192a2c8bfbbc9b3fc2e40
|