| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | LET'S CODE | OPEN SOURCE TOOLKIT FOR BUILDING AI AGENTS 2026 | |||||||||||||||||||||||||
2 | Global Edition | Curated for engineers who want to build agents, not just read about them | lets-code.co.in | |||||||||||||||||||||||||
3 | Follow me on X for more tech resources : Avinash Singh | Open for collaborations! | ||||||||||||||||||||||||
4 | WHAT THIS IS | |||||||||||||||||||||||||
5 | Every layer of the open source AI agent stack in one file. Over 400 entries across 20 sheets, each with what it does, who it is for, the licence and a working link. | |||||||||||||||||||||||||
6 | Everything listed here is open source or open weight. You can read the code, run it on your own machine and ship it without asking anyone for a key. | |||||||||||||||||||||||||
7 | Built for the engineer who is tired of tutorial hopping and wants one place to decide what to learn, what to install and what to build next. | |||||||||||||||||||||||||
8 | ||||||||||||||||||||||||||
9 | HOW TO USE IT | |||||||||||||||||||||||||
10 | 1. New to agents. Go to sheet 16, follow the twelve week roadmap, and only open the catalog sheets when the roadmap tells you to. | |||||||||||||||||||||||||
11 | 2. Building something now. Go to sheet 15, copy the stack recipe that matches your budget, then look up each tool in its own sheet. | |||||||||||||||||||||||||
12 | 3. Preparing for interviews. Sheet 18 has forty real questions. Sheet 17 has fourteen projects. Do two projects, then answer the questions out loud. | |||||||||||||||||||||||||
13 | 4. Choosing a tool. Filter any catalog sheet by Difficulty and Adoption. When two options are close, pick the one with higher adoption. Documentation and answers matter more than features. | |||||||||||||||||||||||||
14 | 5. Every Link column is clickable. Every sheet has filters on the header row and frozen panes, so scroll freely. | |||||||||||||||||||||||||
15 | ||||||||||||||||||||||||||
16 | HOW TO READ THE COLUMNS | |||||||||||||||||||||||||
17 | Difficulty | Beginner means you can be productive in a day. Intermediate needs a week. Advanced needs infrastructure knowledge. | ||||||||||||||||||||||||
18 | Adoption | Very High and High mean a large community, so your error message is already on Stack Overflow. Emerging means promising but you may be the first to hit a bug. | ||||||||||||||||||||||||
19 | Licence | MIT and Apache 2.0 are safe for commercial use. AGPL and SSPL have obligations if you host the software as a service. Check before you build a business on it. | ||||||||||||||||||||||||
20 | Link | Points to the source repository or official documentation, never to a paid landing page. | ||||||||||||||||||||||||
21 | ||||||||||||||||||||||||||
22 | WHAT IS IN EACH SHEET | |||||||||||||||||||||||||
23 | Sheet | What You Will Find | Entries | |||||||||||||||||||||||
24 | 01 Agent Frameworks | Orchestration frameworks, multi agent systems and low code builders | 32 | |||||||||||||||||||||||
25 | 02 Coding and CUA Agents | Coding agents, IDE extensions, browser and computer use agents | 22 | |||||||||||||||||||||||
26 | 03 Inference and Serving | Serving engines, local runtimes and model gateways | 19 | |||||||||||||||||||||||
27 | 04 Open Weight Models | Model families you can download, including Indic language models | 25 | |||||||||||||||||||||||
28 | 05 Vector and Retrieval | Vector databases, search engines and embedding infrastructure | 19 | |||||||||||||||||||||||
29 | 06 RAG and Data Pipeline | Parsing, OCR, chunking, crawling, graph RAG and structured output | 22 | |||||||||||||||||||||||
30 | 07 Memory and Context | Long term memory layers, state persistence and context techniques | 12 | |||||||||||||||||||||||
31 | 08 Tools MCP and Sandbox | MCP protocol and SDKs, tool platforms and code sandboxes | 19 | |||||||||||||||||||||||
32 | 09 Observability and Evals | Tracing, evaluation frameworks and public agent benchmarks | 20 | |||||||||||||||||||||||
33 | 10 Guardrails and Security | Guardrails, red teaming, PII handling and the regulation you must know | 20 | |||||||||||||||||||||||
34 | 11 Fine-tuning and RL | LoRA and QLoRA tooling, RL libraries, quantisation and synthetic data | 20 | |||||||||||||||||||||||
35 | 12 Agent UI and Low-Code | Chat interfaces, app frameworks and React toolkits for agent UI | 16 | |||||||||||||||||||||||
36 | 13 Voice and Multimodal | Speech to text, text to speech, real time voice frameworks and vision | 19 | |||||||||||||||||||||||
37 | 14 Deploy and Infra | Containers, orchestration, queues, durable execution and monitoring | 22 | |||||||||||||||||||||||
38 | 15 Stack Recipes | Seven complete stacks from a zero rupee learning setup to enterprise | 7 | |||||||||||||||||||||||
39 | 16 Learning Roadmap | Twelve week plan with what to learn, what to build and what to publish | 12 | |||||||||||||||||||||||
40 | 17 Project Ideas | Fourteen portfolio projects with stack, difficulty and time estimate | 14 | |||||||||||||||||||||||
41 | 18 Interview Prep | Forty interview questions with the shape of a strong answer | 40 | |||||||||||||||||||||||
42 | 19 Hardware and Cost | What you can run on free tiers, Indian budget GPUs and rented cloud | 12 | |||||||||||||||||||||||
43 | 20 Resources and Community | Docs, free courses, foundational papers, leaderboards and communities | 32 | |||||||||||||||||||||||
44 | TOTAL ENTRIES | 404 | ||||||||||||||||||||||||
45 | ||||||||||||||||||||||||||
46 | FIVE THINGS WORTH KNOWING BEFORE YOU START | |||||||||||||||||||||||||
47 | 1. Most production systems are workflows with a small agentic core. Give the model freedom only where the path genuinely cannot be written in advance. | |||||||||||||||||||||||||
48 | 2. Accuracy compounds downward. Ninety five percent per step is thirty six percent over twenty steps. Short loops beat clever prompts. | |||||||||||||||||||||||||
49 | 3. Context engineering beats prompt engineering. What you put in the window at each step decides quality far more than how you phrase the instruction. | |||||||||||||||||||||||||
50 | 4. Wire up tracing before you wire up features. You cannot debug what you cannot see, and every agent bug is a trace you have not read yet. | |||||||||||||||||||||||||
51 | 5. Adoption beats features when choosing a tool. A slightly worse library with ten times the users will cost you far less time. | |||||||||||||||||||||||||
52 | ||||||||||||||||||||||||||
53 | NOTES AND HONEST CAVEATS | |||||||||||||||||||||||||
54 | Compiled in August 2026. This space moves fast, so verify the licence and the latest release on the linked repository before you commit to anything. | |||||||||||||||||||||||||
55 | Hardware prices are approximate Indian market estimates for August 2026 and will drift. Treat them as a planning range, not a quote. | |||||||||||||||||||||||||
56 | Difficulty and Adoption are editorial judgements meant to help you shortlist, not benchmark results. Star counts were deliberately left out because they age badly and measure attention, not quality. | |||||||||||||||||||||||||
57 | Nothing here is sponsored. Inclusion means the project is genuinely useful and actively maintained, nothing more. | |||||||||||||||||||||||||
58 | ||||||||||||||||||||||||||
59 | Made by Let's Code | lets-code.co.in | Free placement preparation, career tools and community for engineers | |||||||||||||||||||||||||
60 | ||||||||||||||||||||||||||
61 | ||||||||||||||||||||||||||
62 | ||||||||||||||||||||||||||
63 | ||||||||||||||||||||||||||
64 | ||||||||||||||||||||||||||
65 | ||||||||||||||||||||||||||
66 | ||||||||||||||||||||||||||
67 | ||||||||||||||||||||||||||
68 | ||||||||||||||||||||||||||
69 | ||||||||||||||||||||||||||
70 | ||||||||||||||||||||||||||
71 | ||||||||||||||||||||||||||
72 | ||||||||||||||||||||||||||
73 | ||||||||||||||||||||||||||
74 | ||||||||||||||||||||||||||
75 | ||||||||||||||||||||||||||
76 | ||||||||||||||||||||||||||
77 | ||||||||||||||||||||||||||
78 | ||||||||||||||||||||||||||
79 | ||||||||||||||||||||||||||
80 | ||||||||||||||||||||||||||
81 | ||||||||||||||||||||||||||
82 | ||||||||||||||||||||||||||
83 | ||||||||||||||||||||||||||
84 | ||||||||||||||||||||||||||
85 | ||||||||||||||||||||||||||
86 | ||||||||||||||||||||||||||
87 | ||||||||||||||||||||||||||
88 | ||||||||||||||||||||||||||
89 | ||||||||||||||||||||||||||
90 | ||||||||||||||||||||||||||
91 | ||||||||||||||||||||||||||
92 | ||||||||||||||||||||||||||
93 | ||||||||||||||||||||||||||
94 | ||||||||||||||||||||||||||
95 | ||||||||||||||||||||||||||
96 | ||||||||||||||||||||||||||
97 | ||||||||||||||||||||||||||
98 | ||||||||||||||||||||||||||
99 | ||||||||||||||||||||||||||
100 | ||||||||||||||||||||||||||