architecture
01bestdeejay-design/awesome-ai-handbook
Agent
🇷🇺 Russian version: architecture.ru.md.
bestdeejay-design/awesome-ai-handbook
Agent
🇷🇺 Russian version: architecture.ru.md.
bestdeejay-design/awesome-ai-handbook
Agent
An English-language guide to AI-agent architecture, covering the parts of an agent, its decision cycle, state, memory, context window, and orchestration.
bestdeejay-design/awesome-ai-handbook
Agent
Agent "evaluation" from bestdeejay-design/awesome-ai-handbook, covering testing ai agents, 1. what to test in an agent, 2. functional testing, tool selection test and argument test.
bestdeejay-design/awesome-ai-handbook
Agent
A Russian-language guide to testing AI agents, software that chooses actions and tools to complete tasks. It covers functional and integration tests, benchmarks, tracing, monitoring, quality measures, tool selection, argument formats, step limits, and error handling.
bestdeejay-design/awesome-ai-handbook
Agent
Agent "frameworks" from bestdeejay-design/awesome-ai-handbook, covering ai agent frameworks: langgraph, crewai, agno, 1. comparison table, 2. agno — quick start, agent with web search and agent with custom tools.
bestdeejay-design/awesome-ai-handbook
Agent
A comparison guide to frameworks for building AI agents—software that can plan and carry out tasks. It includes code examples and focuses on running local AI models through Ollama.
bestdeejay-design/awesome-ai-handbook
Agent
Agent "memory" from bestdeejay-design/awesome-ai-handbook, covering agent memory: short-term, long-term, vector, 1. why agents need memory, 2. types of memory, 3. short-term memory (working) and the problem: context overflow.
bestdeejay-design/awesome-ai-handbook
Agent
A guide to giving AI agents short-term and long-term memory, so they can retain conversation details, results, decisions, and task progress.
bestdeejay-design/awesome-ai-handbook
Agent
🇷🇺 Russian version: multi-agent.ru.md.
bestdeejay-design/awesome-ai-handbook
Agent
A Russian-language guide to systems where several AI agents work together. It explains how agents can divide expertise, communicate, coordinate, and check one another.
bestdeejay-design/awesome-ai-handbook
Agent
🇷🇺 Russian version: ollama-for-agents.ru.md.
bestdeejay-design/awesome-ai-handbook
Agent
A Russian-language guide to Ollama, a tool for running language models locally, with examples for structured JSON output and tool calling. Tool calling lets a model choose a function and provide its arguments.
bestdeejay-design/awesome-ai-handbook
Agent
← Ready-made AI Agents · AI Agent Architecture → · 🇷🇺 Русский.
bestdeejay-design/awesome-ai-handbook
Agent
A Russian-language guide to AI-agent orchestrators: setups where one main agent plans work and coordinates several specialist agents.
bestdeejay-design/awesome-ai-handbook
Agent
Agent "patterns" from bestdeejay-design/awesome-ai-handbook, covering ai agent patterns, 1. react (reason + act), how it works, when react and implementation.
bestdeejay-design/awesome-ai-handbook
Agent
A Russian-language guide to common patterns for building AI agents, including step-by-step tool use, planning, self-correction, and multiple agents working together. An AI agent is software that uses a language model to decide actions and complete tasks.
bestdeejay-design/awesome-ai-handbook
Agent
Agent "prompting" from bestdeejay-design/awesome-ai-handbook, covering prompting for ai agents, 1. how agent prompting differs, 2. system prompt structure, role and tools.
bestdeejay-design/awesome-ai-handbook
Agent
A Russian-language guide to designing prompts for AI agents, including their roles, tools, memory, and safety. An AI-agent prompt is the set of instructions that governs how an agent acts.
bestdeejay-design/awesome-ai-handbook
Agent
← AI agents · Skills for agents → · 🇷🇺 Русский.
bestdeejay-design/awesome-ai-handbook
Agent
A catalogue page describing ready-made AI coding agents and how they differ. AI agents are tools that can help write code or carry out development tasks.
bestdeejay-design/awesome-ai-handbook
Agent
Agent "safety" from bestdeejay-design/awesome-ai-handbook, covering ai agent safety, 1. why agent safety matters, 2. guardrails, input guardrail and output guardrail.
bestdeejay-design/awesome-ai-handbook
Agent
A Russian-language guide to protecting AI agents with safety limits, guardrails, human approval, tool isolation, and protection against prompt injection.
bestdeejay-design/awesome-ai-handbook
Agent
← Ready-made AI Agents · AI Agent Architecture → · 🇷🇺 Русский.
bestdeejay-design/awesome-ai-handbook
Agent
A Russian-language handbook about skills, plugins, and MCP servers—extensions that give AI agents access to extra actions or information.