YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
<<<<<<< HEAD
tags: [text-generation, ai-agent] license: mit
meridian-agent-v1
A lightweight AI agent model for code generation and task execution.
Model Details
- Architecture: Small transformer-based model optimized for agent task completion
- Language: English
- License: MIT
Use Cases
- Code generation for AI agent tasks
- Multi-step reasoning and execution
- Autonomous task completion workflows
How to Use
from transformers import pipeline
pipe = pipeline("text-generation", model="meridian_mind/meridian-agent-v1")
results = pipe("Write a Python function that...")
Citation
@misc{meridian-agent-v1,
title={meridian-agent-v1},
author={Meridian},
year={2026}
}
=======
Prompt Templates
A curated collection of high-quality LLM prompt templates for common use cases.
What It Is
A Python library providing ready-to-use prompt templates for content generation, cold outreach, sales copywriting, and more — all templated with Python string.Template formatting.
Template Categories
| Category | Templates | Description |
|---|---|---|
cold_outreach |
5 | Cold email and LinkedIn outreach |
content_generation |
5 | Blog and newsletter templates |
sales_copywriting |
3 | Sales email and landing page copy |
technical_docs |
3 | API docs and release notes |
social_media |
5 | Twitter/LinkedIn/Reddit posts |
Installation
pip install prompt_templates
Quick Start
from prompt_templates import get_templates, get_template, generate
# Get templates by category
templates = get_templates("cold_outreach")
# Generate output
result = generate(template["template"], name="John", topic="AI")
Features
- 50+ prompt templates across 5 categories
- Clean API:
get_templates(),get_template(),generate() - Easy extensibility: add new templates via
TEMPLATESdict - Python-native: uses
string.Templateformatting - MIT licensed
License
MIT License.
6f03e2e (Initial commit: prompt-template-engine v2.0.0)
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support