-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathai-engineering.yaml
More file actions
40 lines (36 loc) · 1.73 KB
/
Copy pathai-engineering.yaml
File metadata and controls
40 lines (36 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# examples/ai-engineering.yaml — track AI engineering, agent frameworks, MCP, LLM tooling.
#
# Copy to ../sources.yaml as a starting point if you're working in the AI
# engineering / agentic systems space.
tier_1_daily:
- url: https://github.com/hesreallyhim/awesome-claude-code
extract: new skills, hooks, agents, orchestrators added to the catalog
- url: https://github.com/punkpeye/awesome-mcp-servers
extract: new MCP servers with clear tool boundaries
- url: https://www.anthropic.com/news
extract: new Claude features, model releases, API changes
- url: https://openai.com/blog
extract: API changes, new models, agent-relevant releases
tier_2_daily_optional:
- url: https://arxiv.org/search/?searchtype=all&query=LLM+agent+coding&order=-announced_date_first
extract: papers from the last 24h with applicable multi-agent or verification patterns
websearch_supplement: arxiv.org LLM agent coding autonomous 2026 site:arxiv.org
- url: https://arxiv.org/search/?searchtype=all&query=multi-agent+RAG&order=-announced_date_first
extract: multi-agent retrieval-augmented patterns from the last 24h
tier_3_weekly:
- url: https://github.com/rohitg00/awesome-claude-code-toolkit
extract: comprehensive catalog of agents, hooks, skills
- url: https://code.claude.com/docs/
extract: new official Claude Code features, hook events, CLI flags
- url: https://platform.openai.com/docs/changelog
extract: API spec changes worth adopting
- url: https://github.com/modelcontextprotocol/servers
extract: official MCP server reference implementations
# Suggested config.yaml::candidate_types override for AI eng:
# - hook
# - agent-pattern
# - skill
# - mcp
# - prompt-pattern
# - eval-loop
# - research