# 1789 Agent Frameworks 40d5a119

> Agent Framework Blogs

- Skill: `tools-only/1789-agent-frameworks-40d5a119` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/1789-agent-frameworks-40d5a119`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/1789-agent-frameworks-40d5a119/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/1789-agent-frameworks-40d5a119

---

# Agent Framework Blogs

Official blogs from AI agent framework maintainers.

## Sources

| Framework | Blog URL | Focus |
|-----------|----------|-------|
| LangChain | blog.langchain.dev | Agent orchestration |
| LlamaIndex | llamaindex.ai/blog | RAG & data agents |
| Semantic Kernel | devblogs.microsoft.com/semantic-kernel | Microsoft agent SDK |
| CrewAI | crewai.com/blog | Multi-agent systems |
| AutoGen | microsoft.github.io/autogen/blog | Multi-agent (MS) |
| Haystack | haystack.deepset.ai/blog | RAG pipelines |

## Search Instructions

### LangChain Blog
```
WebFetch: https://blog.langchain.dev/
Prompt: Find articles related to {keyword}. Extract title, date, URL, summary.
```

### LlamaIndex Blog
```
WebFetch: https://www.llamaindex.ai/blog
Prompt: Find articles related to {keyword}. Extract title, date, URL.
```

### Semantic Kernel Blog
```
WebFetch: https://devblogs.microsoft.com/semantic-kernel/
Prompt: Find articles related to {keyword}. Extract title, date, URL.
```

### CrewAI Blog
```
WebFetch: https://www.crewai.com/blog
Prompt: Find articles related to {keyword}. Extract title, date, URL.
```

## GitHub Releases (Alternative)

Check releases for framework updates:
```bash
gh api repos/langchain-ai/langchain/releases --jq '.[0:5] | .[] | {tag: .tag_name, date: .published_at, notes: .body[0:100]}'
gh api repos/run-llama/llama_index/releases --jq '.[0:5] | .[] | {tag: .tag_name, date: .published_at}'
gh api repos/joaomdmoura/crewAI/releases --jq '.[0:5] | .[] | {tag: .tag_name, date: .published_at}'
```

## Output Format

```markdown
## Agent Frameworks

### LangChain
| # | Title | Date |
|---|-------|------|
| 1 | [Title](url) | 2026-02-08 |

### LlamaIndex
| # | Title | Date |
|---|-------|------|

### CrewAI
| # | Title | Date |
|---|-------|------|
```

