{
  "uid": "cogitave.learn.run-agentic-operations.introduction",
  "kind": "moduleUnit",
  "href": "/modules/run-agentic-operations/introduction/",
  "title": "Introduction",
  "summary": "",
  "type": null,
  "products": [],
  "roles": [],
  "levels": [],
  "subjects": [],
  "headings": [
    "Two halves, one contract",
    "Day-0 honesty",
    "What you will get from this module"
  ],
  "source": "Cogitave is an agent company: `yuva` is its Agent OS, `namzu` its Agent Kernel.\nThe estate's own operating premise is that it should run itself the same way it\nships software - so Cogitave **dogfoods** its own platform to operate the\ncompany. That premise has a name and a governing document:\n[agentic-operations](../../../../standards/docs/standards/agentic-operations.md),\nthe standard for how agents run Cogitave's engineering estate and its business\noperations.\n\n> [!IMPORTANT]\n> Read the standard's own framing first: *\"If our agents cannot safely run\n> Cogitave, they are not ready to run anyone else.\"* Agentic operations is not a\n> side project - it is the test the company applies to its own platform.\n\n## Two halves, one contract\n\nAgentic operations spans two directories, each with its own catalog of named\nagents:\n\n- [`agents/scheduled/`](../../../../agents/README.md) runs the **engineering**\n  estate - PR triage, dependency review, issue grooming, docs sync, security\n  triage.\n- [`agents/operations/`](../../../../agents/operations/README.md) runs the\n  **business** - marketing, RevOps/sales, customer support, finance/FinOps, and\n  incident/status communications.\n\nEvery agent in both directories satisfies the same three-part contract: a\nfirst-class identity with a least-privilege capability grant, a run inside the\n[request lifecycle](../../../../agents/lifecycle/LIFECYCLE.md), and a release\ngated by the [eval harness](../../../../agents/evals/eval-harness.md). This\nmodule teaches you to read that contract and the real fleet that implements it.\n\n## Day-0 honesty\n\n> [!NOTE]\n> The agentic-operations standard is explicit: **\"These are specs, not running\n> systems. No ops agent is live yet.\"** Everywhere this module says an agent\n> \"does\" something, read it as the spec'd behavior once that agent is built and\n> passes its evals - not a claim that it runs in production today.\n\n## What you will get from this module\n\nA working definition of agentic operations, the **draft-vs-act rule** that\ndecides when an agent acts unattended and when it stops for a human, and a\nnamed tour of the fleet - which agent proposes what, and who holds its human\ngate.\n",
  "partOf": "cogitave.learn.run-agentic-operations",
  "durationInMinutes": 4,
  "quiz": null
}