{
  "markdown": "<!-- This file is generated from README.template.md by scripts/generate_readme.mjs. Do not edit README.md directly. -->\n\n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/open-agreements/open-agreements/main/docs/assets/oa-seal.svg\" alt=\"OpenAgreements seal\" width=\"140\">\n</p>\n\n# OpenAgreements\n\n[![npm version](https://img.shields.io/npm/v/open-agreements)](https://www.npmjs.com/package/open-agreements)\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![CI](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml/badge.svg)](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)\n[![codecov](https://img.shields.io/codecov/c/github/open-agreements/open-agreements/main)](https://app.codecov.io/gh/open-agreements/open-agreements)\n\nOpenAgreements helps people and software agents find primary-source-backed U.S.\nlegal guidance and produce reviewable DOCX files from standard agreement\ntemplates.\n\n## What OpenAgreements does\n\n- Publishes jurisdiction-specific practice guides with citations to primary law.\n- Provides standard agreement templates with source and license metadata.\n- Fills templates locally through a CLI or over MCP.\n- Publishes review checklists and comparison surveys in human- and\n  machine-readable formats.\n\nOpenAgreements provides legal information and document mechanics, not legal\nadvice. It does not decide whether a form or clause is right for a transaction,\nand generated documents are drafts for human review.\n\nThe project’s longer-term goal is a citable conformance layer for legal AI:\nprimary law becomes inspectable requirements, an AI can check a document against\nthem, and a lawyer owns the final call. Read [Why OpenAgreements Exists](https://openagreements.org/manifesto.md)\nfor the rationale; this README stays focused on using the project.\n\n## Fill your first agreement\n\nInstall the CLI locally, inspect the available forms, and fill the Common Paper\nMutual NDA:\n\n```bash\nnpm install -g open-agreements\nopen-agreements list\nopen-agreements fill common-paper-mutual-nda \\\n  --set party_1_name=\"Jane Doe\" \\\n  --set party_1_company=\"Acme Manufacturing, Inc.\" \\\n  --set party_2_name=\"John Smith\" \\\n  --set party_2_company=\"Northeast Logistics LLC\" \\\n  --set effective_date=\"2026-07-15\" \\\n  --set purpose=\"Evaluating a potential logistics relationship\" \\\n  --output mutual-nda.docx\n```\n\nThe last command writes `mutual-nda.docx`. Open it in Word or another DOCX\nviewer and review every filled term before signature. Defaults supply the\nstandard one-year term, Delaware governing law, and other omitted cover terms;\nthe CLI reports any priority fields that still need attention.\n\nFor a complete, copyable example and field-review steps, follow the\n[quick start](https://github.com/open-agreements/open-agreements/blob/main/docs/quickstart.md).\n\n## Understand the workflow\n\n```text\nstandard form + source and license metadata\n  → supplied field values\n  → validation and local rendering\n  → reviewable DOCX\n  → human legal and business review\n```\n\nThe standard form is authoritative until rendering. Your supplied values become\nthe transaction-specific inputs. The generated DOCX is an output for review; it\nis never automatically accepted or signed.\n\nThe legal-content path is separate: practice guides cite primary sources,\nsurveys compare jurisdictions, and checklists turn requirements into review\nsteps. Those materials can inform a decision, but they do not mutate an\nagreement.\n\n## Choose your next step\n\n- [Install OpenAgreements](https://github.com/open-agreements/open-agreements/blob/main/docs/installation.md) — choose local CLI, local MCP, or hosted MCP.\n- [Fill a standard agreement](https://github.com/open-agreements/open-agreements/blob/main/docs/quickstart.md) — complete the canonical workflow end to end.\n- [Use legal guidance and checklists](https://github.com/open-agreements/open-agreements/blob/main/docs/workflows/use-legal-content.md) — find the right human- or machine-readable source.\n- [Connect an AI agent](https://github.com/open-agreements/open-agreements/blob/main/docs/using-with-ai-agents.md) — configure Claude Code, Codex CLI, Cursor, or Gemini CLI.\n- [Browse the full catalog](https://github.com/open-agreements/open-agreements/blob/main/docs/reference/catalog.md) — templates, guides, surveys, checklists, skills, and packages.\n- [Understand system boundaries](https://github.com/open-agreements/open-agreements/blob/main/docs/architecture.md) — follow content and documents through the system.\n- [Contribute](https://github.com/open-agreements/open-agreements/blob/main/CONTRIBUTING.md) — change code, documentation, templates, or field-selectors.\n\n**Links:** [Website](https://usejunior.com?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Template Catalog](https://usejunior.com/templates?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [Docs](https://github.com/open-agreements/open-agreements/tree/main/docs) | [Trust](https://usejunior.com/security?utm_source=github&utm_medium=readme&utm_campaign=open-agreements) | [npm](https://www.npmjs.com/package/open-agreements)\n\n## Privacy and document handling\n\n- Local CLI and local stdio MCP processing stay on your machine.\n- Hosted MCP template filling runs server-side; filled documents are not stored\n  after the response is returned.\n- Some field-selector workflows download an official source document at runtime.\n\nChoose an execution mode that matches your document-sensitivity and internal\npolicy requirements. See the [trust-boundary status](https://github.com/open-agreements/open-agreements/blob/main/docs/trust-checklist.md)\nand [security policy](https://github.com/open-agreements/open-agreements/blob/main/SECURITY.md).\n\n## License\n\nProject code is licensed under [Apache License 2.0](LICENSE). Content retains its\nsource-specific license. See the [licensing reference](https://github.com/open-agreements/open-agreements/blob/main/docs/licensing.md)\nand each template's `metadata.yaml` before redistribution or modification.\n",
  "bytes": 6139,
  "sha": "f601c5ddf58dfe35a37e9b6b33c1eac79e241611fd71f7333d10c192bbb6c420",
  "repo_slug": "open-agreements/open-agreements",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_open_agreements_open_agreements_practice_dc3f12c5/readme"
}