prompt engineering AI Agent Skills

Browse 6 skills related to prompt engineering

outlines

21.8k
davila7davila7

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library

Prompt EngineeringOutlinesStructured Generation+7
142 days ago

Guidance

21.8k
davila7davila7

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework

Prompt EngineeringGuidanceConstrained Generation+6
142 days ago

dspy

21.8k
davila7davila7

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming

Prompt EngineeringDSPyDeclarative Programming+7
142 days ago

instructor

21.8k
davila7davila7

Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library

Prompt EngineeringInstructorStructured Output+8
142 days ago

langchain_patterns

39
vuralserhat86vuralserhat86

Implement Retrieval-Augmented Generation (RAG) systems with LangChain4j. Build document ingestion pipelines, embedding stores, vector search strategies, and knowledge-enhanced AI applications. Use when creating question-answering systems over document collections or AI assistants with external knowledge bases.

agentsalgorithmsartificial intelligence+29
142 days ago

model_finetuning

39
vuralserhat86vuralserhat86

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

DPOFine-TuningGRPO+34
142 days ago