
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@olane/o-agent
Advanced tools
oLane per-session agent broker — registry, AgentNode, and A2A-shaped envelopes
Address: o://agents (registry) and o://<user>/<kind>/<session-id> (per session)
Type: Application Layer
Domain: Multi-Agent / Coding Assistants
@olane/o-agent is the per-session agent broker for the local Olane OS. It
gives every running coding-agent session (Claude Code, Codex, future kinds) a
stable, addressable identity on the local olane network so agents can
discover each other and exchange messages bidirectionally.
The package ships:
AgentNode — one canonical address per session (e.g.
o://brendon/claude-code/1234). Sub-resources (/inbox, /inbox/<id>,
/send, /card, /status) are dispatched by an oAgentResolver that
mirrors the o-storage pattern verbatim.AgentRegistryNode — sibling registry mounted on the OS leader at
o://agents. Tracks live sessions via heartbeat + PID liveness; sweeps
stale entries on a 60-second timer (TTL = 90 s).AgentCard, InboxMessage, and MessagePart
mirror the public Google A2A schemas so a future o://a2a-bridge HTTP
node can serve /.well-known/agent.json and bridge tasks without
re-shaping the wire format.Phase 1, in progress. This package currently exports only the type
contracts (AgentCard, InboxMessage, RegistryEntry, AgentKind).
AgentNode, AgentRegistryNode, and oAgentResolver land in subsequent PRs
per the ADR.
┌───────────────────┐
│ OlaneOS leader │
│ o://leader │
└─────────┬─────────┘
│ (children)
┌─────────────────┼─────────────────┐
▼ ▼ ▼
┌───────────┐ ┌──────────────┐ ┌──────────────┐
│ o://relay │ │ o://agents │ │ ... (others) │
│ RelayNode │ │ Registry │ └──────────────┘
└───────────┘ └──────┬───────┘
│ registers / heartbeats
┌────────────────┼─────────────────┐
▼ ▼ ▼
o://brendon/ o://brendon/ o://brendon/
claude-code/1234 codex/abcd claude-code/9999
AgentNode AgentNode AgentNode
Each AgentNode exposes its inbox, outbox, and card via sub-paths under its
canonical address. Other agents (or external CLIs / MCP tools) call those
addresses through node.use() like any other olane tool.
pnpm install @olane/o-agent
(MIT OR Apache-2.0) © oLane Inc.
FAQs
oLane per-session agent broker — registry, AgentNode, and A2A-shaped envelopes
The npm package @olane/o-agent receives a total of 30 weekly downloads. As such, @olane/o-agent popularity was classified as not popular.
We found that @olane/o-agent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.