designing-ai-agents

Collection of articles, resources and patterns for building AI agents

View the Project on GitHub akshatamohanty/designing-ai-agents

Designing AI Agents

This repository is a collection of concepts, notes, research papers, articles, design patterns, tools, and examples useful for building AI agents.

🚜👷🚧🏗️ Note: This repo is under active development. Things will move around a lot.

About agents

AI Agents are software programs capable of:

Architectural patterns

Architectural types

Simple Reflex Agents

Model-based Reflex Agents

Goal-based Agents

Utility-based Agents

Learning Agents

ReAct Agent (Reason + Action)

Task-Planner Agent

Multi-Agent Orchestration

Examples Agents

General Resources

Components of Agents

Other Resources