Tag: AI agents
All the articles with the tag "AI agents".
-
Angular skills
The angular/skills repository is Angular's official collection of **Agent Skills**—reusable instruction packages that teach AI coding assistants how to work effectively with Angular. Rather than fine-tuning a model, these skills provide structured, task-specific knowledge that an agent loads only when needed.
-
Building Stateful AI Agents with LangGraph and TypeScript
Stateless chatbots can answer questions. Stateful AI agents can solve problems.
-
Building Stateful AI Agents with LangGraph and TypeScript
AI agents have evolved beyond simple prompt-response interactions. Modern applications need agents that can remember context, recover from failures, coordinate multiple tools, and execute complex workflows over time. This is where **stateful AI agents** come into play.