# rightnow-ai/openfang

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/rightnow-ai-openfang).**

17,834 stars · 2,267 forks · Rust · Apache-2.0

## Links

- GitHub: https://github.com/RightNow-AI/openfang
- Homepage: https://www.openfang.sh/
- awesome-repositories: https://awesome-repositories.com/repository/rightnow-ai-openfang.md

## Topics

`agent-framework` `ai-agents` `llm` `mcp` `open-source` `openclaw` `operating-system` `rust`

## Description

OpenFang is an operating system for LLM agents designed to orchestrate autonomous agents with built-in task scheduling, tool sandboxing, and multi-model routing. It provides a secure AI execution environment that integrates prompt injection scanning, cryptographic audit trails, and resource metering to ensure controlled processing.

The platform distinguishes itself through a comprehensive security architecture, featuring fuel-metered tool sandboxing and an immutable activity audit trail based on cryptographic hash-chains. It implements high-assurance identity verification via signed manifests and tracks the flow of sensitive data using label-based secret propagation.

The system covers a wide range of automation capabilities, including an automated web workflow engine with session persistence and an omnichannel messaging framework for routing interactions across social and enterprise platforms. It further includes tools for automated lead generation, intelligence research, and the repurposing of long-form video into short-form content.

The system exposes REST, WebSocket, and SSE endpoints through an OpenAI-compatible API.

## Tags

### Artificial Intelligence & ML

- [AI Agent Orchestrators](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/agent-orchestration-multi-agent/coordination-and-routing/ai-agent-orchestrators.md) — Orchestrates multiple autonomous agents within a unified system to execute complex, multi-step workflows reliably. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Autonomous Agent Orchestration](https://awesome-repositories.com/f/artificial-intelligence-ml/autonomous-agent-orchestration.md) — Coordinates multiple autonomous agents to execute complex, multi-step workflows and route requests across model providers. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Agent Orchestration Systems](https://awesome-repositories.com/f/artificial-intelligence-ml/agent-orchestration-systems.md) — Provides a comprehensive platform for managing and coordinating tasks between multiple autonomous AI agents.
- [Tool Access Controls](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/agent-capabilities-skills-tooling/agent-tooling/tool-access-controls.md) — Implements granular access controls to restrict which tools an agent can use during specific interactions. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Autonomous Agents](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/agent-orchestration-multi-agent/autonomous-agents.md) — Provides a platform for agents to independently monitor targets and generate leads through autonomous task execution. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Agent Routing Frameworks](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/agent-orchestration-multi-agent/coordination-and-routing/agent-routing-frameworks.md) — Routes inbound interactions to specific agents based on channel bindings and account context.
- [Action Auditing](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/integration-deployment/agent-frameworks/agent-runtimes/agent-action-representations/action-auditing.md) — Logs the history of agent decisions in a cryptographic hash-chain for transparent and tamper-proof auditing. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Model Request Routing](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-model-clients/model-request-routing.md) — Distributes AI tasks across multiple providers using complexity scoring and automatic fallback mechanisms. ([source](https://github.com/rightnow-ai/openfang#readme))
- [OpenAI-Compatible APIs](https://awesome-repositories.com/f/artificial-intelligence-ml/agentic-systems-frameworks/model-integration-serving/model-integration-interfaces/ai-integration-apis/openai-compatible-apis.md) — Exposes REST, WebSocket, and SSE endpoints using the OpenAI API specification for external tool compatibility. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Intelligence Research Agents](https://awesome-repositories.com/f/artificial-intelligence-ml/intelligence-research-agents.md) — Collects data from multiple sources and evaluates credibility to generate cited intelligence reports. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Knowledge Graph Construction](https://awesome-repositories.com/f/artificial-intelligence-ml/language-model-orchestration/knowledge-graph-engineering/knowledge-graph-construction.md) — Implements automated processes for building structured graph representations of information to maintain long-term knowledge. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Predictive Trend Modeling](https://awesome-repositories.com/f/artificial-intelligence-ml/predictive-model-basics/predictive-trend-modeling.md) — Analyzes multiple data sources to create reasoning chains and long-term trend predictions. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Short-Form Video Generation](https://awesome-repositories.com/f/artificial-intelligence-ml/short-form-video-generation.md) — Transforms long-form video URLs into captioned vertical shorts with voice-overs for social distribution. ([source](https://github.com/rightnow-ai/openfang#readme))

### Security & Cryptography

- [Sandboxed Execution Environments](https://awesome-repositories.com/f/security-cryptography/sandboxed-execution-environments.md) — Provides a secure, metered isolated runtime environment for the execution of autonomous AI agents. ([source](https://github.com/rightnow-ai/openfang#readme))
- [AI Agent Security](https://awesome-repositories.com/f/security-cryptography/ai-agent-security.md) — Provides runtime security controls to protect autonomous agents from prompt injections and unauthorized access.
- [Isolated Execution Sandboxes](https://awesome-repositories.com/f/security-cryptography/application-and-system-security/sandbox-and-isolation/isolated-execution-sandboxes.md) — Executes untrusted tool code in isolated environments with resource metering and watchdog threads to prevent runaway processes.
- [Agent Identities](https://awesome-repositories.com/f/security-cryptography/identity-and-access-management/agent-identities.md) — Manages non-human agent identities and validates their assigned capabilities using signed manifests. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Cryptographic Identity Verification](https://awesome-repositories.com/f/security-cryptography/identity-verification-modules/cryptographic-identity-verification.md) — Validates agent identities and assigned capabilities through the use of cryptographically signed manifests.
- [Agent Execution Environments](https://awesome-repositories.com/f/security-cryptography/secure-execution-environments/agent-execution-environments.md) — Implements an isolated runtime for agents featuring prompt injection scanning and resource metering.
- [Prompt Injection Testing](https://awesome-repositories.com/f/security-cryptography/security/ai-and-machine-learning/prompt-injection-testing.md) — Scans for attempts to override instructions or exfiltrate data via malicious prompt injections. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Stateful Session Persistence](https://awesome-repositories.com/f/security-cryptography/identity-access-management/session-management/stateful-session-persistence.md) — Maintains browser context and interaction history to enable recovery and continuity in multi-step web workflows.
- [Information Flow Tracking](https://awesome-repositories.com/f/security-cryptography/information-flow-tracking.md) — Monitors the movement of sensitive data by propagating security labels from source to destination.
- [Memory-Based Key Protection](https://awesome-repositories.com/f/security-cryptography/memory-based-key-protection.md) — Ensures API keys and sensitive credentials are wiped from volatile memory immediately after use. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Request Forgery Protections](https://awesome-repositories.com/f/security-cryptography/network-infrastructure-security/web-network-security/network-security/network-routing-access-control/network-access-controls/request-forgery-protections.md) — Blocks unauthorized requests to private IPs and cloud metadata endpoints to prevent server-side request forgery. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Path Access Restrictions](https://awesome-repositories.com/f/security-cryptography/security/policies/host-resource-access/file-system-access-controls/path-access-restrictions.md) — Prevents unauthorized file system access by blocking path traversal attempts using canonicalization. ([source](https://github.com/rightnow-ai/openfang#readme))

### Data & Databases

- [Cryptographic Audit Trails](https://awesome-repositories.com/f/data-databases/activity-auditing/cryptographic-audit-trails.md) — Maintains a tamper-proof and verifiable history of all agent activities using a cryptographic hash-chain.
- [Lead Enrichment](https://awesome-repositories.com/f/data-databases/lead-enrichment.md) — Implements a system for identifying prospects and augmenting lead profiles through automated web research. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Prospect List Generation](https://awesome-repositories.com/f/data-databases/lead-enrichment/prospect-list-generation.md) — Identifies potential customers via web research and data enrichment to create scored prospect lists.

### Development Tools & Productivity

- [Browser-Based Workflows](https://awesome-repositories.com/f/development-tools-productivity/workflow-automation-engines/browser-based-workflows.md) — Provides an engine for navigating websites and filling forms using session persistence and approval gates.

### Networking & Communication

- [Conversational Channel Integrations](https://awesome-repositories.com/f/networking-communication/conversational-channel-integrations.md) — Utilizes a set of built-in channel adapters to connect autonomous agents to various third-party messaging platforms. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Messaging Adapters](https://awesome-repositories.com/f/networking-communication/messaging-adapters.md) — Implements a communication layer using standardized adapters to normalize data exchange across diverse messaging platforms.
- [Messaging Platform Integrations](https://awesome-repositories.com/f/networking-communication/messaging-platform-integrations.md) — Routes interactions across social and enterprise messaging services via standardized communication interfaces. ([source](https://github.com/rightnow-ai/openfang#readme))

### Software Engineering & Architecture

- [Execution Loop Monitors](https://awesome-repositories.com/f/software-engineering-architecture/automated-task-execution-engines/execution-loop-monitors.md) — Detects repetitive tool-call patterns using hashing to trigger circuit breakers and prevent infinite agent loops. ([source](https://github.com/rightnow-ai/openfang#readme))
- [Complexity-Based Routers](https://awesome-repositories.com/f/software-engineering-architecture/complexity-based-routers.md) — Optimizes model selection by routing requests based on a quantitative complexity scoring system.

### System Administration & Monitoring

- [Cryptographic Audit Trails](https://awesome-repositories.com/f/system-administration-monitoring/cryptographic-audit-trails.md) — Records system actions using a cryptographic hash-chain to provide a verifiable and tamper-proof history. ([source](https://github.com/rightnow-ai/openfang#readme))

### Web Development

- [Browser Automation](https://awesome-repositories.com/f/web-development/browser-automation.md) — Programmatically controls web browsers to navigate sites and complete multi-step forms with session persistence.
- [Web Automation and Scraping](https://awesome-repositories.com/f/web-development/web-automation-scraping.md) — Automates multi-step browser interactions and form filling with session persistence and manual approval gates. ([source](https://github.com/rightnow-ai/openfang#readme))

### DevOps & Infrastructure

- [Task Schedulers](https://awesome-repositories.com/f/devops-infrastructure/automation-orchestration/task-execution-frameworks/task-job-management/task-schedulers.md) — Executes agent activities on a fixed timetable to ensure continuous operation and periodic reporting. ([source](https://github.com/rightnow-ai/openfang#readme))
