Merge remote-tracking branch 'origin/main' into vasiliyr/02132026-updates

This commit is contained in:
Mark Sze
2026-02-17 09:37:26 +11:00

View File

@@ -29,7 +29,7 @@
# 🌟 Awesome LLM Apps
A curated collection of **Awesome LLM apps built with RAG, AI Agents, Multi-agent Teams, MCP, Voice Agents, and more.** This repository features LLM apps that use models from <img src="https://cdn.simpleicons.org/openai" alt="openai logo" width="25" height="15">**OpenAI** , <img src="https://cdn.simpleicons.org/anthropic" alt="anthropic logo" width="25" height="15">**Anthropic**, <img src="https://cdn.simpleicons.org/googlegemini" alt="google logo" width="25" height="18">**Google**, <img src="https://cdn.simpleicons.org/x" alt="X logo" width="25" height="15">**xAI** and open-source models like <img src="https://cdn.simpleicons.org/alibabacloud" alt="alibaba logo" width="25" height="15">**Qwen** or <img src="https://cdn.simpleicons.org/meta" alt="meta logo" width="25" height="15">**Llama** that you can run locally on your computer.
A curated collection of **Awesome LLM apps built with RAG, AI Agents, Multi-agent Teams, MCP, Voice Agents, and more.** This repository features LLM apps that use models from <img src="https://cdn.jsdelivr.net/npm/simple-icons@15/icons/openai.svg" alt="openai logo" width="25" height="15">**OpenAI** , <img src="https://cdn.simpleicons.org/anthropic" alt="anthropic logo" width="25" height="15">**Anthropic**, <img src="https://cdn.simpleicons.org/googlegemini" alt="google logo" width="25" height="18">**Google**, <img src="https://cdn.simpleicons.org/x" alt="X logo" width="25" height="15">**xAI** and open-source models like <img src="https://cdn.simpleicons.org/alibabacloud" alt="alibaba logo" width="25" height="15">**Qwen** or <img src="https://cdn.simpleicons.org/meta" alt="meta logo" width="25" height="15">**Llama** that you can run locally on your computer.
<p align="center">
<a href="https://trendshift.io/repositories/9876" target="_blank">
@@ -221,7 +221,7 @@ A curated collection of **Awesome LLM apps built with RAG, AI Agents, Multi-agen
- Memory; callbacks; Plugins
- Simple multiagent; Multiagent patterns
<img src="https://cdn.simpleicons.org/openai" alt="openai logo" width="25" height="15"> [OpenAI Agents SDK Crash Course](ai_agent_framework_crash_course/openai_sdk_crash_course/)
<img src="https://cdn.jsdelivr.net/npm/simple-icons@15/icons/openai.svg" alt="openai logo" width="25" height="15"> [OpenAI Agents SDK Crash Course](ai_agent_framework_crash_course/openai_sdk_crash_course/)
- Starter agent; function calling; structured outputs
- Tools: builtin, function, thirdparty integrations
- Memory; callbacks; evaluation