Skip to main content
VePrompts
Agents & Tools

Workflow

A predefined sequence of steps that may include models, tools, and conditional logic.

Published 2026-06-12

Related terms

Explore the glossary

Find definitions for AI, LLM, MCP, RAG, agent, and prompt engineering terms.

Browse all terms

Related Resources

Agent

Glossary

An AI agent is a system that uses a language model to perceive its environment, make decisions, and take actions to reach a goal. Unlike a simple chatbot that only responds to prompts, an agent can loop: observe state, plan next steps, call tools, review results, and adapt until the task is done. Agents are built from several components. A planner breaks a goal into subtasks. A memory module stores conversation history and working context. A tool interface lets the agent call APIs, run code, query databases, or interact with other systems. A feedback loop checks whether each step moved the agent closer to the goal. Simple agents might answer a question by searching the web. Complex agents can write and test code, file pull requests, or coordinate with other agents. The more autonomy an agent has, the more important safety guardrails become, such as human approval for destructive actions and clear logging for every decision.

Prompt Chaining Orchestrator

Prompt

Design sophisticated multi-model workflows where each AI handles specific stages of a complex task, passing outputs between models optimized for each phase of work.

Agentic Workflow Designer

Skill

Design long-horizon autonomous workflows where AI agents work reliably across extended timeframes to complete complex, multi-step tasks with minimal supervision.

Spec Workflow Mcp

MCP Server

A Model Context Protocol (MCP) server that provides structured spec-driven development workflow tools for AI-assisted software development, featuring a real-time web dashboard and VSCode extension for monitoring and managing your project's progress directly in your development environment.

Multi-Agent System

Glossary

A system where multiple agents collaborate, compete, or delegate tasks to achieve complex goals.