Skip to content
@OmniNode-ai

OmniNode.ai

OmniNode AI

OmniNode is an open-source platform for building production-grade AI agent systems. It provides a structured four-node architecture (Effect, Compute, Reducer, Orchestrator), a typed event bus, memory persistence, semantic retrieval, and a full plugin ecosystem for Claude Code agents.


Core Repositories

Repository Description
omnibase Monorepo installer — one command to clone, build, and run the full stack
omniclaude Claude Code agent plugin — hooks, skills, routing, and agent registry
omnibase_core Core Pydantic models, contracts, validators, and ONEX 4.0 base types
omnibase_infra Infrastructure services: Kafka/Redpanda event bus, PostgreSQL, session management
omniintelligence Intelligence nodes: intent classification, drift detection, semantic review
omnimemory Memory persistence, semantic retrieval, intent graphs, and embedding storage
omnibase_spi Service provider interface protocols for pluggable backends
omnidash Real-time observability dashboard for agents, patterns, and code analysis
omnibase_compat Shared structural package — enums, wire DTOs, event envelopes
omninode_infra API service, Kubernetes manifests, and Terraform infrastructure
omniweb Landing page and public website
onex_change_control Drift detection, schema governance, and cross-repo enforcement tooling

Quick Start

Get the full platform running with one command:

git clone https://github.com/OmniNode-ai/omnibase.git
cd omnibase
make install && make setup && make dev

See omnibase for the full getting started guide.

For the Claude Code agent plugin specifically, see omniclaude QUICKSTART.md.


Platform Architecture

┌────────────────────────────────────────────────────┐
│                   OmniNode Platform                 │
│                                                    │
│  omniclaude         ← Claude Code agent plugin     │
│  omnibase_core      ← Typed models & contracts     │
│  omnibase_infra     ← Kafka + Postgres infra       │
│  omniintelligence   ← Intent, drift, review        │
│  omnimemory         ← Semantic memory & recall     │
│  omnibase_spi       ← Protocol interfaces          │
│  omnidash           ← Observability dashboard      │
└────────────────────────────────────────────────────┘

All nodes follow the ONEX 4-node pattern: Effect (I/O) → Compute (transform) → Reducer (aggregate) → Orchestrator (coordinate).


Contact

contact@omninode.ai

Popular repositories Loading

  1. omnibase_core omnibase_core Public

    ONEX Core Framework - Base classes and essential implementations for the ONEX ecosystem

    Python 6 4

  2. omniclaude omniclaude Public

    Python 2 3

  3. onex_change_control onex_change_control Public

    ONEX Change Control - Canonical governance + schema distribution + enforcement tooling to prevent cross-repo drift

    Python 2 3

  4. omnibase_infra omnibase_infra Public

    ONEX Infrastructure repository with PostgreSQL adapter and comprehensive testing

    Python 1 2

  5. omniintelligence omniintelligence Public

    Python 1 2

  6. omnimarket omnimarket Public

    Portable ONEX workflow package registry

    Python 1 1

Repositories

Showing 10 of 15 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…