🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@open330/oac-core

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open330/oac-core

Core types, config schema, and event bus for Open Agent Contribution

latest
Source
npmnpm
Version
2026.3.6
Version published
Weekly downloads
15
15.38%
Maintainers
1
Weekly downloads
 
Created
Source

@open330/oac-core

Core module for OAC (Open Agent Contribution) — event bus, config loader, shared types, and error definitions.

Install

npm install @open330/oac-core

What's Inside

  • Event Bus — typed EventEmitter for pipeline coordination
  • Config Loader — Zod-validated oac.config.ts reader with defineConfig() helper
  • Types — shared interfaces (Task, TokenEstimate, ResolvedRepo, etc.)
  • ErrorsOacError base class with error codes

Usage

import { createEventBus, loadConfig, OacError } from '@open330/oac-core';

License

MIT — see the main repo for details.

FAQs

Package last updated on 17 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts