ai-agents


Memory Management for AI: A Deep Dive into AgentScope's ReMe Kit

As a software engineer, you know that standard LLMs are essentially stateless—they only "remember" what's in the current context window


Beyond the Basics: Transforming Claude into a Domain-Expert Engineer

Think of this repository as a "power-up pack" for Claude Code (Anthropic's command-line interface for agentic coding). While a base AI agent is smart


Mastering the Orchestration: A Developer's Guide to the Maestro Framework

In the current landscape, we have plenty of "workers" (LLMs), but managing them—deciding who does what, when they do it



Beyond Single Models: Unleashing AI Collaboration with CrewAI

CrewAI is a powerful framework designed to orchestrate autonomous AI agents that work together to solve complex problems


From Idea to Implementation: Leveraging the 500 AI Agents Projects for Software Engineers

At its core, the 500 AI Agents Projects is a curated list of real-world AI agent use cases. Think of it as a catalog showcasing how AI agents are being applied across a vast range of industries


AI Agents for Beginners: What Every Engineer Needs to Know

Let's dive into microsoft/ai-agents-for-beginners, which offers 11 lessons to get you started building AI Agents.As software engineers