[PR #15911] Docs/add ClearFrame agent governance framework to integrations #77650

Open
opened 2026-05-05 10:19:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15911
Author: @ibrahimmukherjee-boop
Created: 5/1/2026
Status: 🔄 Open

Base: mainHead: docs/add-clearframe-integration


📝 Commits (2)

  • 9ea366d docs: add ClearFrame integration under Assistants
  • f1b76e5 docs: add ClearFrame integration under Assistants

📊 Changes

2 files changed (+87 additions, -0 deletions)

View changed files

📝 docs/docs.json (+1 -0)
docs/integrations/clearframe.mdx (+86 -0)

📄 Description

Summary
Adds ClearFrame to the Assistants integrations section, alongside OpenClaw and Hermes Agent.

ClearFrame is an open-source AI agent governance framework (Apache 2.0) that provides:

  • GoalManifest enforcement — policy-bound agent sessions
  • HMAC-chained audit logs — tamper-evident, queryable session records
  • Reader/Actor isolation — OS-level privilege separation for agents
  • OllamaProvider — native Ollama backend (ships in clearframe v0.2.0)
  • TrustRegistry integration — Ed25519 certificate authority for agent identity

GitHub: https://github.com/ibrahimmukherjee-boop/ClearFrame
PyPI: https://pypi.org/project/clearframe
License: Apache 2.0

This integration follows the same format as the existing OpenClaw integration page.

Changes

  • Added docs/integrations/clearframe.mdx with complete documentation
  • Updated docs/docs.json to include ClearFrame in the Assistants section

Checklist

  • New .mdx file added to docs/integrations/
  • docs/docs.json updated to include page in sidebar
  • Follows existing integration page format
  • No breaking changes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/15911 **Author:** [@ibrahimmukherjee-boop](https://github.com/ibrahimmukherjee-boop) **Created:** 5/1/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/add-clearframe-integration` --- ### 📝 Commits (2) - [`9ea366d`](https://github.com/ollama/ollama/commit/9ea366dccf64c1f783c85897b11c4fbf7322b901) docs: add ClearFrame integration under Assistants - [`f1b76e5`](https://github.com/ollama/ollama/commit/f1b76e503b746c2fbe51d703fef22af629188841) docs: add ClearFrame integration under Assistants ### 📊 Changes **2 files changed** (+87 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs.json` (+1 -0) ➕ `docs/integrations/clearframe.mdx` (+86 -0) </details> ### 📄 Description Summary Adds ClearFrame to the Assistants integrations section, alongside OpenClaw and Hermes Agent. ClearFrame is an open-source AI agent governance framework (Apache 2.0) that provides: - GoalManifest enforcement — policy-bound agent sessions - HMAC-chained audit logs — tamper-evident, queryable session records - Reader/Actor isolation — OS-level privilege separation for agents - OllamaProvider — native Ollama backend (ships in clearframe v0.2.0) - TrustRegistry integration — Ed25519 certificate authority for agent identity GitHub: https://github.com/ibrahimmukherjee-boop/ClearFrame PyPI: https://pypi.org/project/clearframe License: Apache 2.0 This integration follows the same format as the existing OpenClaw integration page. Changes - Added `docs/integrations/clearframe.mdx` with complete documentation - Updated `docs/docs.json` to include ClearFrame in the Assistants section Checklist - [x] New `.mdx` file added to `docs/integrations/` - [x] `docs/docs.json` updated to include page in sidebar - [x] Follows existing integration page format - [x] No breaking changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 10:19:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#77650