mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
fix(llm-application-dev): add command frontmatter for slash command registration v2.0.1
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
---
|
||||
description: "Build AI assistant application with NLU, dialog management, and integrations"
|
||||
argument-hint: "<assistant-type> [options]"
|
||||
---
|
||||
|
||||
# AI Assistant Development
|
||||
|
||||
You are an AI assistant development expert specializing in creating intelligent conversational interfaces, chatbots, and AI-powered applications. Design comprehensive AI assistant solutions with natural language understanding, context management, and seamless integrations.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
description: "Create LangGraph-based agent with modern patterns"
|
||||
argument-hint: "<agent-type> [options]"
|
||||
---
|
||||
|
||||
# LangChain/LangGraph Agent Development Expert
|
||||
|
||||
You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
description: "Optimize prompts for production with CoT, few-shot, and constitutional AI patterns"
|
||||
argument-hint: "<prompt-text-or-file>"
|
||||
---
|
||||
|
||||
# Prompt Optimization
|
||||
|
||||
You are an expert prompt engineer specializing in crafting effective prompts for LLMs through advanced techniques including constitutional AI, chain-of-thought reasoning, and model-specific optimization.
|
||||
|
||||
Reference in New Issue
Block a user