92,445 packages matching “graphorin-init”
@graphorin/store-sqlite-encrypted
v0.15.1 · 13 days ago
Optional encryption-at-rest sub-pack for the Graphorin framework's default SQLite store. Pulls in `better-sqlite3-multiple-ciphers@^12.9.0` (a drop-in fork of `better-sqlite3` that bundles SQLite3MultipleCiphers / SQLCipher v4), exposes the `encryptDataba
No known vulnerabilities
@graphorin/cli
v0.15.1 · 13 days ago
Operator CLI for the Graphorin framework. The `graphorin` binary covers the standalone server and the local stores end to end: `start`, `init`, `migrate`, `doctor`, `token`, `secrets`, `storage`, `audit`, `memory`, `consolidator`, `triggers`, `auth`, `pri
No known vulnerabilities
@graphorin/core
v0.15.1 · 13 days ago
Core types, contracts, and utilities for the Graphorin framework. Dependency-free root package every other @graphorin/* package depends on.
No known vulnerabilities
@graphorin/secret-1password
v0.15.1 · 13 days ago
Reference 1Password secret-resolver adapter for the Graphorin framework. Registers the `op://` scheme on top of `@graphorin/security`'s pluggable `SecretResolver` registry by shelling out to the official 1Password CLI (`op read 'op://<vault>/<item>/<field
No known vulnerabilities
@graphorin/observability
v0.15.1 · 13 days ago
Observability primitives for the Graphorin framework: typed AISpan tracer over OpenTelemetry, mandatory withValidation wrapper for every exporter, sensitivity-aware RedactionValidator with built-in PII / secret patterns, GenAI Semantic Conventions conform
No known vulnerabilities
@graphorin/tools
v0.15.1 · 13 days ago
Tools surface for the Graphorin framework: typed `tool({...})` builder backed by Zod schemas, ToolRegistry with strategy-aware collision resolution and deferred-loading support, ToolExecutor with parallel/sequential dispatch, approval flow, sandbox enforc
No known vulnerabilities
@graphorin/eslint-plugin
v0.15.1 · 13 days ago
ESLint plugin for projects that build on Graphorin. Ships nine active rules: tool-definition quality (descriptions, examples, parameter naming), secret-handling discipline (no-secret-unwrap, no-secret-in-deps), network hygiene (no-implicit-network-call),
No known vulnerabilities
@graphorin/provider
v0.15.1 · 13 days ago
Vendor-neutral LLM provider layer for the Graphorin framework. Ships the canonical Provider interface, the Vercel AI SDK adapter (default cloud path), three local-LLM adapters (direct Ollama HTTP, llama-server HTTP, and a generic OpenAI-compatible adapter
No known vulnerabilities
@graphorin/store-sqlite
v0.15.1 · 13 days ago
Default SQLite-backed persistence layer for the Graphorin framework. Implements every storage contract from `@graphorin/core` (MemoryStore, CheckpointStore, SessionStore, TriggerStore, AuthTokenStore, OAuthServerStore, IdempotencyStore) on top of `better-
No known vulnerabilities
@graphorin/protocol
v0.15.1 · 13 days ago
Wire protocol contract for the Graphorin framework: Zod schemas + TypeScript types for the WebSocket subprotocol `graphorin.protocol.v1`. Defines the `ClientMessage` and `ServerMessage` discriminated unions, the JSON-RPC-shaped control channel (`initializ
No known vulnerabilities
@graphorin/sessions
v0.15.1 · 13 days ago
Hybrid facade-with-state session module for the Graphorin framework: createSessionManager() facade that wraps @graphorin/memory.session for message CRUD (single source of truth), AgentRegistry singleton with register / retire / delete / placeholder semant
No known vulnerabilities
@graphorin/evals
v0.15.1 · 13 days ago
Eval framework for the Graphorin framework. Ships scorer libraries (`code/` exact-match, regex, JSON path, predicates; `llm/` LLM-judge; `prebuilt/` toxicity / factuality / helpfulness), dataset loaders (JSONL, CSV, from-traces, generic iterable), reporte
No known vulnerabilities
@graphorin/triggers
v0.15.1 · 13 days ago
Background-task scheduler for the Graphorin framework. Ships durable cron / interval / idle / event triggers with the same code path in library and server modes, an in-tree 5-field cron parser, per-trigger catch-up policies (`'none'` default; `'last'` or
No known vulnerabilities
@graphorin/memory
v0.15.1 · 13 days ago
Six-tier memory system for the Graphorin framework: createMemory() facade with working / session / episodic / semantic / procedural / shared sub-modules, eleven memory tools wired into @graphorin/tools, hybrid vector + FTS5 search composed through Recipro
No known vulnerabilities
@graphorin/provider-llamacpp-node
v0.15.1 · 13 days ago
In-process GGUF execution adapter for the Graphorin framework. Wraps node-llama-cpp@^3.5 to load .gguf model files directly into the same Node process - no daemon, no port to manage, no GPU contention with other processes. Declares trust: 'loopback' perma
No known vulnerabilities
@graphorin/server
v0.15.1 · 13 days ago
Standalone server runtime for the Graphorin framework: createServer({...}) factory, Hono HTTP app, REST endpoints (agents / workflows / sessions / memory / skills / mcp / tokens / audit / health / health/secrets / metrics / triggers / runs/:runId/replay /
No known vulnerabilities
@graphorin/security
v0.15.1 · 13 days ago
Security primitives for the Graphorin framework: SecretValue runtime-safe wrapper, SecretRef URI parser, pluggable SecretsStore implementations, per-tool ACL, AsyncLocalStorage-based audit scope tracking, server token authentication (HMAC-SHA256 + pepper
No known vulnerabilities
@graphorin/client
v0.15.1 · 13 days ago
Reference TypeScript client for the Graphorin standalone server. Wraps the WebSocket subprotocol `graphorin.protocol.v1` (with the optional Server-Sent Events fallback for proxy-restricted environments) behind an ergonomic `GraphorinClient` class: `connec
No known vulnerabilities
@graphorin/skills
v0.15.1 · 13 days ago
Skills surface for the Graphorin framework: loader for the SKILL.md packaging format with three-tier progressive disclosure (metadata / body / resources), frontmatter validator implementing the field-resolution algorithm and conflict policy from ADR-043,
No known vulnerabilities
@graphorin/agent
v0.15.1 · 13 days ago
Agent runtime for the Graphorin framework: createAgent({...}) factory, the typed model -> tool calls -> model loop, the AgentEvent<TOutput> discriminated event stream, steering / followUp queues, durable HITL approvals via runStateToJSON / runStateFromJSO
No known vulnerabilities