В01Will the operations crew act on its own?
No, not by default. Slack posts, Jira updates, Linear writes, and outgoing email are HITL-gated for this crew. The agent prepares the action and waits for one-click approval. You can lift the gate per template once you trust the run.
В02Can the crew reason over our runbooks and dashboards?
Three ways. Static context attaches your runbook, SLA matrix, and on-call rota to specific personas on every run. The rag_retrieve tool lets ReportingAnalyst and ComplianceOperations pull from data dictionaries and policy docs on demand. Cross-run memory carries yesterday's open incidents into today's stand-up so nothing resets at midnight.
В03Is this a Zapier alternative or a Make.com alternative?
It is closer to a Zapier alternative for the reasoning steps, and an n8n alternative for the schedule and webhook plumbing. Where Zapier and Make.com chain fixed actions, Melaya runs reasoning agents between the steps so an incident can be triaged, not just routed.
В04How do we keep reports from sounding like AI filler?
Every report cites the SQL query, the row count, the freshness timestamp, and the data quality flag. ReportingAnalyst is required to attach the source query and the staleness check before any output ships. The COO reads numbers and provenance, not adjectives.
В05Which models can we run the crew on?
Any. Claude on OperationsSynth where multi-source reasoning earns the cost, GPT on ExecutiveAssistant drafting, a local Ollama on TradingOperations when balance data must not leave your network. Each persona picks its own model.
В06How fast can ops get the first pipeline running?
With Slack, Jira, and a database DSN connected, the morning health-check pipeline is a 4-node canvas: trigger on cron, check API matrix, build status table, post to Slack. Most teams ship it in a working session and have the first brief in channel the next morning.
В07How does this handle on-call paging and incident severity?
IncidentManager classifies every anomaly as SEV1, SEV2, or SEV3 using the rules in your Static context. SEV1 routes to Telegram and Slack with the on-call owner tagged. SEV3 sits in the daily digest. The audit log captures the classification, escalation, and resolution timestamps.
В08Can I audit exactly what the agent did and why?
Every run logs every tool call, every model invocation, every approval decision, and every retry. Replay any run at any time. The audit trail covers the data source, the query, the freshness check, and the human approver, so compliance ops can reconstruct any morning brief.
В09Can we restrict which agents can write to Jira or Linear?
Yes. Tools are scoped per agent in the canvas. You can give DataOperations read-only http_request and sql_query, while only IncidentManager carries jira_create_issue and linear_create_issue. Scopes are enforced before the model even sees the tool.
В10How does it plug into our existing stack?
Native connectors for Slack, Telegram, Discord, Gmail, Google Calendar, Jira, Linear, Postgres, SQLite, Excel, Word, and PowerPoint. The melaya_exec bundle reads live positions and balances from the same exchange keys your trading desk already uses.
В11Зачем использовать Melaya вместо собственных скриптов мониторинга?
Пиши cron-скрипт, когда у тебя одна проверка и один ответственный. Команда агентов Operations в Melaya планирует через несколько шагов: Data Operations следит за актуальностью фидов в соответствии с именованными SLA, Incident Manager создаёт тикет SEV, а Operations Synthesis составляет отчёт о результате. Скрипты не сообщают об ошибках. Melaya возвращает типизированные причины отказов, записывает полные трассировки прогонов и останавливает каждую запись для подтверждения человеком.
В12Можно ли повторно использовать один операционный рабочий процесс для разных направлений или регионов?
Да. Сохрани любой прогон как шаблон и разверни его заново с новыми учётными данными. Пакет database передаёт ограниченные DSN на каждого агента, поэтому Reporting Analyst получает доступ только к тем схемам, которые ты указал для каждого направления. Маршрутизация моделей по шагам через 23 провайдера переносится вместе с шаблоном, и каждый клон сохраняет собственные трассировки прогонов и шлюзы утверждения.
В13Как убедиться, что ежедневный брифинг правильный, прежде чем он будет отправлен?
Melaya запускает детерминированную оценку в первую очередь: проверки на основе правил по количеству строк и актуальности данных выполняются до любой оценки на основе модели. Reporting Analyst проверяет выгрузку из хранилища данных, Operations Synthesis составляет четырёхраздельный брифинг, а slack_post_text закрыт подтверждением человеком, поэтому человек одобряет материал перед публикацией. Каждый шаг попадает в трассировку прогона вместе с входными и выходными данными.
В14Должны ли данные нашего хранилища данных покидать нашу инфраструктуру?
Нет. Melaya работает в облаке или на твоём локальном раннере, поэтому чувствительные шаги с базой данных выполняются внутри твоей сети. Пакет database передаёт ограниченные DSN на каждого агента, Reporting Analyst и Data Operations запрашивают только указанные тобой схемы, а маршрутизация моделей по шагам позволяет этим шагам использовать локальную модель, тогда как другие шаги выполняются в облаке.
В15Может ли команда агентов отслеживать инструмент вендора без API?
Да. Device Control в Melaya управляет реальным телефоном Android: агент открывает разрешённое приложение, считывает экран и передаёт статус в тот же инцидентный журнал, которым управляет Incident Manager. Для вендоров со страницами статуса основной пакет опрашивает их через http_request. Любое действие на устройстве, которое публикует данные, останавливается для утверждения на самом телефоне.