Files
agent-skills/config/settings.yaml
T
Epictetus a14f09bec2 Add 2 new skills + dedup fix
New skills:
- langgraph-workflow-creation (from LangGraphProjects)
- agent-supervisor (from multi_agent_workflow_demo_in_langgraph)

Fixes:
- Publisher dedup: skip existing skills
- Older repos: pushed_after 2024-06-01 (was 2026-05-01)
- Lower stars: 10 (was 15)
2026-08-05 15:55:36 +00:00

93 lines
1.7 KiB
YAML

# Agent Skills Pipeline Configuration
gitea:
base_url: http://localhost:3000
token: "b721b5f288d227e9336241f95319437ab40256d6"
owner: tonyjbala
repo: agent-skills
clone_url: http://localhost:3000/tonyjbala/agent-skills.git
github:
token: "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"
llm:
base_url: http://100.64.0.2:8083/v1
model: /home/ty/models/qwen36-27b-mtp-gguf/Qwen3.6-27B-UD-Q4_K_XL.gguf
api_key: ""
max_tokens: 8000
# Secondary LLM for pipeline tasks — uses Ollama on 3060 (non-reasoning model)
llm_pipeline:
base_url: http://100.64.0.4:11434
model: qwen2.5:7b
api_key: ""
max_tokens: 6000
scout:
queries:
- 'langchain workflow example'
- 'langgraph agent workflow'
- 'autogen multi-agent example'
- 'crewai task workflow'
- 'llamaindex pipeline example'
- 'mcp server implementation'
- 'rag agent workflow'
- 'tool calling workflow'
filters:
stars_min: 10
pushed_after: 2024-06-01
language: Python
archived: false
size_max_kb: 10000
max_results: 15
cooldown_hours: 6
filter:
categories:
keep:
- "AI Agent"
- "Machine Learning"
- "NLP"
- "Data Processing"
- "DevOps"
- "Web Framework"
reject:
- "CSS"
- "JavaScript"
- "HTML"
- "Game"
- "Dataset"
min_stars: 10
max_age_days: 365
reader:
max_files: 5
max_tokens_per_file: 40000
extractor:
min_steps: 3
required_fields:
- goal
- inputs
- steps
- outputs
scoring:
min_score: 0.85
checks:
- readme_exists
- examples_exist
- min_steps
- reusable
- general_purpose
generator:
output_format: hermes_skill
reviewer:
confidence_min: 0.80
publisher:
branch_prefix: "skill/"
assign_reviewer: ""