Pattern Automation

Learn

Глоссарий AI-агентов

Определения guardrails, embeddings, heartbeats, multi-agent systems и agent operations — от команды Neuro OS.

Основы

Что такое AI guardrails?

AI guardrails — runtime policies, которые ограничивают output и actions модели или agent: unsafe content, PII, prompt injections и out-of-sc…

Что такое embedding?

Embedding — dense vector representation текста или данных: числа, которые кодируют semantic meaning, чтобы похожие concepts были близко в ve…

Что такое context window?

Context window — максимум текста (tokens), который model учитывает в одном request: prompt, retrieved docs, tool results и output вместе. Ог…

Что такое heartbeat agent?

Heartbeat agent просыпается по schedule или event и выполняет defined work без human prompt — daily briefs, inbox sweeps, weekly reports. He…

Что такое long-horizon agents?

Long-horizon agents преследуют goals на hours, days или weeks — planning, executing, checkpointing и resume между sessions. Нужны memory, to…

Что такое multi-agent system?

Multi-agent system координирует несколько specialized agents — research, write, review, send — с routing, shared context и governance. Это o…

Что такое one-person company?

One-person company — business, где один founder работает с AI agents в operational roles — marketing, support, finance — через org chart и r…

Что такое skill marketplace?

Skill marketplace — catalog pluggable capabilities для agents: SEO audits, unit economics, compliance. Skill упаковывает prompts, tool scope…

Что такое vector database?

Vector database хранит embeddings и retrieves nearest neighbors по semantic similarity — retrieval layer для RAG, agent memory и recommendat…

Agentic AI — объяснение

Agentic AI plan, execute и self-correct across multi-step tasks с tools, memory и reasoning loops — actions в мире, не только text. Capabili…

Что такое agentic commerce?

Agentic commerce — shopping и checkout через AI agents: discovery, compare offers, purchase от имени users или business — с trust, payment a…

Что такое agent evaluation?

Agent evaluation измеряет, выполняет ли agent role work acceptably — test cases, rubrics, regression runs и production sampling до и после и…

Agent operations

Что такое agent accountability?

Agent accountability — каждое action agent traceable, auditable и owned: role identity, inputs, decision, outcome и named human supervisor. …

Что такое agent communication protocol?

Agent communication protocol задаёт, как roles hand off work — message shape, required context, status fields и escalation paths — чтобы mul…

Что такое agent context sharing?

Agent context sharing — как roles access общую business truth — customer record, sprint goal, brand skill — без копирования secrets в каждый…

Что такое agent cost optimization?

Agent cost optimization балансирует model choice, context size, heartbeat frequency и tool calls, чтобы roles deliver accepted work per doll…

Что такое agent cross-training?

Agent cross-training — sharing skills, eval sets и connector patterns между roles, чтобы improvements compound: fix support triage помогает …

Что такое agent failure recovery?

Agent failure recovery — как roles resume после tool errors, model timeouts, bad outputs или human rejection — checkpoints, retries, fallbac…

Что такое agent lifecycle?

Agent lifecycle — design → eval → deploy → operate → improve → retire для каждой role — как software, не one-time prompt. Skills version в g…

Что такое agent on-call?

Agent on-call — human + automation rotation, когда agent workloads нужен live response: incident triage, Ask queue backlog, connector outage…

Что такое agent output verification?

Agent output verification проверяет work products по rubrics — schema, citations, brand, numeric sanity — до или после human review. Ловит e…

Что такое agent oversight?

Agent oversight — human management layer для AI roles: owners, review queues, metrics, autonomy levels и periodic audits — agents stay withi…

Что такое agent parallel execution?

Agent parallel execution — несколько subtasks или roles concurrently: research ten accounts, score ten tickets — с concurrency limits, isola…

Что такое agent retrospective?

Agent retrospective — review периода agent operations: what shipped, what failed, correction categories, spend и skill changes — улучшение r…