Add 5 skills from LFM + 12 skills total

New skills:
- blacknode-graph-workflow
- multi-agent-workflow-execution
- langgraph-agent-workflow
- langgraph-multi-agent-router
- three-tier-evaluation-pipeline

Config: LLM pipeline uses LFM on llama.cpp (8080)
This commit is contained in:
Epictetus
2026-08-05 17:05:21 +00:00
parent d81ddeda88
commit 271f79610d
26 changed files with 801 additions and 3 deletions
+3 -3
View File
@@ -16,10 +16,10 @@ llm:
api_key: ""
max_tokens: 8000
# Secondary LLM for pipeline tasks — uses Ollama on 3060 (non-reasoning model)
# Secondary LLM for pipeline tasks — uses LFM on 3060 (llama.cpp)
llm_pipeline:
base_url: http://100.64.0.4:11434
model: qwen2.5:7b
base_url: http://100.64.0.4:8080
model: C:\models\LFM2.5-2.6B-Q4_K_M.gguf
api_key: ""
max_tokens: 6000