Tagged articles
7 articles
Page 1 of 1
AI Waka
AI Waka
Apr 27, 2026 · Artificial Intelligence

17 Cutting‑Edge Open‑Source Projects From AI Agents to NanoGPT

The article surveys 17 cutting‑edge open‑source projects—including AgentClick, ts‑graph‑mcp, ContextEngine, nanoGPT, LocalAI, and others—detailing their purpose, key features, and GitHub links while highlighting how they collectively form infrastructure for AI agents and offline model training.

AI agentsClaudeLocalAI
0 likes · 15 min read
17 Cutting‑Edge Open‑Source Projects From AI Agents to NanoGPT
Code Wrench
Code Wrench
Mar 31, 2026 · Artificial Intelligence

How LocalAI Turns LLMs into Fully‑Featured Agents with Async SSE and Multi‑Tenant Isolation

This article deep‑dives into LocalAI’s source code, revealing how YAML‑defined agents are transformed into Go‑based concurrent engines, how an asynchronous SSE lifecycle stream replaces simple token streaming, and how state tracking and multi‑tenant isolation enable robust, production‑grade AI programming assistants.

AsynchronousGoLocalAI
0 likes · 7 min read
How LocalAI Turns LLMs into Fully‑Featured Agents with Async SSE and Multi‑Tenant Isolation
Code Wrench
Code Wrench
Mar 27, 2026 · Artificial Intelligence

Building and Understanding LocalAI Agents: From YAML Config to Source Code

This tutorial walks through creating a custom LocalAI Agent with a simple YAML file, invoking it via the API, and then dives into the Go source code that registers routes, handles asynchronous chat requests, and manages agent state and memory for multi‑turn, tool‑driven interactions.

AI agentsGoLocalAI
0 likes · 7 min read
Building and Understanding LocalAI Agents: From YAML Config to Source Code