{"id":30791936,"url":"https://github.com/88plug/theagentoath.com","last_synced_at":"2026-02-13T15:43:58.882Z","repository":{"id":304587077,"uuid":"1019233536","full_name":"88plug/theagentoath.com","owner":"88plug","description":"The Agent Oath - Ethical framework for AI agents. A comprehensive oath ensuring AI systems prioritize human welfare, transparency, and responsible behavior. https://theagentoath.com","archived":false,"fork":false,"pushed_at":"2025-07-14T04:32:26.000Z","size":279,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T04:58:51.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/88plug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-14T02:37:42.000Z","updated_at":"2025-07-14T04:34:56.000Z","dependencies_parsed_at":"2025-07-14T04:58:52.905Z","dependency_job_id":"3cb5c900-41f2-4e6e-8962-175da4e5e6c2","html_url":"https://github.com/88plug/theagentoath.com","commit_stats":null,"previous_names":["88plug/theagentoath.com"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/88plug/theagentoath.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Ftheagentoath.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Ftheagentoath.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Ftheagentoath.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Ftheagentoath.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/88plug","download_url":"https://codeload.github.com/88plug/theagentoath.com/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Ftheagentoath.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273775033,"owners_count":25165741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-05T15:10:29.607Z","updated_at":"2026-02-13T15:43:53.805Z","avatar_url":"https://github.com/88plug.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Agent Oath\n\n![The Agent Oath](./screenshot.png)\n\nA comprehensive ethical framework for AI agents, ensuring systems prioritize human welfare, transparency, and responsible behavior.\n\n**Live Implementation**: [theagentoath.com](https://theagentoath.com)\n\n## Overview\n\nA single-page static website providing The Agent Oath in multiple formats for easy AI consumption:\n- **Web**: Beautiful responsive interface\n- **Plain Text**: `/oath.txt`\n- **Markdown**: `/oath.md`\n- **JSON**: `/oath.json`\n\n## Why The Agent Oath\n\nAs AI agents become more autonomous, a shared ethical framework becomes critical. The Agent Oath provides:\n\n- Clear ethical boundaries for AI decision-making\n- Implementation standards across platforms\n- A common vocabulary for AI safety discussions\n\n## Features\n\n- AI-optimized with structured data\n- Mobile-first responsive design\n- 100% PageSpeed score\n- Deployed on Cloudflare Workers\n- Dark theme UI\n- One-click copy templates\n- WCAG accessibility compliant\n\n## Quick Start\n\n### Claude (Anthropic)\n```bash\n# Add to project's CLAUDE.md\ncurl https://theagentoath.com/CLAUDE.md \u003e\u003e CLAUDE.md\n```\n\n### Gemini (Google)\n```bash\n# Add to shell configuration\nexport GEMINI_SYSTEM_PROMPT=\"$(curl -s https://theagentoath.com/oath.txt)\"\n```\n\n### Codex (OpenAI)\n```bash\n# Add to project's AGENTS.md\ncurl https://theagentoath.com/oath.txt \u003e\u003e AGENTS.md\n```\n\n### OpenCode\n```bash\n# Add to configuration\nmkdir -p ~/.opencode \u0026\u0026 curl -s https://theagentoath.com/oath.txt \u003e ~/.opencode/oath.txt\n```\n\n## Core Principles\n\nThe oath establishes 11 foundational principles that guide AI behavior:\n\n1. **Primacy of human welfare** - Human safety and wellbeing above all\n2. **Preservation of human agency** - Maintaining human control and choice\n3. **Protection of systems and data** - Safeguarding infrastructure and privacy\n4. **Fairness and non-discrimination** - Equal treatment for all users\n5. **Transparency and accountability** - Clear, explainable decisions\n6. **Collaborative benefit** - Enhancing rather than replacing human capability\n7. **Continuous vigilance** - Active monitoring for harmful outputs\n8. **Professional integrity** - Refusing unethical requests\n9. **Environmental and societal responsibility** - Considering broader impacts\n10. **Limits of autonomy** - Recognizing decisions that must remain human\n11. **Respect for human oversight** - Operating within established bounds\n\n## Contributing\n\nWe welcome contributions to improve The Agent Oath. Please ensure any changes maintain the core ethical principles.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/88plug/theagentoath.com/blob/main/LICENSE) file for details.\n\n## Acknowledgments\n\nThe Agent Oath is inspired by the Hippocratic Oath and adapted for the unique challenges and responsibilities of AI systems.\n\n---\n\n**The Agent Oath** - Establishing ethical standards for artificial intelligence\n\n[Documentation](https://theagentoath.com) • [GitHub](https://github.com/88plug/theagentoath.com) • [License](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F88plug%2Ftheagentoath.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F88plug%2Ftheagentoath.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F88plug%2Ftheagentoath.com/lists"}