MeshFlow
  • Cloud PlatformDeployIntegrationsInit CLIWhy MeshFlow
  • DocsLearn
  • CustomersCertificationBlogChangelogCommunity
  • Pricing
Sign inGet started
Pricing
Sign inGet started
MeshFlow

The production-safe standard for agentic AI.
Apache 2.0 — free forever.

Product
  • Pricing
  • Cloud
  • Compare
  • Init CLI
  • Changelog
Docs
  • Quickstart
  • Core concepts
  • Compliance guide
  • Token optimization
  • API reference
Resources
  • Blog
  • Customers
  • Community
  • PyPI
  • GitHub
Company
  • Discord
  • Twitter
  • Security
  • License
MeshFlow © 2026 · Yaya Systems · Apache 2.0
All systems operational
MeshFlowdocs
Search docs...⌘K
v1.13.0 GitHub Discord
Getting startedQuickstartInstallationCore conceptsHarness architectureSkills vs ToolsSandbox mode
GuidesBuilding agentsMulti-agent workflowsModel RoutersCost AnalyticsCompliance guideToken optimization
Claude & AIAdvisor patternThinking budgetsDynamic workflowsContext compactionTool streaming
Governancemeshflow-forensicZero-Trust PoliciesSOC 2 assertionEU AI ActProduction Readiness
IntegrationsOpenAI Agents SDKLangGraphCrewAIMCP ToolsTypeScript SDKOTel / OTLPAutoGen 0.4+
API ReferenceWorkflowAgentCostCapAdvisorAgentCostRegressionGate
Docs/API Reference/Agent

Agent

The Agent class represents a single governed unit of work. Each agent has a stable name, role, optional model/provider, tools, skills, memory, knowledge sources, guardrails, and policy.

classmeshflow.Agent

Parameters

ParameterTypeRequiredDescription
namestrrequiredStable agent identifier used in run output, ledgers, and handoffs.
rolestroptionalplanner, researcher, executor, critic, orchestrator, or guardian. Defaults to executor.
modelstroptionalModel name. MeshFlow can infer the provider from names like gpt-4o, claude-sonnet, gemini, or ollama models.
toolslistoptionalTool objects or registered tool names available to this agent.
skillslist[str]optionalBuilt-in skill names that augment the system prompt.
mcpslistoptionalMCP server URLs or stdio params. Tools are added automatically.
memorybooloptionalEnable cross-step memory for this agent.
policyPolicy | stroptionalGovernance policy. Defaults to standard.
Previous
Workflow
Next
CostCap
On this pageParameters