File size: 1,007 Bytes
d10c06c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "sources": [
    {
      "id": "agentic_design_patterns",
      "title": "Agentic Design Patterns: A Hands-On Guide to Building Intelligent Systems",
      "format": "pdf",
      "filename": "Agentic_Design_Patterns.pdf",
      "required": true
    },
    {
      "id": "generative_ai_design_patterns",
      "title": "Generative AI Design Patterns: Solutions to Common Challenges When Building GenAI Agents and Applications",
      "format": "pdf",
      "filename": "Generative_AI_Design_Patterns.pdf",
      "required": true
    },
    {
      "id": "aima",
      "title": "Artificial Intelligence: A Modern Approach",
      "format": "pdf",
      "filename": "AIMA.pdf",
      "required": true
    },
    {
      "id": "mcp_spec",
      "title": "Model Context Protocol (MCP) specification (curated)",
      "format": "markdown",
      "path": "mcp/",
      "required": true,
      "note": "This package includes a curated snapshot extracted from modelcontextprotocol.io/llms-full.txt."
    }
  ]
}