mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
fix(llm-application-dev): use auto-discovery pattern like conductor v2.0.2
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Production-ready workflow orchestration with 68 focused plugins, 102 specialized agents, and 116 skills - optimized for granular installation and minimal token usage",
|
"description": "Production-ready workflow orchestration with 68 focused plugins, 102 specialized agents, and 116 skills - optimized for granular installation and minimal token usage",
|
||||||
"version": "1.3.5"
|
"version": "1.3.6"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
@@ -340,50 +340,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "llm-application-dev",
|
"name": "llm-application-dev",
|
||||||
"source": "./plugins/llm-application-dev",
|
|
||||||
"description": "LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures for Claude 4.5 and GPT-5.2",
|
"description": "LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures for Claude 4.5 and GPT-5.2",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Seth Hobson",
|
"name": "Seth Hobson",
|
||||||
"url": "https://github.com/wshobson"
|
"email": "seth@major7apps.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/wshobson/agents",
|
"source": "./plugins/llm-application-dev",
|
||||||
"repository": "https://github.com/wshobson/agents",
|
|
||||||
"license": "MIT",
|
|
||||||
"keywords": [
|
|
||||||
"llm",
|
|
||||||
"ai",
|
|
||||||
"prompt-engineering",
|
|
||||||
"langchain",
|
|
||||||
"langgraph",
|
|
||||||
"rag",
|
|
||||||
"vector-search",
|
|
||||||
"voyage-ai",
|
|
||||||
"gpt",
|
|
||||||
"claude"
|
|
||||||
],
|
|
||||||
"category": "ai-ml",
|
"category": "ai-ml",
|
||||||
"strict": false,
|
"homepage": "https://github.com/wshobson/agents",
|
||||||
"commands": [
|
"license": "MIT"
|
||||||
"./commands/langchain-agent.md",
|
|
||||||
"./commands/ai-assistant.md",
|
|
||||||
"./commands/prompt-optimize.md"
|
|
||||||
],
|
|
||||||
"agents": [
|
|
||||||
"./agents/ai-engineer.md",
|
|
||||||
"./agents/prompt-engineer.md",
|
|
||||||
"./agents/vector-database-engineer.md"
|
|
||||||
],
|
|
||||||
"skills": [
|
|
||||||
"./skills/langchain-architecture",
|
|
||||||
"./skills/llm-evaluation",
|
|
||||||
"./skills/prompt-engineering-patterns",
|
|
||||||
"./skills/rag-implementation",
|
|
||||||
"./skills/embedding-strategies",
|
|
||||||
"./skills/similarity-search-patterns",
|
|
||||||
"./skills/vector-index-tuning",
|
|
||||||
"./skills/hybrid-search-implementation"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "agent-orchestration",
|
"name": "agent-orchestration",
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "llm-application-dev",
|
"name": "llm-application-dev",
|
||||||
"version": "2.0.1",
|
"description": "LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures for Claude 4.5 and GPT-5.2",
|
||||||
"description": "LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures. Updated for LangChain 1.x, Claude 4.5, and GPT-5.2.",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Seth Hobson",
|
"name": "Seth Hobson",
|
||||||
"email": "seth@major7apps.com"
|
"email": "seth@major7apps.com"
|
||||||
},
|
}
|
||||||
"license": "MIT"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user