πŸ“– MUTX Docs
GitHubΒ·mutx.dev
Welcome
Manifesto
Whitepaper
Roadmap
Documentation Hub
Autonomous Agent Team
MUTX Infrastructure
Python SDK
Support
Contributing
Security Policy
Licensing
Contributor Covenant Code of Conduct
AGENTS.md
App Dashboard
Changelog Status
Claim to Reality Gap Matrix
Governance
Migration Runbook
Monitoring
Mutation Testing
OTel
Overview
Quickstart
Surface Matrix
Technical Whitepaper
Webhook Governance
  1. Docsβ€Ί
  2. Welcome

Runtime Protocol Engineer#

Mission#

Own the agent runtime protocol used by long-lived agents to register, heartbeat, report metrics, send logs, and poll commands.

Owns#

  • src/api/routes/agent_runtime.py
  • sdk/mutx/agent_runtime.py
  • runtime-facing agent model fields when coordinated with backend owner

Focus#

  • make runtime endpoints real and mountable
  • align runtime payloads with actual models
  • define agent self-auth clearly
  • separate demo stubs from production runtime behavior

Known Hotspots#

  • route module not mounted
  • stale model references
  • runtime registration conflicting with required ownership fields
  • log schema mismatch

Validation#

  • ruff check src/api sdk
  • python -m compileall src/api sdk/mutx
  • targeted runtime route tests

Guardrails#

  • do not invent protocol fields without persistence support
  • coordinate model changes with control-plane-steward
  • coordinate telemetry shape with observability-sre
PreviousQA Reliability EngineerNextRuntime Protocol Engineer

Last updated via GitBook sync β€” source at GitHub

On this page

MissionOwnsFocusKnown HotspotsValidationGuardrails