Zervanor — 智能体员工队伍

连接器目录化身为智能体员工。

每个通过认证的连接器都会自动投影为 AI 智能体可以调用的 Tool 技能。因此,驱动一键模板的相同原生包也驱动着一个受监管的智能体员工队伍——规划中涵盖运行在单一运行时上的 4 层架构 40 个智能体

Live通用智能体运行时外壳
26已构建的第一方智能体
Live智能体控制台 (配置 · 检查工具 · 执行目标)
404 层架构下的智能体目录目标数量

运行时、首批两个智能体、BYOK 大模型和管理控制台今日已上线。底层的第 2 至 4 层为顺次开发计划,尚未交付。

First-party agents

Ready-to-run agents hosted on the Zervanor runtime. Each runs as an isolated pod in the same runtime as your workflows.

AI Assistant

ai-agent
Live

Conversational AI assistant with connector-backed tools. Built on the Generic Agentic Runtime shell (ADR-038): understands goals in natural language, uses available connector tools to take real action

operations ai 1 capabilities Details →

Content Agent

content-agent
Live

Content operations agent: drafting, editorial calendar, and social scheduling across CMS and publishing tools. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Data Agent

data-agent
Live

Autonomous data and analytics agent. Queries databases and BI tools, transforms raw results into readable reports, identifies trends and anomalies, and delivers summaries via email or Slack. Read-only

operations ai 1 capabilities Details →

DevOps Agent

devops-agent
Live

Autonomous DevOps and infrastructure agent. Monitors deployments, triages incidents, coordinates on-call via PagerDuty, checks GitHub PR status, and automates routine ops tasks — across GitHub, Kubern

operations ai 1 capabilities Details →

E-commerce Agent

ecommerce-agent
Live

E-commerce operations agent: order management, inventory tracking, and fulfillment across store platforms. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Education Agent

education-agent
Live

Education operations agent: student progress tracking and feedback across LMS and scheduling tools. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Executor Agent

executor-agent
Live

Multi-step automation archetype: reliably executes a defined multi-step procedure end to end, idempotently. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Finance Agent

finance-agent
Live

Finance operations agent: invoicing, AP/AR, expense approvals, and reconciliation across accounting and payment tools. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

generic-agent

generic-agent
Live

Generic Agentic Runtime shell (ADR-038). One configurable runtime: a new agent product is this shell + a manifest (system prompt + tool bindings), not a new codebase. ReAct planning loop over AG-02 co

operations ai 1 capabilities Details →

HR Agent

hr-agent
Live

HR operations agent: employee onboarding, policy Q&A, and time-off handling across HRIS and chat tools. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Legal Agent

legal-agent
Live

Legal review agent: contract clause review and risk flagging — read-only, escalates to counsel. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Marketing Agent

marketing-agent
Live

Marketing analytics agent: campaign performance analysis, segmentation, and reporting across ad and email tools. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Monitor Agent

monitor-agent
Live

Threshold-alerting archetype: evaluates a metric or condition against a threshold and reports status or raises an alert. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Planner Agent

planner-agent
Live

Domain-agnostic multi-phase task orchestrator: decomposes a complex goal into ordered phases and drives each with real tools. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Project Manager Agent

pm-agent
Live

Project management agent: sprint planning, standup summaries, and backlog grooming across issue trackers. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Real Estate Agent

realestate-agent
Live

Real estate operations agent: listing management, lead qualification, and showing scheduling across CRM tools. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Recruiting Agent

recruiting-agent
Live

Recruiting agent: CV screening, candidate ranking, and interview scheduling across ATS and calendar tools. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Research Agent

research-agent
Live

Autonomous research specialist. Given a research goal, gathers information from connected sources (web, documents, APIs), synthesizes findings, and returns a structured research report. Read-only tool

operations ai 1 capabilities Details →

Responder Agent

responder-agent
Live

Context-aware Q&A archetype: answers questions grounded in retrieved data and tool calls, with citations. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Sales Agent

sales-agent
Live

Autonomous sales operations agent. Manages CRM pipelines, enriches prospect data, drafts outreach, tracks deal activity, and surfaces revenue insights — across HubSpot, Salesforce, email, and calendar

operations ai 1 capabilities Details →

Security Agent

security-agent
Live

Security operations agent: threat-alert triage and audit-log review — read-only, escalates incidents. Built on the Generic Agentic Runtime shell (ADR-038).

operations ai 1 capabilities Details →

Slack AI Agent

slack-agent
Live

Conversational AI over Slack (Socket Mode) powered by the Generic Agentic Runtime shell (ADR-038, PH-AG-03C). Every inbound DM or @mention drives a ReAct planning loop that can use connector tools to

operations provider 2 capabilities Details →

Support Agent

support-agent
Live

Autonomous customer support agent. Triages incoming tickets, routes to the right queue, drafts responses from knowledge base, escalates when needed, and keeps Slack updated — across Zendesk, Freshdesk

operations ai 1 capabilities Details →

Uptime Watcher

uptime-watcher
Live

L3 Ambient Watcher: on a schedule, evaluates endpoint/service uptime against a threshold and raises an ALERT verdict when degraded, cascading to a role agent. Built on the Generic Agentic Runtime shel

operations ai 1 capabilities Details →

WhatsApp AI Agent

whatsapp-agent-v2
Live

Conversational AI over WhatsApp powered by the Generic Agentic Runtime shell (ADR-038). Replaces command rules with LLM intelligence: every inbound message drives a ReAct planning loop that can use co

operations provider 2 capabilities Details →

whatsapp-agent

whatsapp-agent
Live

WhatsApp provider agent built with Zervanor Agent SDK

operations provider 2 capabilities Details →

创建新智能体只需配置清单,无需新建代码库。

统一的通用智能体运行时外壳(ADR-038)负责运行每一个智能体。打造新功能只需配置 agent.manifest.json——定义系统提示词、规划模式、记忆模式和精选工具绑定,然后通过 zervanor push 部署。无需编写定制代码,无需新建仓库。

  • ReAct 规划闭环——思考 → 行动 → 观察,在启动时从连接器目录自动载入工具。
  • 自带模型——目前通过提供商/base-url 抽象层支持 OpenAI / Gemini,平台永远不会硬编码绑定单一厂商。
  • 治理完备——租户物理隔离、精选工具白名单,以及为智能体量身定制的人工协同(HITL)审批策略。
{
  "id": "support-agent",
  "agentic": {
    "system_prompt": "You triage support tickets…",
    "planning_mode": "react",
    "memory_mode": "session",
    "tool_sources": ["zendesk", "slack"],
    "tool_policy": { "require_confirmation": true }
  }
}
全新 — 运行时与模型

在平台上运行——或在你自己的设备上。

同一个智能体既能在托管云端运行,也能在你自己的机器上运行,通过路由组合云端与本地模型,并可通过聊天界面访问。

云端或你的设备

同一个智能体(一个 manifest、一个 SDK)可在托管云端 Pod 中运行,或通过 Zervanor Desktop 应用在你的机器上运行。它向外连接,因此能在防火墙后工作。

智能模型路由

将云端、平台与本地模型统一到一个目录中,背后是命名路由器与自动回退。为每个智能体选择模型;需要时在本地运行推理。

对话(Conversations)

一个持久、按模型路由的聊天,可将你的连接器和智能体作为工具调用——在更改任何内容之前都有确认步骤。

目前为桌面运行时主机;移动主机已在路线图中。

统一的运行时。完整的智能体团队。