Tag:AI agents
All the articles with the tag "AI agents".
how to create your rust package
In the Rust ecosystem, packages are called crates, and they are managed by Cargo—Rust’s official build system and package manager. Whether you are building a library for others to use or an executable binary, Cargo handles the project creation, building, testing, and publishing processes seamlessly.
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.
Build Your Own "Docs to MCP" Platform Turn Any Documentation into an AI-Queryable MCP Server
Documentation has always been written for humans.
Building Stateful AI Agents with LangGraph and TypeScript
Stateless chatbots can answer questions. Stateful AI agents can solve problems.